body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8f3558 !important;
}
.bg-success {
  background-color: #00032d !important;
}
.bg-info {
  background-color: #960084 !important;
}
.bg-warning {
  background-color: #050a30 !important;
}
.bg-danger {
  background-color: #050a30 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8f3558 !important;
  border-color: #8f3558 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6a2741 !important;
  border-color: #6a2741 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6a2741 !important;
  border-color: #6a2741 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #960084 !important;
  border-color: #960084 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #630057 !important;
  border-color: #630057 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #630057 !important;
  border-color: #630057 !important;
}
.btn-info,
.btn-info:active {
  background-color: #960084 !important;
  border-color: #960084 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #630057 !important;
  border-color: #630057 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #630057 !important;
  border-color: #630057 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00032d !important;
  border-color: #00032d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #050a30 !important;
  border-color: #050a30 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000002 !important;
  border-color: #000002 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000002 !important;
  border-color: #000002 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #050a30 !important;
  border-color: #050a30 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000002 !important;
  border-color: #000002 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000002 !important;
  border-color: #000002 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8f3558;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #501e31 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8f3558 !important;
  border-color: #8f3558 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #960084;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3f0038 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #960084 !important;
  border-color: #960084 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #960084;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3f0038 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #960084 !important;
  border-color: #960084 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00032d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00032d !important;
  border-color: #00032d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #050a30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #050a30 !important;
  border-color: #050a30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #050a30;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #050a30 !important;
  border-color: #050a30 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8f3558 !important;
}
.text-secondary {
  color: #960084 !important;
}
.text-success {
  color: #00032d !important;
}
.text-info {
  color: #960084 !important;
}
.text-warning {
  color: #050a30 !important;
}
.text-danger {
  color: #050a30 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #45192a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #30002a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #30002a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #8f3558;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #960084;
}
.alert-warning {
  background-color: #050a30;
}
.alert-danger {
  background-color: #050a30;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8f3558;
  border-color: #8f3558;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8f3558;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cd7798;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #939aff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ff17e3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a4aef6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4aef6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8f3558 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #8f3558;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8f3558;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8f3558;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8f3558;
  border-bottom-color: #8f3558;
}
.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: #8f3558 !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: #960084 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%238f3558' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uD4zaUKwyI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uD4zaUKwyI .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uD4zaUKwyI .col-title {
    margin-bottom: 40px;
  }
}
.cid-uD4zaUKwyI .mbr-section-title {
  color: #2B2B2B;
}
.cid-uD4zaUKwyI .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uD4zaUKwyI .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-uD4zaUKwyI .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-uD4zaUKwyI .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-uD4zaUKwyI .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uD4zaUKwyI .carousel {
    height: 380px;
  }
  .cid-uD4zaUKwyI .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uD4zaUKwyI .carousel {
    height: 320px;
  }
  .cid-uD4zaUKwyI .carousel img {
    max-height: 320px;
  }
}
.cid-uD4zaUKwyI .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-uD4zaUKwyI .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-uD4zaUKwyI .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uD4zaUKwyI .carousel-inner {
    max-width: 460px;
  }
}
.cid-uD4zaUKwyI .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-uD4zaUKwyI .item-wrapper {
  width: 100%;
}
.cid-uD4zaUKwyI .carousel-caption {
  bottom: 30px;
}
.cid-uD4zaUKwyI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uD4zaUKwyI .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uD4zaUKwyI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uD4zaUKwyI .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uD4zaUKwyI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uD4zaUKwyI .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #050a30;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-uD4zaUKwyI .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-uD4zaUKwyI .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-uD4zaUKwyI .carousel-control.carousel-control-next {
  right: 0;
}
.cid-uD4zaUKwyI .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-uD4zaUKwyI .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-uD4zaUKwyI .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-uD4zaUKwyI .carousel-indicators li.active,
.cid-uD4zaUKwyI .carousel-indicators li:hover {
  background-color: #050a30;
  height: 10px !important;
  width: 10px !important;
}
.cid-uD4zaUKwyI .carousel-indicators li::after,
.cid-uD4zaUKwyI .carousel-indicators li::before {
  content: none;
}
.cid-uD4zaUKwyI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uD4zaUKwyI .container,
.cid-uD4zaUKwyI .container-fluid {
  position: relative;
}
.cid-uD4zaUKwyI .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uD4zaUKwyI .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uD4zaUKwyI .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uD4zaUKwyI .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uD4zaUKwyI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-svGY3Q6PT6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-svGY3Q6PT6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-svGY3Q6PT6 .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-svGY3Q6PT6 .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-svGY3Q6PT6 .card {
    margin-bottom: 2rem;
  }
  .cid-svGY3Q6PT6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-svGY3Q6PT6 .card-title,
.cid-svGY3Q6PT6 .card-box {
  color: #8f3558;
}
.cid-svGY3Q6PT6 .icon-title {
  color: #8f3558;
}
.cid-svGY3Q6PT6 .icon-text {
  color: #6c758f;
}
.cid-svGY3Q6PT6 .mbr-text,
.cid-svGY3Q6PT6 .mbr-section-btn {
  color: #6c758f;
}
.cid-svH12O6SZ6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-svH12O6SZ6 img,
.cid-svH12O6SZ6 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-svH12O6SZ6 .item:focus,
.cid-svH12O6SZ6 span:focus {
  outline: none;
}
.cid-svH12O6SZ6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svH12O6SZ6 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (min-width: 992px) {
  .cid-svH12O6SZ6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-svH12O6SZ6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-svH12O6SZ6 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-svH12O6SZ6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svH12O6SZ6 .mbr-section-title {
  color: #36187d;
}
.cid-svH12O6SZ6 .mbr-text,
.cid-svH12O6SZ6 .mbr-section-btn {
  text-align: center;
}
.cid-svH12O6SZ6 .item-title {
  text-align: center;
  color: #050a30;
}
.cid-svH12O6SZ6 .item-subtitle {
  text-align: center;
}
.cid-uBsz6FT1X9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-uBsz6FT1X9 img,
.cid-uBsz6FT1X9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uBsz6FT1X9 .item:focus,
.cid-uBsz6FT1X9 span:focus {
  outline: none;
}
.cid-uBsz6FT1X9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBsz6FT1X9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uBsz6FT1X9 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBsz6FT1X9 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBsz6FT1X9 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uBsz6FT1X9 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBsz6FT1X9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBsz6FT1X9 .mbr-section-title {
  color: #050a30;
}
.cid-uBsz6FT1X9 .item-title {
  text-align: left;
  color: #050a30;
}
.cid-uBsz6FT1X9 .item-subtitle {
  text-align: left;
}
.cid-uBsz6FT1X9 .mbr-text,
.cid-uBsz6FT1X9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBsz6FT1X9 .content-head {
  max-width: 800px;
}
.cid-uBsJkIBKjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBsJkIBKjw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBsJkIBKjw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBsJkIBKjw .container {
    padding: 0 24px;
  }
}
.cid-uBsJkIBKjw .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-uBsJkIBKjw .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBsJkIBKjw .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-uBsJkIBKjw .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uBsJkIBKjw .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #8f3558;
  color: #ffffff;
  font-size: 32px;
}
.cid-uBsJkIBKjw .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBsJkIBKjw .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBsJkIBKjw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBsJkIBKjw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uBsJkIBKjw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #8f3558 0%, transparent 100%);
}
.cid-uBsJkIBKjw .content-wrapper .mbr-section-btn .btn:hover,
.cid-uBsJkIBKjw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #050a30 !important;
  border-color: #050a30 !important;
}
.cid-uBsJkIBKjw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uBsJkIBKjw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBsJkIBKjw .embla__slide .slide-content {
  width: 100%;
}
.cid-uBsJkIBKjw .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uBsJkIBKjw .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uBsJkIBKjw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uBsJkIBKjw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uBsJkIBKjw .embla__button--next,
.cid-uBsJkIBKjw .embla__button--prev {
  display: flex;
}
.cid-uBsJkIBKjw .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #8f3558 !important;
  color: #ffffff !important;
  border: 1px solid #8f3558 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uBsJkIBKjw .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #8f3558 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uBsJkIBKjw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBsJkIBKjw .embla__button:hover {
  box-shadow: inset 81px 10px 5px #050a30;
  border-color: #050a30 !important;
}
.cid-uBsJkIBKjw .embla__button:hover::before {
  width: 30%;
}
.cid-uBsJkIBKjw .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uBsJkIBKjw .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uBsJkIBKjw .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-uBsJkIBKjw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uBsJkIBKjw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBsJkIBKjw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBsJkIBKjw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uBsJkIBKjw .mbr-section-title {
  color: #141414;
}
.cid-uBsJkIBKjw .mbr-text {
  color: #141414;
}
.cid-uBsM4opzQN {
  background-image: url("../../../assets/images/customer-making-payment-through-payment-terminal-counter-2000x1333.jpg");
}
.cid-uBsM4opzQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsM4opzQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBojzT7Lbt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBojzT7Lbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBojzT7Lbt .container {
  max-width: 1300px;
}
.cid-uBojzT7Lbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBojzT7Lbt .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBojzT7Lbt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBojzT7Lbt .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uBojzT7Lbt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBojzT7Lbt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBojzT7Lbt .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uBojzT7Lbt .mbr-section-title {
  color: #050a30;
}
.cid-uBojzT7Lbt .mbr-text,
.cid-uBojzT7Lbt .mbr-section-btn {
  color: #555555;
}
.cid-uBsw9iodzE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-uBsw9iodzE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #8f3558;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-uBsw9iodzE .panel-group {
  border: none;
}
.cid-uBsw9iodzE .panel-collapse {
  padding: 0 2rem;
}
.cid-uBsw9iodzE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-uBsw9iodzE .panel-body,
.cid-uBsw9iodzE .card-header {
  padding: 1rem 0;
}
.cid-uBsw9iodzE .panel-title-edit {
  color: #050a30;
}
.cid-uBsw9iodzE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uBsw9iodzE .card {
  overflow: visible;
}
.cid-uBsw9iodzE .panel-text {
  color: #6c758f;
}
.cid-uBsw9iodzE H3 {
  color: #050a30;
}
.cid-uBsw9iodzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsw9iodzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsxn8yPWT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uBsxn8yPWT .mbr-section-subtitle {
  color: #767676;
}
.cid-uBsxn8yPWT ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBsxn8yPWT ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uBsxn8yPWT ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uBsxn8yPWT ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uBsxn8yPWT .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uBsxn8yPWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsxn8yPWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsxn8yPWT .mbr-section-title {
  color: #31363b;
}
.cid-uBooU73n9v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBooU73n9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBooU73n9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBooU73n9v .container {
    padding: 0 30px;
  }
}
.cid-uBooU73n9v .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uBooU73n9v .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBooU73n9v .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uBooU73n9v .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBooU73n9v .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uBooU73n9v .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uBooU73n9v .items-wrapper {
    display: block;
  }
}
.cid-uBooU73n9v .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #dbf5d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uBooU73n9v .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uBooU73n9v .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #dbf5d1;
  }
}
.cid-uBooU73n9v .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uBooU73n9v .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uBooU73n9v .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uBooU73n9v .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uBooU73n9v .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uBooU73n9v .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uBooU73n9v .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uBooU73n9v .item-date {
  color: #6c758f;
}
.cid-uBooU73n9v .item-title {
  color: #22654E;
}
.cid-uBooU73n9v .item-text {
  color: #050a30;
}
.cid-uBooU73n9v .item-title,
.cid-uBooU73n9v .mbr-section-btn {
  color: #050a30;
}
.cid-uDsIyCggHQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-uDsIyCggHQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uDsIyCggHQ .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDsIyCggHQ .mbr-iconfont {
  font-size: 2rem;
  color: #8f3558;
}
@media (max-width: 991px) {
  .cid-uDsIyCggHQ .card {
    margin-bottom: 2rem;
  }
  .cid-uDsIyCggHQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDsIyCggHQ .card-title,
.cid-uDsIyCggHQ .card-box {
  color: #8f3558;
}
.cid-uDsIyCggHQ .icon-title {
  color: #050a30;
}
.cid-uDsIyCggHQ .icon-text {
  color: #6c758f;
}
.cid-uDsIyCggHQ .mbr-text,
.cid-uDsIyCggHQ .mbr-section-btn {
  color: #050a30;
}
.cid-uDsIyCggHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsIyCggHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsmQ4CWor {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-uBsmQ4CWor .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uBsmQ4CWor .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uBsmQ4CWor .col-auto {
    margin: auto;
  }
}
.cid-uBsmQ4CWor textarea {
  min-height: 200px;
}
.cid-uBsmQ4CWor .form-control,
.cid-uBsmQ4CWor .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-uBsmQ4CWor .form-control::-webkit-input-placeholder,
.cid-uBsmQ4CWor .field-input::-webkit-input-placeholder,
.cid-uBsmQ4CWor .form-control::-webkit-input-placeholder,
.cid-uBsmQ4CWor .field-input::-webkit-input-placeholder {
  color: #050a30;
}
.cid-uBsmQ4CWor .form-control:-moz-placeholder,
.cid-uBsmQ4CWor .field-input:-moz-placeholder,
.cid-uBsmQ4CWor .form-control:-moz-placeholder,
.cid-uBsmQ4CWor .field-input:-moz-placeholder {
  color: #050a30;
}
.cid-uBsmQ4CWor .form-control:hover,
.cid-uBsmQ4CWor .field-input:hover,
.cid-uBsmQ4CWor .form-control:focus,
.cid-uBsmQ4CWor .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-uBsmQ4CWor .form-control:hover::-webkit-input-placeholder,
.cid-uBsmQ4CWor .field-input:hover::-webkit-input-placeholder,
.cid-uBsmQ4CWor .form-control:focus::-webkit-input-placeholder,
.cid-uBsmQ4CWor .field-input:focus::-webkit-input-placeholder,
.cid-uBsmQ4CWor .form-control:hover::-webkit-input-placeholder,
.cid-uBsmQ4CWor .field-input:hover::-webkit-input-placeholder,
.cid-uBsmQ4CWor .form-control:focus::-webkit-input-placeholder,
.cid-uBsmQ4CWor .field-input:focus::-webkit-input-placeholder {
  color: #050a30;
}
.cid-uBsmQ4CWor .form-control:hover:-moz-placeholder,
.cid-uBsmQ4CWor .field-input:hover:-moz-placeholder,
.cid-uBsmQ4CWor .form-control:focus:-moz-placeholder,
.cid-uBsmQ4CWor .field-input:focus:-moz-placeholder,
.cid-uBsmQ4CWor .form-control:hover:-moz-placeholder,
.cid-uBsmQ4CWor .field-input:hover:-moz-placeholder,
.cid-uBsmQ4CWor .form-control:focus:-moz-placeholder,
.cid-uBsmQ4CWor .field-input:focus:-moz-placeholder {
  color: #050a30;
}
.cid-uBsmQ4CWor .jq-number__spin:hover,
.cid-uBsmQ4CWor .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uBsmQ4CWor .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uBsmQ4CWor .jq-selectbox li,
.cid-uBsmQ4CWor .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-uBsmQ4CWor .jq-selectbox li:hover,
.cid-uBsmQ4CWor .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-uBsmQ4CWor .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uBsmQ4CWor .jq-number__spin.minus:hover:after,
.cid-uBsmQ4CWor .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-uBsmQ4CWor .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uBsmQ4CWor .jq-number__spin.minus:after,
.cid-uBsmQ4CWor .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-uBsmQ4CWor input::-webkit-clear-button {
  display: none;
}
.cid-uBsmQ4CWor input::-webkit-inner-spin-button {
  display: none;
}
.cid-uBsmQ4CWor input::-webkit-outer-spin-button {
  display: none;
}
.cid-uBsmQ4CWor input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uBsmQ4CWor H4 {
  color: #050a30;
}
.cid-svGYcN3ewh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-svGYcN3ewh .col-lg-6 {
  padding: 0 2rem;
}
.cid-svGYcN3ewh .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svGYcN3ewh .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-svGYcN3ewh .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-svGYcN3ewh .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-svGYcN3ewh .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-svGYcN3ewh .card-box {
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGYcN3ewh .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-svGYcN3ewh .card-text {
  color: #050a30;
}
.cid-svGYcN3ewh .card-title {
  color: #050a30;
}
.cid-svGYcN3ewh .card-phone {
  color: #8f3558;
}
.cid-uBsomDQJWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uBsomDQJWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsomDQJWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsomDQJWZ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uBsomDQJWZ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBsomDQJWZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBsomDQJWZ .container {
    padding: 0 20px;
  }
}
.cid-uBsomDQJWZ .row {
  justify-content: center;
}
.cid-uBsomDQJWZ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uBsomDQJWZ .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBsomDQJWZ .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBsomDQJWZ .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBsomDQJWZ .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uBsomDQJWZ .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uBsomDQJWZ .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBsomDQJWZ .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBsomDQJWZ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBsomDQJWZ .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uBsomDQJWZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBsomDQJWZ .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uBsomDQJWZ .nav-wrapper .list .item-wrap:hover,
.cid-uBsomDQJWZ .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBsomDQJWZ .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uBsomDQJWZ .mbr-text {
  color: #000000;
}
.cid-uBsomDQJWZ .mbr-list-title {
  color: #ffffff;
}
.cid-uBsomDQJWZ .list {
  color: #9a9a9a;
}
.cid-uBsomDQJWZ .mbr-text,
.cid-uBsomDQJWZ .text-wrap,
.cid-uBsomDQJWZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uBt22M4viQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBt22M4viQ .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBt22M4viQ .container {
    padding: 0 ;
  }
}
.cid-uBt22M4viQ .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uBt22M4viQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBt22M4viQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBt22M4viQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uBt22M4viQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBt22M4viQ .navbar.collapsed {
  justify-content: center;
}
.cid-uBt22M4viQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBt22M4viQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBt22M4viQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uBt22M4viQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBt22M4viQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBt22M4viQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBt22M4viQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBt22M4viQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBt22M4viQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBt22M4viQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBt22M4viQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBt22M4viQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBt22M4viQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBt22M4viQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBt22M4viQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBt22M4viQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBt22M4viQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBt22M4viQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBt22M4viQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBt22M4viQ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uBt22M4viQ .navbar.navbar-short {
  min-height: 110px;
}
.cid-uBt22M4viQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBt22M4viQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBt22M4viQ .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uBt22M4viQ nav.navbar {
  position: fixed;
}
.cid-uBt22M4viQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBt22M4viQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uBt22M4viQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBt22M4viQ .dropdown-item:hover,
.cid-uBt22M4viQ .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uBt22M4viQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBt22M4viQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBt22M4viQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBt22M4viQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBt22M4viQ .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBt22M4viQ .dropdown-menu,
.cid-uBt22M4viQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uBt22M4viQ .nav-item:focus,
.cid-uBt22M4viQ .nav-link:focus {
  outline: none;
}
.cid-uBt22M4viQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBt22M4viQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBt22M4viQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBt22M4viQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBt22M4viQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBt22M4viQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBt22M4viQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBt22M4viQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBt22M4viQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBt22M4viQ .dropdown-item.active,
.cid-uBt22M4viQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBt22M4viQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBt22M4viQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBt22M4viQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBt22M4viQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBt22M4viQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBt22M4viQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBt22M4viQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBt22M4viQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBt22M4viQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBt22M4viQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uBt22M4viQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBt22M4viQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBt22M4viQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBt22M4viQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBt22M4viQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBt22M4viQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBt22M4viQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBt22M4viQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBt22M4viQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBt22M4viQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBt22M4viQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBt22M4viQ .navbar {
    height: 70px;
  }
  .cid-uBt22M4viQ .navbar.opened {
    height: auto;
  }
  .cid-uBt22M4viQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBt22M4viQ .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBt22M4viQ .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBt22RoVBV {
  background-image: url("../../../assets/images/customer-making-payment-through-payment-terminal-counter-2000x1333.jpg");
}
.cid-uBt22RoVBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBt22RoVBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBt22O5kHx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBt22O5kHx .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uBt22O5kHx .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBt22O5kHx .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uBt22O5kHx .card {
    margin-bottom: 2rem;
  }
  .cid-uBt22O5kHx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBt22O5kHx .card-title,
.cid-uBt22O5kHx .card-box {
  color: #8f3558;
}
.cid-uBt22O5kHx .icon-title {
  color: #8f3558;
}
.cid-uBt22O5kHx .icon-text {
  color: #050a30;
}
.cid-uBt22O5kHx .mbr-text,
.cid-uBt22O5kHx .mbr-section-btn {
  color: #050a30;
}
.cid-uBt22Qtpp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBt22Qtpp6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBt22Qtpp6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBt22Qtpp6 .container {
    padding: 0 24px;
  }
}
.cid-uBt22Qtpp6 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-uBt22Qtpp6 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBt22Qtpp6 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-uBt22Qtpp6 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uBt22Qtpp6 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #8f3558;
  color: #ffffff;
  font-size: 32px;
}
.cid-uBt22Qtpp6 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBt22Qtpp6 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBt22Qtpp6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBt22Qtpp6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uBt22Qtpp6 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uBt22Qtpp6 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uBt22Qtpp6 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uBt22Qtpp6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uBt22Qtpp6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBt22Qtpp6 .embla__slide .slide-content {
  width: 100%;
}
.cid-uBt22Qtpp6 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uBt22Qtpp6 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uBt22Qtpp6 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uBt22Qtpp6 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uBt22Qtpp6 .embla__button--next,
.cid-uBt22Qtpp6 .embla__button--prev {
  display: flex;
}
.cid-uBt22Qtpp6 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #8f3558 !important;
  color: #ffffff !important;
  border: 1px solid #8f3558 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uBt22Qtpp6 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #8f3558 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uBt22Qtpp6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBt22Qtpp6 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #050a30;
  border-color: #050a30 !important;
}
.cid-uBt22Qtpp6 .embla__button:hover::before {
  width: 30%;
}
.cid-uBt22Qtpp6 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uBt22Qtpp6 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uBt22Qtpp6 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-uBt22Qtpp6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uBt22Qtpp6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBt22Qtpp6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBt22Qtpp6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uBt22Qtpp6 .mbr-section-title {
  color: #141414;
}
.cid-uBt22Qtpp6 .mbr-text {
  color: #141414;
}
.cid-uBt22ZSEbF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uBt22ZSEbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBt22ZSEbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBt22ZSEbF .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uBt22ZSEbF .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBt22ZSEbF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBt22ZSEbF .container {
    padding: 0 20px;
  }
}
.cid-uBt22ZSEbF .row {
  justify-content: center;
}
.cid-uBt22ZSEbF .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uBt22ZSEbF .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBt22ZSEbF .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBt22ZSEbF .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBt22ZSEbF .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uBt22ZSEbF .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uBt22ZSEbF .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBt22ZSEbF .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBt22ZSEbF .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBt22ZSEbF .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uBt22ZSEbF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBt22ZSEbF .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uBt22ZSEbF .nav-wrapper .list .item-wrap:hover,
.cid-uBt22ZSEbF .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBt22ZSEbF .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uBt22ZSEbF .mbr-text {
  color: #000000;
}
.cid-uBt22ZSEbF .mbr-list-title {
  color: #ffffff;
}
.cid-uBt22ZSEbF .list {
  color: #9a9a9a;
}
.cid-uBt22ZSEbF .mbr-text,
.cid-uBt22ZSEbF .text-wrap,
.cid-uBt22ZSEbF .mbr-section-btn {
  color: #ffffff;
}
.cid-uBt4Gc1kYK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBt4Gc1kYK .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBt4Gc1kYK .container {
    padding: 0 ;
  }
}
.cid-uBt4Gc1kYK .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uBt4Gc1kYK .navbar.opened {
  transition: all 0.3s;
}
.cid-uBt4Gc1kYK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBt4Gc1kYK .navbar .navbar-logo img {
  width: auto;
}
.cid-uBt4Gc1kYK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBt4Gc1kYK .navbar.collapsed {
  justify-content: center;
}
.cid-uBt4Gc1kYK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBt4Gc1kYK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBt4Gc1kYK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uBt4Gc1kYK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBt4Gc1kYK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBt4Gc1kYK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBt4Gc1kYK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBt4Gc1kYK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBt4Gc1kYK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBt4Gc1kYK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBt4Gc1kYK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBt4Gc1kYK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBt4Gc1kYK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBt4Gc1kYK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBt4Gc1kYK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBt4Gc1kYK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBt4Gc1kYK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBt4Gc1kYK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBt4Gc1kYK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBt4Gc1kYK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uBt4Gc1kYK .navbar.navbar-short {
  min-height: 110px;
}
.cid-uBt4Gc1kYK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBt4Gc1kYK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBt4Gc1kYK .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uBt4Gc1kYK nav.navbar {
  position: fixed;
}
.cid-uBt4Gc1kYK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBt4Gc1kYK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uBt4Gc1kYK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBt4Gc1kYK .dropdown-item:hover,
.cid-uBt4Gc1kYK .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uBt4Gc1kYK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBt4Gc1kYK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBt4Gc1kYK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBt4Gc1kYK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBt4Gc1kYK .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBt4Gc1kYK .dropdown-menu,
.cid-uBt4Gc1kYK .navbar.opened {
  background: #ffffff !important;
}
.cid-uBt4Gc1kYK .nav-item:focus,
.cid-uBt4Gc1kYK .nav-link:focus {
  outline: none;
}
.cid-uBt4Gc1kYK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBt4Gc1kYK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBt4Gc1kYK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBt4Gc1kYK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBt4Gc1kYK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBt4Gc1kYK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBt4Gc1kYK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBt4Gc1kYK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBt4Gc1kYK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBt4Gc1kYK .dropdown-item.active,
.cid-uBt4Gc1kYK .dropdown-item:active {
  background-color: transparent;
}
.cid-uBt4Gc1kYK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBt4Gc1kYK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBt4Gc1kYK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBt4Gc1kYK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBt4Gc1kYK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBt4Gc1kYK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBt4Gc1kYK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBt4Gc1kYK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBt4Gc1kYK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBt4Gc1kYK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uBt4Gc1kYK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBt4Gc1kYK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBt4Gc1kYK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBt4Gc1kYK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBt4Gc1kYK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBt4Gc1kYK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBt4Gc1kYK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBt4Gc1kYK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBt4Gc1kYK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBt4Gc1kYK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBt4Gc1kYK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBt4Gc1kYK .navbar {
    height: 70px;
  }
  .cid-uBt4Gc1kYK .navbar.opened {
    height: auto;
  }
  .cid-uBt4Gc1kYK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBt4Gc1kYK .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBt4Gc1kYK .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBt4Gba12S {
  background-image: url("../../../assets/images/compra-e-venda-de-carros-1920x1280.jpg");
}
.cid-uBt4Gba12S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBt4Gba12S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBt4GcW3HG {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBt4GcW3HG .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uBt4GcW3HG .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBt4GcW3HG .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uBt4GcW3HG .card {
    margin-bottom: 2rem;
  }
  .cid-uBt4GcW3HG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBt4GcW3HG .card-title,
.cid-uBt4GcW3HG .card-box {
  color: #8f3558;
}
.cid-uBt4GcW3HG .icon-title {
  color: #8f3558;
}
.cid-uBt4GcW3HG .icon-text {
  color: #050a30;
}
.cid-uBt4GcW3HG .mbr-text,
.cid-uBt4GcW3HG .mbr-section-btn {
  color: #050a30;
}
.cid-uBt4GfhOQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uBt4GfhOQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBt4GfhOQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBt4GfhOQn .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uBt4GfhOQn .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBt4GfhOQn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBt4GfhOQn .container {
    padding: 0 20px;
  }
}
.cid-uBt4GfhOQn .row {
  justify-content: center;
}
.cid-uBt4GfhOQn .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uBt4GfhOQn .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBt4GfhOQn .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBt4GfhOQn .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBt4GfhOQn .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uBt4GfhOQn .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uBt4GfhOQn .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBt4GfhOQn .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBt4GfhOQn .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBt4GfhOQn .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uBt4GfhOQn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBt4GfhOQn .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uBt4GfhOQn .nav-wrapper .list .item-wrap:hover,
.cid-uBt4GfhOQn .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBt4GfhOQn .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uBt4GfhOQn .mbr-text {
  color: #000000;
}
.cid-uBt4GfhOQn .mbr-list-title {
  color: #ffffff;
}
.cid-uBt4GfhOQn .list {
  color: #9a9a9a;
}
.cid-uBt4GfhOQn .mbr-text,
.cid-uBt4GfhOQn .text-wrap,
.cid-uBt4GfhOQn .mbr-section-btn {
  color: #ffffff;
}
.cid-uBt6JDfMRw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBt6JDfMRw .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBt6JDfMRw .container {
    padding: 0 ;
  }
}
.cid-uBt6JDfMRw .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uBt6JDfMRw .navbar.opened {
  transition: all 0.3s;
}
.cid-uBt6JDfMRw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBt6JDfMRw .navbar .navbar-logo img {
  width: auto;
}
.cid-uBt6JDfMRw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBt6JDfMRw .navbar.collapsed {
  justify-content: center;
}
.cid-uBt6JDfMRw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBt6JDfMRw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBt6JDfMRw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uBt6JDfMRw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBt6JDfMRw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBt6JDfMRw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBt6JDfMRw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBt6JDfMRw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBt6JDfMRw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBt6JDfMRw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBt6JDfMRw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBt6JDfMRw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBt6JDfMRw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBt6JDfMRw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBt6JDfMRw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBt6JDfMRw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBt6JDfMRw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBt6JDfMRw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBt6JDfMRw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBt6JDfMRw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uBt6JDfMRw .navbar.navbar-short {
  min-height: 110px;
}
.cid-uBt6JDfMRw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBt6JDfMRw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBt6JDfMRw .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uBt6JDfMRw nav.navbar {
  position: fixed;
}
.cid-uBt6JDfMRw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBt6JDfMRw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uBt6JDfMRw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBt6JDfMRw .dropdown-item:hover,
.cid-uBt6JDfMRw .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uBt6JDfMRw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBt6JDfMRw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBt6JDfMRw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBt6JDfMRw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBt6JDfMRw .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBt6JDfMRw .dropdown-menu,
.cid-uBt6JDfMRw .navbar.opened {
  background: #ffffff !important;
}
.cid-uBt6JDfMRw .nav-item:focus,
.cid-uBt6JDfMRw .nav-link:focus {
  outline: none;
}
.cid-uBt6JDfMRw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBt6JDfMRw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBt6JDfMRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBt6JDfMRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBt6JDfMRw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBt6JDfMRw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBt6JDfMRw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBt6JDfMRw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBt6JDfMRw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBt6JDfMRw .dropdown-item.active,
.cid-uBt6JDfMRw .dropdown-item:active {
  background-color: transparent;
}
.cid-uBt6JDfMRw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBt6JDfMRw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBt6JDfMRw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBt6JDfMRw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBt6JDfMRw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBt6JDfMRw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBt6JDfMRw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBt6JDfMRw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBt6JDfMRw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBt6JDfMRw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uBt6JDfMRw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBt6JDfMRw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBt6JDfMRw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBt6JDfMRw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBt6JDfMRw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBt6JDfMRw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBt6JDfMRw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBt6JDfMRw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBt6JDfMRw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBt6JDfMRw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBt6JDfMRw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBt6JDfMRw .navbar {
    height: 70px;
  }
  .cid-uBt6JDfMRw .navbar.opened {
    height: auto;
  }
  .cid-uBt6JDfMRw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBt6JDfMRw .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBt6JDfMRw .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBt6JCt4IJ {
  background-image: url("../../../assets/images/mulheres-asiaticas-barista-sorrindo-e-usando-maquina-de-cafe-no-balcao-da-cafeteria-mulher-trabalhadora-proprietaria-de-pequenas-empresas-comida-e-bebida-conceito-de-cafe-2000x1333.jpg");
}
.cid-uBt6JCt4IJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBt6JCt4IJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBt6JEbuSv {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBt6JEbuSv .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uBt6JEbuSv .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBt6JEbuSv .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uBt6JEbuSv .card {
    margin-bottom: 2rem;
  }
  .cid-uBt6JEbuSv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBt6JEbuSv .card-title,
.cid-uBt6JEbuSv .card-box {
  color: #8f3558;
}
.cid-uBt6JEbuSv .icon-title {
  color: #8f3558;
}
.cid-uBt6JEbuSv .icon-text {
  color: #050a30;
}
.cid-uBt6JEbuSv .mbr-text,
.cid-uBt6JEbuSv .mbr-section-btn {
  color: #050a30;
}
.cid-uBt6JGBeWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uBt6JGBeWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBt6JGBeWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBt6JGBeWI .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uBt6JGBeWI .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBt6JGBeWI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBt6JGBeWI .container {
    padding: 0 20px;
  }
}
.cid-uBt6JGBeWI .row {
  justify-content: center;
}
.cid-uBt6JGBeWI .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uBt6JGBeWI .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBt6JGBeWI .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBt6JGBeWI .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBt6JGBeWI .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uBt6JGBeWI .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uBt6JGBeWI .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBt6JGBeWI .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBt6JGBeWI .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBt6JGBeWI .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uBt6JGBeWI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBt6JGBeWI .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uBt6JGBeWI .nav-wrapper .list .item-wrap:hover,
.cid-uBt6JGBeWI .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBt6JGBeWI .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uBt6JGBeWI .mbr-text {
  color: #000000;
}
.cid-uBt6JGBeWI .mbr-list-title {
  color: #ffffff;
}
.cid-uBt6JGBeWI .list {
  color: #9a9a9a;
}
.cid-uBt6JGBeWI .mbr-text,
.cid-uBt6JGBeWI .text-wrap,
.cid-uBt6JGBeWI .mbr-section-btn {
  color: #ffffff;
}
.cid-uBykPXTE2I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBykPXTE2I .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBykPXTE2I .container {
    padding: 0 ;
  }
}
.cid-uBykPXTE2I .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uBykPXTE2I .navbar.opened {
  transition: all 0.3s;
}
.cid-uBykPXTE2I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBykPXTE2I .navbar .navbar-logo img {
  width: auto;
}
.cid-uBykPXTE2I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBykPXTE2I .navbar.collapsed {
  justify-content: center;
}
.cid-uBykPXTE2I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBykPXTE2I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBykPXTE2I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uBykPXTE2I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBykPXTE2I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBykPXTE2I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBykPXTE2I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBykPXTE2I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBykPXTE2I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBykPXTE2I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBykPXTE2I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBykPXTE2I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBykPXTE2I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBykPXTE2I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBykPXTE2I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBykPXTE2I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBykPXTE2I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBykPXTE2I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBykPXTE2I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBykPXTE2I .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uBykPXTE2I .navbar.navbar-short {
  min-height: 110px;
}
.cid-uBykPXTE2I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBykPXTE2I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBykPXTE2I .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uBykPXTE2I nav.navbar {
  position: fixed;
}
.cid-uBykPXTE2I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBykPXTE2I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uBykPXTE2I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBykPXTE2I .dropdown-item:hover,
.cid-uBykPXTE2I .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uBykPXTE2I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBykPXTE2I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBykPXTE2I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBykPXTE2I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBykPXTE2I .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBykPXTE2I .dropdown-menu,
.cid-uBykPXTE2I .navbar.opened {
  background: #ffffff !important;
}
.cid-uBykPXTE2I .nav-item:focus,
.cid-uBykPXTE2I .nav-link:focus {
  outline: none;
}
.cid-uBykPXTE2I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBykPXTE2I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBykPXTE2I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBykPXTE2I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBykPXTE2I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBykPXTE2I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBykPXTE2I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBykPXTE2I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBykPXTE2I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBykPXTE2I .dropdown-item.active,
.cid-uBykPXTE2I .dropdown-item:active {
  background-color: transparent;
}
.cid-uBykPXTE2I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBykPXTE2I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBykPXTE2I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBykPXTE2I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBykPXTE2I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBykPXTE2I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBykPXTE2I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBykPXTE2I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBykPXTE2I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBykPXTE2I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uBykPXTE2I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBykPXTE2I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBykPXTE2I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBykPXTE2I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBykPXTE2I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBykPXTE2I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBykPXTE2I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBykPXTE2I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBykPXTE2I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBykPXTE2I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBykPXTE2I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBykPXTE2I .navbar {
    height: 70px;
  }
  .cid-uBykPXTE2I .navbar.opened {
    height: auto;
  }
  .cid-uBykPXTE2I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBykPXTE2I .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBykPXTE2I .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBykPYpP7Q {
  background-image: url("../../../assets/images/consorcio-940x627.jpg");
}
.cid-uBykPYpP7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBykPYpP7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBykPYInwq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBykPYInwq .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uBykPYInwq .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBykPYInwq .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uBykPYInwq .card {
    margin-bottom: 2rem;
  }
  .cid-uBykPYInwq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBykPYInwq .card-title,
.cid-uBykPYInwq .card-box {
  color: #8f3558;
}
.cid-uBykPYInwq .icon-title {
  color: #8f3558;
}
.cid-uBykPYInwq .icon-text {
  color: #050a30;
}
.cid-uBykPYInwq .mbr-text,
.cid-uBykPYInwq .mbr-section-btn {
  color: #050a30;
}
.cid-uBykPZKHdg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uBykPZKHdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBykPZKHdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBykPZKHdg .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uBykPZKHdg .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBykPZKHdg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBykPZKHdg .container {
    padding: 0 20px;
  }
}
.cid-uBykPZKHdg .row {
  justify-content: center;
}
.cid-uBykPZKHdg .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uBykPZKHdg .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBykPZKHdg .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBykPZKHdg .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBykPZKHdg .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uBykPZKHdg .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uBykPZKHdg .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBykPZKHdg .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBykPZKHdg .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBykPZKHdg .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uBykPZKHdg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBykPZKHdg .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uBykPZKHdg .nav-wrapper .list .item-wrap:hover,
.cid-uBykPZKHdg .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBykPZKHdg .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uBykPZKHdg .mbr-text {
  color: #000000;
}
.cid-uBykPZKHdg .mbr-list-title {
  color: #ffffff;
}
.cid-uBykPZKHdg .list {
  color: #9a9a9a;
}
.cid-uBykPZKHdg .mbr-text,
.cid-uBykPZKHdg .text-wrap,
.cid-uBykPZKHdg .mbr-section-btn {
  color: #ffffff;
}
.cid-uBynvknQTg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBynvknQTg .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBynvknQTg .container {
    padding: 0 ;
  }
}
.cid-uBynvknQTg .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uBynvknQTg .navbar.opened {
  transition: all 0.3s;
}
.cid-uBynvknQTg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBynvknQTg .navbar .navbar-logo img {
  width: auto;
}
.cid-uBynvknQTg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBynvknQTg .navbar.collapsed {
  justify-content: center;
}
.cid-uBynvknQTg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBynvknQTg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBynvknQTg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uBynvknQTg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBynvknQTg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBynvknQTg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBynvknQTg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBynvknQTg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBynvknQTg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBynvknQTg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBynvknQTg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBynvknQTg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBynvknQTg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBynvknQTg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBynvknQTg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBynvknQTg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBynvknQTg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBynvknQTg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBynvknQTg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBynvknQTg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uBynvknQTg .navbar.navbar-short {
  min-height: 110px;
}
.cid-uBynvknQTg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBynvknQTg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBynvknQTg .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uBynvknQTg nav.navbar {
  position: fixed;
}
.cid-uBynvknQTg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBynvknQTg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uBynvknQTg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBynvknQTg .dropdown-item:hover,
.cid-uBynvknQTg .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uBynvknQTg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBynvknQTg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBynvknQTg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBynvknQTg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBynvknQTg .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBynvknQTg .dropdown-menu,
.cid-uBynvknQTg .navbar.opened {
  background: #ffffff !important;
}
.cid-uBynvknQTg .nav-item:focus,
.cid-uBynvknQTg .nav-link:focus {
  outline: none;
}
.cid-uBynvknQTg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBynvknQTg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBynvknQTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBynvknQTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBynvknQTg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBynvknQTg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBynvknQTg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBynvknQTg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBynvknQTg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBynvknQTg .dropdown-item.active,
.cid-uBynvknQTg .dropdown-item:active {
  background-color: transparent;
}
.cid-uBynvknQTg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBynvknQTg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBynvknQTg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBynvknQTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBynvknQTg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBynvknQTg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBynvknQTg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBynvknQTg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBynvknQTg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBynvknQTg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uBynvknQTg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBynvknQTg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBynvknQTg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBynvknQTg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBynvknQTg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBynvknQTg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBynvknQTg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBynvknQTg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBynvknQTg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBynvknQTg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBynvknQTg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBynvknQTg .navbar {
    height: 70px;
  }
  .cid-uBynvknQTg .navbar.opened {
    height: auto;
  }
  .cid-uBynvknQTg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBynvknQTg .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBynvknQTg .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBynvl3U5K {
  background-image: url("../../../assets/images/pexels-photo-1174775-2000x1333.jpg");
}
.cid-uBynvl3U5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBynvl3U5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBynvln0vh {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBynvln0vh .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uBynvln0vh .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBynvln0vh .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uBynvln0vh .card {
    margin-bottom: 2rem;
  }
  .cid-uBynvln0vh .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBynvln0vh .card-title,
.cid-uBynvln0vh .card-box {
  color: #8f3558;
}
.cid-uBynvln0vh .icon-title {
  color: #8f3558;
}
.cid-uBynvln0vh .icon-text {
  color: #050a30;
}
.cid-uBynvln0vh .mbr-text,
.cid-uBynvln0vh .mbr-section-btn {
  color: #050a30;
}
.cid-uBynvmFTN4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uBynvmFTN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBynvmFTN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBynvmFTN4 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uBynvmFTN4 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBynvmFTN4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBynvmFTN4 .container {
    padding: 0 20px;
  }
}
.cid-uBynvmFTN4 .row {
  justify-content: center;
}
.cid-uBynvmFTN4 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uBynvmFTN4 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBynvmFTN4 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBynvmFTN4 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBynvmFTN4 .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uBynvmFTN4 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uBynvmFTN4 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBynvmFTN4 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uBynvmFTN4 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uBynvmFTN4 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uBynvmFTN4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBynvmFTN4 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uBynvmFTN4 .nav-wrapper .list .item-wrap:hover,
.cid-uBynvmFTN4 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBynvmFTN4 .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uBynvmFTN4 .mbr-text {
  color: #000000;
}
.cid-uBynvmFTN4 .mbr-list-title {
  color: #ffffff;
}
.cid-uBynvmFTN4 .list {
  color: #9a9a9a;
}
.cid-uBynvmFTN4 .mbr-text,
.cid-uBynvmFTN4 .text-wrap,
.cid-uBynvmFTN4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uByq1MJZBo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uByq1MJZBo .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uByq1MJZBo .container {
    padding: 0 ;
  }
}
.cid-uByq1MJZBo .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uByq1MJZBo .navbar.opened {
  transition: all 0.3s;
}
.cid-uByq1MJZBo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByq1MJZBo .navbar .navbar-logo img {
  width: auto;
}
.cid-uByq1MJZBo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uByq1MJZBo .navbar.collapsed {
  justify-content: center;
}
.cid-uByq1MJZBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByq1MJZBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByq1MJZBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uByq1MJZBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByq1MJZBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByq1MJZBo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uByq1MJZBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByq1MJZBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByq1MJZBo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uByq1MJZBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByq1MJZBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByq1MJZBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByq1MJZBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByq1MJZBo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uByq1MJZBo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uByq1MJZBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uByq1MJZBo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByq1MJZBo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uByq1MJZBo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByq1MJZBo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uByq1MJZBo .navbar.navbar-short {
  min-height: 110px;
}
.cid-uByq1MJZBo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uByq1MJZBo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uByq1MJZBo .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uByq1MJZBo nav.navbar {
  position: fixed;
}
.cid-uByq1MJZBo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByq1MJZBo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uByq1MJZBo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uByq1MJZBo .dropdown-item:hover,
.cid-uByq1MJZBo .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uByq1MJZBo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uByq1MJZBo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uByq1MJZBo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uByq1MJZBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uByq1MJZBo .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByq1MJZBo .dropdown-menu,
.cid-uByq1MJZBo .navbar.opened {
  background: #ffffff !important;
}
.cid-uByq1MJZBo .nav-item:focus,
.cid-uByq1MJZBo .nav-link:focus {
  outline: none;
}
.cid-uByq1MJZBo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByq1MJZBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByq1MJZBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByq1MJZBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByq1MJZBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByq1MJZBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByq1MJZBo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uByq1MJZBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByq1MJZBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByq1MJZBo .dropdown-item.active,
.cid-uByq1MJZBo .dropdown-item:active {
  background-color: transparent;
}
.cid-uByq1MJZBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByq1MJZBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByq1MJZBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByq1MJZBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByq1MJZBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uByq1MJZBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uByq1MJZBo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByq1MJZBo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uByq1MJZBo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByq1MJZBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uByq1MJZBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByq1MJZBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByq1MJZBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByq1MJZBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByq1MJZBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByq1MJZBo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByq1MJZBo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByq1MJZBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByq1MJZBo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uByq1MJZBo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByq1MJZBo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByq1MJZBo .navbar {
    height: 70px;
  }
  .cid-uByq1MJZBo .navbar.opened {
    height: auto;
  }
  .cid-uByq1MJZBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByq1MJZBo .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uByq1MJZBo .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uByq1NjY0j {
  background-image: url("../../../assets/images/motos2-2000x1334.jpg");
}
.cid-uByq1NjY0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByq1NjY0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByq1NGY12 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uByq1NGY12 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uByq1NGY12 .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByq1NGY12 .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uByq1NGY12 .card {
    margin-bottom: 2rem;
  }
  .cid-uByq1NGY12 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uByq1NGY12 .card-title,
.cid-uByq1NGY12 .card-box {
  color: #8f3558;
}
.cid-uByq1NGY12 .icon-title {
  color: #8f3558;
}
.cid-uByq1NGY12 .icon-text {
  color: #050a30;
}
.cid-uByq1NGY12 .mbr-text,
.cid-uByq1NGY12 .mbr-section-btn {
  color: #050a30;
}
.cid-uByq1P1j5T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uByq1P1j5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByq1P1j5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByq1P1j5T .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uByq1P1j5T .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uByq1P1j5T .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uByq1P1j5T .container {
    padding: 0 20px;
  }
}
.cid-uByq1P1j5T .row {
  justify-content: center;
}
.cid-uByq1P1j5T .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uByq1P1j5T .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uByq1P1j5T .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uByq1P1j5T .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uByq1P1j5T .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uByq1P1j5T .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uByq1P1j5T .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uByq1P1j5T .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uByq1P1j5T .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uByq1P1j5T .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uByq1P1j5T .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uByq1P1j5T .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uByq1P1j5T .nav-wrapper .list .item-wrap:hover,
.cid-uByq1P1j5T .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uByq1P1j5T .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uByq1P1j5T .mbr-text {
  color: #000000;
}
.cid-uByq1P1j5T .mbr-list-title {
  color: #ffffff;
}
.cid-uByq1P1j5T .list {
  color: #9a9a9a;
}
.cid-uByq1P1j5T .mbr-text,
.cid-uByq1P1j5T .text-wrap,
.cid-uByq1P1j5T .mbr-section-btn {
  color: #ffffff;
}
.cid-uByyDfYN05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uByyDfYN05 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uByyDfYN05 .container {
    padding: 0 ;
  }
}
.cid-uByyDfYN05 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uByyDfYN05 .navbar.opened {
  transition: all 0.3s;
}
.cid-uByyDfYN05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByyDfYN05 .navbar .navbar-logo img {
  width: auto;
}
.cid-uByyDfYN05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uByyDfYN05 .navbar.collapsed {
  justify-content: center;
}
.cid-uByyDfYN05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByyDfYN05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByyDfYN05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uByyDfYN05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByyDfYN05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByyDfYN05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uByyDfYN05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByyDfYN05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByyDfYN05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uByyDfYN05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByyDfYN05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByyDfYN05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByyDfYN05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByyDfYN05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uByyDfYN05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uByyDfYN05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uByyDfYN05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByyDfYN05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uByyDfYN05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByyDfYN05 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uByyDfYN05 .navbar.navbar-short {
  min-height: 110px;
}
.cid-uByyDfYN05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uByyDfYN05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uByyDfYN05 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uByyDfYN05 nav.navbar {
  position: fixed;
}
.cid-uByyDfYN05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByyDfYN05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uByyDfYN05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uByyDfYN05 .dropdown-item:hover,
.cid-uByyDfYN05 .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uByyDfYN05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uByyDfYN05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uByyDfYN05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uByyDfYN05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uByyDfYN05 .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByyDfYN05 .dropdown-menu,
.cid-uByyDfYN05 .navbar.opened {
  background: #ffffff !important;
}
.cid-uByyDfYN05 .nav-item:focus,
.cid-uByyDfYN05 .nav-link:focus {
  outline: none;
}
.cid-uByyDfYN05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByyDfYN05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByyDfYN05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByyDfYN05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByyDfYN05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByyDfYN05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByyDfYN05 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uByyDfYN05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByyDfYN05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByyDfYN05 .dropdown-item.active,
.cid-uByyDfYN05 .dropdown-item:active {
  background-color: transparent;
}
.cid-uByyDfYN05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByyDfYN05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByyDfYN05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByyDfYN05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByyDfYN05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uByyDfYN05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uByyDfYN05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByyDfYN05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uByyDfYN05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByyDfYN05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uByyDfYN05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByyDfYN05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByyDfYN05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByyDfYN05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByyDfYN05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByyDfYN05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByyDfYN05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByyDfYN05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByyDfYN05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uByyDfYN05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByyDfYN05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByyDfYN05 .navbar {
    height: 70px;
  }
  .cid-uByyDfYN05 .navbar.opened {
    height: auto;
  }
  .cid-uByyDfYN05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByyDfYN05 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uByyDfYN05 .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uByyDgsSmZ {
  background-image: url("../../../assets/images/revisao-de-carros-2000x1333.jpg");
}
.cid-uByyDgsSmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByyDgsSmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByyDgLIEo {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uByyDgLIEo .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uByyDgLIEo .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByyDgLIEo .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uByyDgLIEo .card {
    margin-bottom: 2rem;
  }
  .cid-uByyDgLIEo .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uByyDgLIEo .card-title,
.cid-uByyDgLIEo .card-box {
  color: #8f3558;
}
.cid-uByyDgLIEo .icon-title {
  color: #8f3558;
}
.cid-uByyDgLIEo .icon-text {
  color: #050a30;
}
.cid-uByyDgLIEo .mbr-text,
.cid-uByyDgLIEo .mbr-section-btn {
  color: #050a30;
}
.cid-uByyDhUbge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uByyDhUbge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByyDhUbge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByyDhUbge .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uByyDhUbge .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uByyDhUbge .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uByyDhUbge .container {
    padding: 0 20px;
  }
}
.cid-uByyDhUbge .row {
  justify-content: center;
}
.cid-uByyDhUbge .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uByyDhUbge .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uByyDhUbge .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uByyDhUbge .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uByyDhUbge .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uByyDhUbge .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uByyDhUbge .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uByyDhUbge .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uByyDhUbge .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uByyDhUbge .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uByyDhUbge .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uByyDhUbge .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uByyDhUbge .nav-wrapper .list .item-wrap:hover,
.cid-uByyDhUbge .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uByyDhUbge .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uByyDhUbge .mbr-text {
  color: #000000;
}
.cid-uByyDhUbge .mbr-list-title {
  color: #ffffff;
}
.cid-uByyDhUbge .list {
  color: #9a9a9a;
}
.cid-uByyDhUbge .mbr-text,
.cid-uByyDhUbge .text-wrap,
.cid-uByyDhUbge .mbr-section-btn {
  color: #ffffff;
}
.cid-uByBd6xyTn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uByBd6xyTn .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uByBd6xyTn .container {
    padding: 0 ;
  }
}
.cid-uByBd6xyTn .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uByBd6xyTn .navbar.opened {
  transition: all 0.3s;
}
.cid-uByBd6xyTn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByBd6xyTn .navbar .navbar-logo img {
  width: auto;
}
.cid-uByBd6xyTn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uByBd6xyTn .navbar.collapsed {
  justify-content: center;
}
.cid-uByBd6xyTn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByBd6xyTn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByBd6xyTn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uByBd6xyTn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByBd6xyTn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByBd6xyTn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uByBd6xyTn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByBd6xyTn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByBd6xyTn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uByBd6xyTn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByBd6xyTn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByBd6xyTn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByBd6xyTn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByBd6xyTn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uByBd6xyTn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uByBd6xyTn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uByBd6xyTn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByBd6xyTn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uByBd6xyTn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByBd6xyTn .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uByBd6xyTn .navbar.navbar-short {
  min-height: 110px;
}
.cid-uByBd6xyTn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uByBd6xyTn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uByBd6xyTn .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uByBd6xyTn nav.navbar {
  position: fixed;
}
.cid-uByBd6xyTn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByBd6xyTn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uByBd6xyTn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uByBd6xyTn .dropdown-item:hover,
.cid-uByBd6xyTn .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uByBd6xyTn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uByBd6xyTn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uByBd6xyTn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uByBd6xyTn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uByBd6xyTn .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByBd6xyTn .dropdown-menu,
.cid-uByBd6xyTn .navbar.opened {
  background: #ffffff !important;
}
.cid-uByBd6xyTn .nav-item:focus,
.cid-uByBd6xyTn .nav-link:focus {
  outline: none;
}
.cid-uByBd6xyTn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByBd6xyTn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByBd6xyTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByBd6xyTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByBd6xyTn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByBd6xyTn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByBd6xyTn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uByBd6xyTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByBd6xyTn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByBd6xyTn .dropdown-item.active,
.cid-uByBd6xyTn .dropdown-item:active {
  background-color: transparent;
}
.cid-uByBd6xyTn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByBd6xyTn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByBd6xyTn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByBd6xyTn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByBd6xyTn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uByBd6xyTn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uByBd6xyTn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByBd6xyTn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uByBd6xyTn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByBd6xyTn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uByBd6xyTn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByBd6xyTn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByBd6xyTn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByBd6xyTn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByBd6xyTn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByBd6xyTn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByBd6xyTn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByBd6xyTn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByBd6xyTn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uByBd6xyTn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByBd6xyTn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByBd6xyTn .navbar {
    height: 70px;
  }
  .cid-uByBd6xyTn .navbar.opened {
    height: auto;
  }
  .cid-uByBd6xyTn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByBd6xyTn .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uByBd6xyTn .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uByBd77k9x {
  background-image: url("../../../assets/images/verejo-1200x639.jpg");
}
.cid-uByBd77k9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByBd77k9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByBd7vV89 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uByBd7vV89 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uByBd7vV89 .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByBd7vV89 .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uByBd7vV89 .card {
    margin-bottom: 2rem;
  }
  .cid-uByBd7vV89 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uByBd7vV89 .card-title,
.cid-uByBd7vV89 .card-box {
  color: #8f3558;
}
.cid-uByBd7vV89 .icon-title {
  color: #8f3558;
}
.cid-uByBd7vV89 .icon-text {
  color: #050a30;
}
.cid-uByBd7vV89 .mbr-text,
.cid-uByBd7vV89 .mbr-section-btn {
  color: #050a30;
}
.cid-uByBd8Hela {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uByBd8Hela .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByBd8Hela .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByBd8Hela .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uByBd8Hela .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uByBd8Hela .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uByBd8Hela .container {
    padding: 0 20px;
  }
}
.cid-uByBd8Hela .row {
  justify-content: center;
}
.cid-uByBd8Hela .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uByBd8Hela .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uByBd8Hela .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uByBd8Hela .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uByBd8Hela .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uByBd8Hela .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uByBd8Hela .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uByBd8Hela .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uByBd8Hela .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uByBd8Hela .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uByBd8Hela .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uByBd8Hela .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uByBd8Hela .nav-wrapper .list .item-wrap:hover,
.cid-uByBd8Hela .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uByBd8Hela .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uByBd8Hela .mbr-text {
  color: #000000;
}
.cid-uByBd8Hela .mbr-list-title {
  color: #ffffff;
}
.cid-uByBd8Hela .list {
  color: #9a9a9a;
}
.cid-uByBd8Hela .mbr-text,
.cid-uByBd8Hela .text-wrap,
.cid-uByBd8Hela .mbr-section-btn {
  color: #ffffff;
}
.cid-uByE1YV8Yc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uByE1YV8Yc .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uByE1YV8Yc .container {
    padding: 0 ;
  }
}
.cid-uByE1YV8Yc .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uByE1YV8Yc .navbar.opened {
  transition: all 0.3s;
}
.cid-uByE1YV8Yc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByE1YV8Yc .navbar .navbar-logo img {
  width: auto;
}
.cid-uByE1YV8Yc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uByE1YV8Yc .navbar.collapsed {
  justify-content: center;
}
.cid-uByE1YV8Yc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByE1YV8Yc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByE1YV8Yc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uByE1YV8Yc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByE1YV8Yc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByE1YV8Yc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uByE1YV8Yc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByE1YV8Yc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByE1YV8Yc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uByE1YV8Yc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByE1YV8Yc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByE1YV8Yc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByE1YV8Yc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByE1YV8Yc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uByE1YV8Yc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uByE1YV8Yc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uByE1YV8Yc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByE1YV8Yc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uByE1YV8Yc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByE1YV8Yc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uByE1YV8Yc .navbar.navbar-short {
  min-height: 110px;
}
.cid-uByE1YV8Yc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uByE1YV8Yc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uByE1YV8Yc .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uByE1YV8Yc nav.navbar {
  position: fixed;
}
.cid-uByE1YV8Yc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByE1YV8Yc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uByE1YV8Yc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uByE1YV8Yc .dropdown-item:hover,
.cid-uByE1YV8Yc .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uByE1YV8Yc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uByE1YV8Yc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uByE1YV8Yc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uByE1YV8Yc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uByE1YV8Yc .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByE1YV8Yc .dropdown-menu,
.cid-uByE1YV8Yc .navbar.opened {
  background: #ffffff !important;
}
.cid-uByE1YV8Yc .nav-item:focus,
.cid-uByE1YV8Yc .nav-link:focus {
  outline: none;
}
.cid-uByE1YV8Yc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByE1YV8Yc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByE1YV8Yc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByE1YV8Yc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByE1YV8Yc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByE1YV8Yc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByE1YV8Yc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uByE1YV8Yc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByE1YV8Yc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByE1YV8Yc .dropdown-item.active,
.cid-uByE1YV8Yc .dropdown-item:active {
  background-color: transparent;
}
.cid-uByE1YV8Yc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByE1YV8Yc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByE1YV8Yc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByE1YV8Yc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByE1YV8Yc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uByE1YV8Yc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uByE1YV8Yc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByE1YV8Yc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uByE1YV8Yc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByE1YV8Yc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uByE1YV8Yc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByE1YV8Yc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByE1YV8Yc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByE1YV8Yc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByE1YV8Yc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByE1YV8Yc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByE1YV8Yc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByE1YV8Yc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByE1YV8Yc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uByE1YV8Yc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByE1YV8Yc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByE1YV8Yc .navbar {
    height: 70px;
  }
  .cid-uByE1YV8Yc .navbar.opened {
    height: auto;
  }
  .cid-uByE1YV8Yc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByE1YV8Yc .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uByE1YV8Yc .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uByE1Zqsax {
  background-image: url("../../../assets/images/maquina-cartao-1-1000x690.jpg");
}
.cid-uByE1Zqsax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByE1Zqsax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByE1ZM4gE {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uByE1ZM4gE .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uByE1ZM4gE .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByE1ZM4gE .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uByE1ZM4gE .card {
    margin-bottom: 2rem;
  }
  .cid-uByE1ZM4gE .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uByE1ZM4gE .card-title,
.cid-uByE1ZM4gE .card-box {
  color: #8f3558;
}
.cid-uByE1ZM4gE .icon-title {
  color: #8f3558;
}
.cid-uByE1ZM4gE .icon-text {
  color: #050a30;
}
.cid-uByE1ZM4gE .mbr-text,
.cid-uByE1ZM4gE .mbr-section-btn {
  color: #050a30;
}
.cid-uByE20Vjuh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uByE20Vjuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByE20Vjuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByE20Vjuh .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uByE20Vjuh .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uByE20Vjuh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uByE20Vjuh .container {
    padding: 0 20px;
  }
}
.cid-uByE20Vjuh .row {
  justify-content: center;
}
.cid-uByE20Vjuh .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uByE20Vjuh .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uByE20Vjuh .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uByE20Vjuh .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uByE20Vjuh .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uByE20Vjuh .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uByE20Vjuh .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uByE20Vjuh .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uByE20Vjuh .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uByE20Vjuh .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uByE20Vjuh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uByE20Vjuh .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uByE20Vjuh .nav-wrapper .list .item-wrap:hover,
.cid-uByE20Vjuh .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uByE20Vjuh .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uByE20Vjuh .mbr-text {
  color: #000000;
}
.cid-uByE20Vjuh .mbr-list-title {
  color: #ffffff;
}
.cid-uByE20Vjuh .list {
  color: #9a9a9a;
}
.cid-uByE20Vjuh .mbr-text,
.cid-uByE20Vjuh .text-wrap,
.cid-uByE20Vjuh .mbr-section-btn {
  color: #ffffff;
}
.cid-uByHZFiX6t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uByHZFiX6t .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uByHZFiX6t .container {
    padding: 0 ;
  }
}
.cid-uByHZFiX6t .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uByHZFiX6t .navbar.opened {
  transition: all 0.3s;
}
.cid-uByHZFiX6t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uByHZFiX6t .navbar .navbar-logo img {
  width: auto;
}
.cid-uByHZFiX6t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uByHZFiX6t .navbar.collapsed {
  justify-content: center;
}
.cid-uByHZFiX6t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByHZFiX6t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uByHZFiX6t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uByHZFiX6t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByHZFiX6t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByHZFiX6t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uByHZFiX6t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByHZFiX6t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uByHZFiX6t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uByHZFiX6t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByHZFiX6t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByHZFiX6t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByHZFiX6t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByHZFiX6t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uByHZFiX6t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uByHZFiX6t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uByHZFiX6t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uByHZFiX6t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uByHZFiX6t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByHZFiX6t .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uByHZFiX6t .navbar.navbar-short {
  min-height: 110px;
}
.cid-uByHZFiX6t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uByHZFiX6t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uByHZFiX6t .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uByHZFiX6t nav.navbar {
  position: fixed;
}
.cid-uByHZFiX6t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByHZFiX6t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uByHZFiX6t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uByHZFiX6t .dropdown-item:hover,
.cid-uByHZFiX6t .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uByHZFiX6t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uByHZFiX6t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uByHZFiX6t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uByHZFiX6t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uByHZFiX6t .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uByHZFiX6t .dropdown-menu,
.cid-uByHZFiX6t .navbar.opened {
  background: #ffffff !important;
}
.cid-uByHZFiX6t .nav-item:focus,
.cid-uByHZFiX6t .nav-link:focus {
  outline: none;
}
.cid-uByHZFiX6t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByHZFiX6t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByHZFiX6t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByHZFiX6t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByHZFiX6t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByHZFiX6t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByHZFiX6t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uByHZFiX6t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByHZFiX6t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByHZFiX6t .dropdown-item.active,
.cid-uByHZFiX6t .dropdown-item:active {
  background-color: transparent;
}
.cid-uByHZFiX6t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByHZFiX6t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByHZFiX6t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByHZFiX6t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uByHZFiX6t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uByHZFiX6t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uByHZFiX6t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uByHZFiX6t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uByHZFiX6t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uByHZFiX6t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uByHZFiX6t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByHZFiX6t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByHZFiX6t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByHZFiX6t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByHZFiX6t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByHZFiX6t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByHZFiX6t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByHZFiX6t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByHZFiX6t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uByHZFiX6t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uByHZFiX6t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByHZFiX6t .navbar {
    height: 70px;
  }
  .cid-uByHZFiX6t .navbar.opened {
    height: auto;
  }
  .cid-uByHZFiX6t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByHZFiX6t .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uByHZFiX6t .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uByHZFN4u4 {
  background-image: url("../../../assets/images/carro2-1920x1280.jpg");
}
.cid-uByHZFN4u4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByHZFN4u4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByHZG8F59 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uByHZG8F59 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uByHZG8F59 .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uByHZG8F59 .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uByHZG8F59 .card {
    margin-bottom: 2rem;
  }
  .cid-uByHZG8F59 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uByHZG8F59 .card-title,
.cid-uByHZG8F59 .card-box {
  color: #8f3558;
}
.cid-uByHZG8F59 .icon-title {
  color: #8f3558;
}
.cid-uByHZG8F59 .icon-text {
  color: #050a30;
}
.cid-uByHZG8F59 .mbr-text,
.cid-uByHZG8F59 .mbr-section-btn {
  color: #050a30;
}
.cid-uByHZHkjVn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uByHZHkjVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByHZHkjVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByHZHkjVn .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uByHZHkjVn .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uByHZHkjVn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uByHZHkjVn .container {
    padding: 0 20px;
  }
}
.cid-uByHZHkjVn .row {
  justify-content: center;
}
.cid-uByHZHkjVn .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uByHZHkjVn .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uByHZHkjVn .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uByHZHkjVn .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uByHZHkjVn .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uByHZHkjVn .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uByHZHkjVn .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uByHZHkjVn .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uByHZHkjVn .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uByHZHkjVn .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uByHZHkjVn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uByHZHkjVn .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uByHZHkjVn .nav-wrapper .list .item-wrap:hover,
.cid-uByHZHkjVn .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uByHZHkjVn .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uByHZHkjVn .mbr-text {
  color: #000000;
}
.cid-uByHZHkjVn .mbr-list-title {
  color: #ffffff;
}
.cid-uByHZHkjVn .list {
  color: #9a9a9a;
}
.cid-uByHZHkjVn .mbr-text,
.cid-uByHZHkjVn .text-wrap,
.cid-uByHZHkjVn .mbr-section-btn {
  color: #ffffff;
}
.cid-uD5eT4lfqt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uD5eT4lfqt .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uD5eT4lfqt .container {
    padding: 0 ;
  }
}
.cid-uD5eT4lfqt .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uD5eT4lfqt .navbar.opened {
  transition: all 0.3s;
}
.cid-uD5eT4lfqt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uD5eT4lfqt .navbar .navbar-logo img {
  width: auto;
}
.cid-uD5eT4lfqt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD5eT4lfqt .navbar.collapsed {
  justify-content: center;
}
.cid-uD5eT4lfqt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD5eT4lfqt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uD5eT4lfqt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uD5eT4lfqt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD5eT4lfqt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD5eT4lfqt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uD5eT4lfqt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD5eT4lfqt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uD5eT4lfqt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uD5eT4lfqt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD5eT4lfqt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD5eT4lfqt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD5eT4lfqt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD5eT4lfqt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uD5eT4lfqt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD5eT4lfqt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD5eT4lfqt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD5eT4lfqt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uD5eT4lfqt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD5eT4lfqt .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uD5eT4lfqt .navbar.navbar-short {
  min-height: 110px;
}
.cid-uD5eT4lfqt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uD5eT4lfqt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uD5eT4lfqt .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uD5eT4lfqt nav.navbar {
  position: fixed;
}
.cid-uD5eT4lfqt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD5eT4lfqt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uD5eT4lfqt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uD5eT4lfqt .dropdown-item:hover,
.cid-uD5eT4lfqt .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uD5eT4lfqt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uD5eT4lfqt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uD5eT4lfqt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uD5eT4lfqt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uD5eT4lfqt .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uD5eT4lfqt .dropdown-menu,
.cid-uD5eT4lfqt .navbar.opened {
  background: #ffffff !important;
}
.cid-uD5eT4lfqt .nav-item:focus,
.cid-uD5eT4lfqt .nav-link:focus {
  outline: none;
}
.cid-uD5eT4lfqt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD5eT4lfqt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD5eT4lfqt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD5eT4lfqt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD5eT4lfqt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD5eT4lfqt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD5eT4lfqt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uD5eT4lfqt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD5eT4lfqt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD5eT4lfqt .dropdown-item.active,
.cid-uD5eT4lfqt .dropdown-item:active {
  background-color: transparent;
}
.cid-uD5eT4lfqt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD5eT4lfqt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD5eT4lfqt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD5eT4lfqt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uD5eT4lfqt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD5eT4lfqt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD5eT4lfqt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uD5eT4lfqt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uD5eT4lfqt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uD5eT4lfqt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uD5eT4lfqt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uD5eT4lfqt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5eT4lfqt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uD5eT4lfqt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uD5eT4lfqt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5eT4lfqt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD5eT4lfqt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD5eT4lfqt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD5eT4lfqt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uD5eT4lfqt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uD5eT4lfqt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD5eT4lfqt .navbar {
    height: 70px;
  }
  .cid-uD5eT4lfqt .navbar.opened {
    height: auto;
  }
  .cid-uD5eT4lfqt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD5eT4lfqt .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uD5eT4lfqt .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uD5hbeovI1 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f3f7;
}
.cid-uD5hbeovI1 .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uD5hbeovI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5hbeovI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD5hbeovI1 .container {
    padding: 0 15px;
  }
}
.cid-uD5hbeovI1 .row {
  position: relative;
  z-index: 1;
}
.cid-uD5hbeovI1 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uD5hbeovI1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uD5hbeovI1 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uD5hbeovI1 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uD5hbeovI1 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uD5hbeovI1 .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD5hbeovI1 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uD5hbeovI1 .content-wrapper .content-wrap .images-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uD5hbeovI1 .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uD5hbeovI1 .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uD5hbeovI1 .content-wrapper .content-wrap .images-wrapper .images-item img {
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uD5hbeovI1 .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uD5hbeovI1 .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uD5hbeovI1 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uD5hbeovI1 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uD5hbeovI1 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uD5hbeovI1 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uD5hbeovI1 .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uD5hbeovI1 .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uD5hbeovI1 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uD5hbeovI1 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uD5hbeovI1 .mbr-section-title {
  color: #050a30;
}
.cid-uD5hbeovI1 .item-title {
  color: #8f3558;
}
.cid-uD5hbeovI1 .item-text {
  color: #050a30;
}
.cid-uD5eT6ugtG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uD5eT6ugtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5eT6ugtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5eT6ugtG .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uD5eT6ugtG .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uD5eT6ugtG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uD5eT6ugtG .container {
    padding: 0 20px;
  }
}
.cid-uD5eT6ugtG .row {
  justify-content: center;
}
.cid-uD5eT6ugtG .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uD5eT6ugtG .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uD5eT6ugtG .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uD5eT6ugtG .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uD5eT6ugtG .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uD5eT6ugtG .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uD5eT6ugtG .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uD5eT6ugtG .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uD5eT6ugtG .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uD5eT6ugtG .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uD5eT6ugtG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uD5eT6ugtG .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uD5eT6ugtG .nav-wrapper .list .item-wrap:hover,
.cid-uD5eT6ugtG .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uD5eT6ugtG .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uD5eT6ugtG .mbr-text {
  color: #000000;
}
.cid-uD5eT6ugtG .mbr-list-title {
  color: #ffffff;
}
.cid-uD5eT6ugtG .list {
  color: #9a9a9a;
}
.cid-uD5eT6ugtG .mbr-text,
.cid-uD5eT6ugtG .text-wrap,
.cid-uD5eT6ugtG .mbr-section-btn {
  color: #ffffff;
}
.cid-uDsMrDHh3F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDsMrDHh3F .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uDsMrDHh3F .container {
    padding: 0 ;
  }
}
.cid-uDsMrDHh3F .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uDsMrDHh3F .navbar.opened {
  transition: all 0.3s;
}
.cid-uDsMrDHh3F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDsMrDHh3F .navbar .navbar-logo img {
  width: auto;
}
.cid-uDsMrDHh3F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDsMrDHh3F .navbar.collapsed {
  justify-content: center;
}
.cid-uDsMrDHh3F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDsMrDHh3F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDsMrDHh3F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uDsMrDHh3F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDsMrDHh3F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDsMrDHh3F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDsMrDHh3F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDsMrDHh3F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDsMrDHh3F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDsMrDHh3F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDsMrDHh3F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDsMrDHh3F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDsMrDHh3F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDsMrDHh3F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDsMrDHh3F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDsMrDHh3F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDsMrDHh3F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDsMrDHh3F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDsMrDHh3F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDsMrDHh3F .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uDsMrDHh3F .navbar.navbar-short {
  min-height: 110px;
}
.cid-uDsMrDHh3F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDsMrDHh3F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDsMrDHh3F .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uDsMrDHh3F nav.navbar {
  position: fixed;
}
.cid-uDsMrDHh3F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDsMrDHh3F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uDsMrDHh3F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDsMrDHh3F .dropdown-item:hover,
.cid-uDsMrDHh3F .dropdown-item:focus {
  background: #8f3558 !important;
  color: white !important;
}
.cid-uDsMrDHh3F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDsMrDHh3F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDsMrDHh3F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDsMrDHh3F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDsMrDHh3F .iconfont-wrapper {
  color: #050a30 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDsMrDHh3F .dropdown-menu,
.cid-uDsMrDHh3F .navbar.opened {
  background: #ffffff !important;
}
.cid-uDsMrDHh3F .nav-item:focus,
.cid-uDsMrDHh3F .nav-link:focus {
  outline: none;
}
.cid-uDsMrDHh3F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDsMrDHh3F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDsMrDHh3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDsMrDHh3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDsMrDHh3F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDsMrDHh3F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDsMrDHh3F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDsMrDHh3F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDsMrDHh3F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDsMrDHh3F .dropdown-item.active,
.cid-uDsMrDHh3F .dropdown-item:active {
  background-color: transparent;
}
.cid-uDsMrDHh3F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDsMrDHh3F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDsMrDHh3F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDsMrDHh3F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDsMrDHh3F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDsMrDHh3F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDsMrDHh3F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDsMrDHh3F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDsMrDHh3F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDsMrDHh3F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #050a30;
}
.cid-uDsMrDHh3F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDsMrDHh3F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDsMrDHh3F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDsMrDHh3F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDsMrDHh3F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDsMrDHh3F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDsMrDHh3F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDsMrDHh3F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDsMrDHh3F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDsMrDHh3F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDsMrDHh3F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDsMrDHh3F .navbar {
    height: 70px;
  }
  .cid-uDsMrDHh3F .navbar.opened {
    height: auto;
  }
  .cid-uDsMrDHh3F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDsMrDHh3F .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uDsMrDHh3F .icons-menu .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uDsMrEmpWr {
  background-image: url("../../../assets/images/pet-shop.webp");
}
.cid-uDsMrEmpWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsMrEmpWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDsMrELCXg {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uDsMrELCXg .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uDsMrELCXg .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDsMrELCXg .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uDsMrELCXg .card {
    margin-bottom: 2rem;
  }
  .cid-uDsMrELCXg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDsMrELCXg .card-title,
.cid-uDsMrELCXg .card-box {
  color: #8f3558;
}
.cid-uDsMrELCXg .icon-title {
  color: #8f3558;
}
.cid-uDsMrELCXg .icon-text {
  color: #050a30;
}
.cid-uDsMrELCXg .mbr-text,
.cid-uDsMrELCXg .mbr-section-btn {
  color: #050a30;
}
.cid-uDsMrGgv3H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040839;
}
.cid-uDsMrGgv3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsMrGgv3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDsMrGgv3H .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uDsMrGgv3H .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uDsMrGgv3H .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uDsMrGgv3H .container {
    padding: 0 20px;
  }
}
.cid-uDsMrGgv3H .row {
  justify-content: center;
}
.cid-uDsMrGgv3H .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uDsMrGgv3H .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uDsMrGgv3H .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uDsMrGgv3H .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uDsMrGgv3H .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uDsMrGgv3H .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uDsMrGgv3H .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uDsMrGgv3H .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uDsMrGgv3H .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uDsMrGgv3H .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uDsMrGgv3H .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDsMrGgv3H .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uDsMrGgv3H .nav-wrapper .list .item-wrap:hover,
.cid-uDsMrGgv3H .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDsMrGgv3H .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uDsMrGgv3H .mbr-text {
  color: #000000;
}
.cid-uDsMrGgv3H .mbr-list-title {
  color: #ffffff;
}
.cid-uDsMrGgv3H .list {
  color: #9a9a9a;
}
.cid-uDsMrGgv3H .mbr-text,
.cid-uDsMrGgv3H .text-wrap,
.cid-uDsMrGgv3H .mbr-section-btn {
  color: #ffffff;
}
