body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.7rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.32rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.7rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWm0PE81Fa .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWm0PE81Fa .lai-images {
  text-align: center;
}
.cid-rQASCDHEQ9 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rQAT36so8O {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rQAT36so8O .mbr-text,
.cid-rQAT36so8O blockquote {
  color: #767676;
}
.cid-rQATqCaqa8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQATqCaqa8 .mbr-section-subtitle,
.cid-rQATqCaqa8 .mbr-text {
  color: #767676;
}
.cid-rQATqCaqa8 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rQATqCaqa8 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rQATqCaqa8 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rQATqCaqa8 .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-rQATqCaqa8 .card-wrapper .card-img img {
  width: 100%;
}
.cid-rQATqCaqa8 .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rQATqCaqa8 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-rQATqCaqa8 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 0.5rem;
}
.cid-rQATqCaqa8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rQATqCaqa8 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rQATqCaqa8 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rVvkcLOkNd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rVvkcLOkNd .content {
    text-align: center;
  }
  .cid-rVvkcLOkNd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVvkcLOkNd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rVvkcLOkNd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rVvkcLOkNd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rVvkcLOkNd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rVvkcLOkNd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rVvkcLOkNd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVvkcLOkNd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rVvkcLOkNd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVvkcLOkNd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVvkcLOkNd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVvkcLOkNd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s0iyEeOX9L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s0iyEeOX9L .mbr-section-subtitle {
  color: #767676;
}
.cid-s0iyEeOX9L .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s0iyEeOX9L .mbr-text {
  color: #767676;
}
.cid-s0iyEeOX9L .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-s0iyEeOX9L .mbr-author-name {
  color: #767676;
}
.cid-s0iyEeOX9L .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-s0iyEeOX9L .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-s0iyEeOX9L .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s0iyEeOX9L .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s0iyEeOX9L .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-s0iyEeOX9L .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-s0iyEeOX9L .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-s0iyEeOX9L .lai-images {
  text-align: center;
}
.cid-rQvuhnT7sp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rQvuhnT7sp .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rQvuhnT7sp .modal-body .close {
  background: #1b1b1b;
}
.cid-rQvuhnT7sp .modal-body .close span {
  font-style: normal;
}
.cid-rQvuhnT7sp .carousel-inner > .active,
.cid-rQvuhnT7sp .carousel-inner > .next,
.cid-rQvuhnT7sp .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rQvuhnT7sp .carousel-control .icon-next,
.cid-rQvuhnT7sp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rQvuhnT7sp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQvuhnT7sp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rQvuhnT7sp .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rQvuhnT7sp .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rQvuhnT7sp .boxed-slider > div {
  position: relative;
}
.cid-rQvuhnT7sp .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rQvuhnT7sp .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rQvuhnT7sp .mbr-table-cell {
  padding: 0;
}
.cid-rQvuhnT7sp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rQvuhnT7sp .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rQvuhnT7sp .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-rQvuhnT7sp .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rQvuhnT7sp .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 767px) {
  .cid-rQvuhnT7sp .carousel-item .container {
    width: 100%;
  }
}
.cid-rQvuhnT7sp .carousel-item-next.carousel-item-left,
.cid-rQvuhnT7sp .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rQvuhnT7sp .active.carousel-item-right,
.cid-rQvuhnT7sp .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rQvuhnT7sp .active.carousel-item-left,
.cid-rQvuhnT7sp .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rQvuhnT7sp .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rQvuhnT7sp .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rQvuhnT7sp .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rQvuhnT7sp .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-rQvuhnT7sp .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rQvuhnT7sp .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rQvuhnT7sp .mbr-slider .carousel-indicators li {
  max-width: 19px;
  width: 19px;
  height: 19px;
  max-height: 19px;
  margin: 3px;
  background-color: white;
  border: none;
  border-radius: 0;
  opacity: .5;
  transition: all .3s;
}
.cid-rQvuhnT7sp .mbr-slider .carousel-indicators li.active,
.cid-rQvuhnT7sp .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rQvuhnT7sp .mbr-slider .carousel-indicators li::after,
.cid-rQvuhnT7sp .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rQvuhnT7sp .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rQvuhnT7sp .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rQvuhnT7sp .mbr-slider > .container img {
  width: 100%;
}
.cid-rQvuhnT7sp .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rQvuhnT7sp .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .cid-rQvuhnT7sp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rQvuhnT7sp .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rQvuhnT7sp .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rQvuhnT7sp .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rQvuhnT7sp .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rQvuhnT7sp .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rQvuhnT7sp .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rQvuhnT7sp .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rQvuhnT7sp .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rQvuhnT7sp .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rQvuhnT7sp .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rQvuhnT7sp .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rQvuhnT7sp .carousel-inner {
  height: 100%;
}
.cid-rQvuhnT7sp .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rQvuhnT7sp .image_wrapper {
  height: 470px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rQvuhnT7sp .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-rQvuhnT7sp .carousel-item .container-slide {
  text-align: center;
}
.cid-rQvuhnT7sp .content-slider-wrap {
  width: 87%;
}
.cid-rQvuhnT7sp .carousel-control-prev {
  bottom: 2px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-rQvuhnT7sp .carousel-control-next {
  bottom: 54px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-rQvuhnT7sp .carousel-control {
  margin-left: 2px!important;
}
.cid-rQvuhnT7sp H2 {
  color: #efefef;
  text-align: right;
}
.cid-rQvuhnT7sp P {
  color: #232323;
  text-align: right;
}
.cid-rQvFHkA6GM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rQvFHkA6GM .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-rQvFHkA6GM .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-rQvFHkA6GM .btn {
  margin: 0px !important;
}
.cid-rQvFHkA6GM .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQvFHkA6GM .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQvFHkA6GM .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rQvFHkA6GM .carousel-item .wrap-img {
  text-align: center;
}
.cid-rQvFHkA6GM .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-rQvFHkA6GM .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-rQvFHkA6GM .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-rQvFHkA6GM .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  border: 4px solid #ffffff;
}
.cid-rQvFHkA6GM .carousel-indicators li.active {
  border-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rQvFHkA6GM .second-col {
    padding-top: 2rem;
  }
}
.cid-rQvFHkA6GM .mbr-section-subtitle,
.cid-rQvFHkA6GM .mbr-section-btn {
  text-align: right;
}
.cid-rQvFHkA6GM .mbr-section-subtitle,
.cid-rQvFHkA6GM .mbr-section-btn DIV {
  text-align: right;
}
.cid-rQHhvnqKPP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rQHhvnqKPP img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-rQHhvnqKPP .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #55b4d4;
  opacity: 0.6;
  pointer-events: none;
}
.cid-rQHhvnqKPP .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-rQHhvnqKPP .row > div:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-rQHhvnqKPP .wrapper:before {
    opacity: 0.2;
  }
}
.cid-rQvLkwjKb9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-rQvLkwjKb9 h4 {
  margin-bottom: 0;
}
.cid-rQvLkwjKb9 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
.cid-rQvLkwjKb9 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rQvLkwjKb9 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rQvLkwjKb9 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rQvLkwjKb9 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-rQvLkwjKb9 .btn[class*="-outline"]:active,
.cid-rQvLkwjKb9 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rQvLkwjKb9 .card-box {
  padding-top: 2rem;
}
.cid-rQvLkwjKb9 .card-wrapper {
  height: 100%;
}
.cid-rQvLkwjKb9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQvLkwjKb9 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rQvLkwjKb9 .card-title {
  color: #767676;
  text-align: center;
}
.cid-rQvLkwjKb9 .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-rQvLkwjKb9 .mbr-text,
.cid-rQvLkwjKb9 .mbr-link-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rVvhq1bQlT {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rVvhq1bQlT .content {
    text-align: center;
  }
  .cid-rVvhq1bQlT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVvhq1bQlT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rVvhq1bQlT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rVvhq1bQlT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rVvhq1bQlT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rVvhq1bQlT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rVvhq1bQlT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVvhq1bQlT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rVvhq1bQlT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVvhq1bQlT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVvhq1bQlT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVvhq1bQlT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlSviZRmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlSviZRmY .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlSviZRmY .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlSviZRmY .mbr-text {
  color: #767676;
}
.cid-rWlSviZRmY .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlSviZRmY .mbr-author-name {
  color: #767676;
}
.cid-rWlSviZRmY .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlSviZRmY .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlSviZRmY .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlSviZRmY .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlSviZRmY .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlSviZRmY .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlSviZRmY .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlSviZRmY .lai-images {
  text-align: center;
}
.cid-rQB5aMlOTE {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-rQB71gq5sw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rQB71gq5sw .mbr-text,
.cid-rQB71gq5sw blockquote {
  color: #767676;
}
.cid-rQB7CCbuV3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQB7CCbuV3 h4 {
  font-weight: 500;
  margin-bottom: 0rem;
  text-align: left;
}
.cid-rQB7CCbuV3 p {
  color: #767676;
  text-align: left;
}
.cid-rQB7CCbuV3 .card-box {
  padding-top: 1rem;
}
.cid-rQB7CCbuV3 .card-wrapper {
  height: 100%;
}
.cid-rQB7CCbuV3 img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  object-fit: cover;
}
.cid-rQB7CCbuV3 P {
  text-align: center;
  color: #232323;
}
.cid-rQB7CCbuV3 .card-title {
  text-align: center;
}
.cid-rQB7CCbuV3 .card-img {
  position: relative;
}
.cid-rQB7CCbuV3 .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: .5rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: .8rem;
}
.cid-rQB7CCbuV3 .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #149dcc;
}
.cid-rQBeLBOd8L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQBeLBOd8L h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQBeLBOd8L p {
  color: #767676;
  text-align: left;
}
.cid-rQBeLBOd8L .card-box {
  padding-top: 0.1rem;
}
.cid-rQBeLBOd8L .card-wrapper {
  height: 100%;
}
.cid-rQBeLBOd8L img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  object-fit: cover;
}
.cid-rQBeLBOd8L P {
  text-align: center;
  color: #232323;
}
.cid-rQBeLBOd8L .card-title {
  text-align: center;
}
.cid-rQBeLBOd8L .card-img {
  position: relative;
}
.cid-rQBeLBOd8L .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-rQBeLBOd8L .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #149dcc;
}
.cid-rVvkm2dwJH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rVvkm2dwJH .content {
    text-align: center;
  }
  .cid-rVvkm2dwJH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVvkm2dwJH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rVvkm2dwJH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rVvkm2dwJH .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rVvkm2dwJH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rVvkm2dwJH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rVvkm2dwJH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVvkm2dwJH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rVvkm2dwJH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVvkm2dwJH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVvkm2dwJH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVvkm2dwJH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlSziwweg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlSziwweg .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlSziwweg .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlSziwweg .mbr-text {
  color: #767676;
}
.cid-rWlSziwweg .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlSziwweg .mbr-author-name {
  color: #767676;
}
.cid-rWlSziwweg .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlSziwweg .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlSziwweg .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlSziwweg .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlSziwweg .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlSziwweg .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlSziwweg .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlSziwweg .lai-images {
  text-align: center;
}
.cid-rQGgA59i7X {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-rQGgA59i7X H3 {
  color: #f9f295;
}
.cid-rW3FpzHARb {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rW3FpzHARb .mbr-text,
.cid-rW3FpzHARb blockquote {
  color: #767676;
}
.cid-rW3FpzHARb .mbr-text P {
  text-align: right;
}
.cid-rW3LMt03o5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW3LMt03o5 .mbr-section-title,
.cid-rW3LMt03o5 .mbr-section-subtitle {
  color: #000000;
}
.cid-rW3LMt03o5 .mbr-section-text {
  color: #232323;
}
.cid-rW3LMt03o5 .mbr-text,
.cid-rW3LMt03o5 .typed-text,
.cid-rW3LMt03o5 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rW3LMt03o5 .btn {
  margin-left: 4px !important;
}
.cid-rW3LMt03o5 .animated-element {
  color: #ff3366;
}
.cid-rW3LMt03o5 .lai-font {
  font-size: 25px;
}
.cid-rW3LMt03o5 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rW3LMt03o5 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 700px) {
  .cid-rW3LMt03o5 .typed-text,
  .cid-rW3LMt03o5 .mbr-section-subtitle,
  .cid-rW3LMt03o5 .mbr-section-text,
  .cid-rW3LMt03o5 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rW3LMt03o5 P {
  text-align: left;
  color: #232323;
}
.cid-swp5wYhOEm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swp5wYhOEm .counter-container {
  color: #767676;
}
.cid-swp5wYhOEm .counter-container ul {
  margin-bottom: 0;
}
.cid-swp5wYhOEm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-swp5wYhOEm .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rQGkJxFIzF {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rQGkJxFIzF .mbr-section-subtitle {
  color: #767676;
}
.cid-rQGkJxFIzF .container-table {
  margin: 0 auto;
}
.cid-rQGkJxFIzF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQGkJxFIzF .dataTables_wrapper {
  display: block;
}
.cid-rQGkJxFIzF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQGkJxFIzF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQGkJxFIzF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rQGkJxFIzF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rQGkJxFIzF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rQGkJxFIzF table td {
  border-top: 1px solid #cccccc;
}
.cid-rQGkJxFIzF table.table {
  background: #ffffff;
}
.cid-rQGkJxFIzF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQGkJxFIzF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQGkJxFIzF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQGkJxFIzF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQGkJxFIzF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQGkJxFIzF .dataTables_filter {
    text-align: center;
  }
  .cid-rQGkJxFIzF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWlFJe9oXR {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rWlFJe9oXR .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-rWlFJe9oXR .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rWlFJe9oXR .image-block:hover:before {
  opacity: 0;
}
.cid-rWlFJe9oXR .image-block:hover .wrap {
  opacity: 1;
}
.cid-rWlFJe9oXR .image-block:hover img {
  transform: scale(1);
}
.cid-rWlFJe9oXR h4 {
  letter-spacing: 2px;
}
.cid-rWlFJe9oXR figcaption {
  position: relative;
}
.cid-rWlFJe9oXR figcaption .wrap {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
@media (max-width: 991px) {
  .cid-rWlFJe9oXR .image-block {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-rWlFJe9oXR .wrap {
    opacity: 1!important;
  }
  .cid-rWlFJe9oXR .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rWlFJe9oXR .lai-toplogo {
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
  height: 400px;
  padding-bottom: .5rem;
}
.cid-rWlFJe9oXR .lai-images {
  text-align: center;
}
.cid-rWlLprwGcL {
  background: #efefef;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-rWlLprwGcL .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-rWlLprwGcL .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rWlLprwGcL .image-block:hover:before {
  opacity: 0;
}
.cid-rWlLprwGcL .image-block:hover .wrap {
  opacity: 1;
}
.cid-rWlLprwGcL .image-block:hover img {
  transform: scale(1);
}
.cid-rWlLprwGcL h4 {
  letter-spacing: 2px;
}
.cid-rWlLprwGcL figcaption {
  position: relative;
}
.cid-rWlLprwGcL figcaption .wrap {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
@media (max-width: 991px) {
  .cid-rWlLprwGcL .image-block {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-rWlLprwGcL .wrap {
    opacity: 1!important;
  }
  .cid-rWlLprwGcL .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rWlLprwGcL .lai-toplogo {
  display: inline-block;
  margin-left: 2rem;
  margin-right: 2rem;
  height: 500px;
  padding-bottom: 2rem;
}
.cid-rWlLprwGcL .lai-images {
  text-align: center;
}
.cid-rT8QvdmII0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rT8QvdmII0 .carousel-control {
  background: #000;
}
.cid-rT8QvdmII0 .mbr-section-subtitle {
  color: #232323;
}
.cid-rT8QvdmII0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT8QvdmII0 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rT8QvdmII0 .carousel-item .wrap-img {
  text-align: center;
}
.cid-rT8QvdmII0 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rT8QvdmII0 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT8QvdmII0 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rT8QvdmII0 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rT8QvdmII0 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rT8QvdmII0 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rT8QvdmII0 .cloneditem-1,
.cid-rT8QvdmII0 .cloneditem-2,
.cid-rT8QvdmII0 .cloneditem-3,
.cid-rT8QvdmII0 .cloneditem-4,
.cid-rT8QvdmII0 .cloneditem-5 {
  display: none;
}
.cid-rT8QvdmII0 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rT8QvdmII0 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rT8QvdmII0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rT8QvdmII0 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rT8QvdmII0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rT8QvdmII0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rT8QvdmII0 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides2 .cloneditem-1,
  .cid-rT8QvdmII0 .carousel-inner.slides2 .cloneditem-2,
  .cid-rT8QvdmII0 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rT8QvdmII0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rT8QvdmII0 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rT8QvdmII0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rT8QvdmII0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rT8QvdmII0 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides3 .cloneditem-1,
  .cid-rT8QvdmII0 .carousel-inner.slides3 .cloneditem-2,
  .cid-rT8QvdmII0 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rT8QvdmII0 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rT8QvdmII0 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rT8QvdmII0 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rT8QvdmII0 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rT8QvdmII0 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides4 .cloneditem-1,
  .cid-rT8QvdmII0 .carousel-inner.slides4 .cloneditem-2,
  .cid-rT8QvdmII0 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rT8QvdmII0 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rT8QvdmII0 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rT8QvdmII0 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rT8QvdmII0 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rT8QvdmII0 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides5 .cloneditem-1,
  .cid-rT8QvdmII0 .carousel-inner.slides5 .cloneditem-2,
  .cid-rT8QvdmII0 .carousel-inner.slides5 .cloneditem-3,
  .cid-rT8QvdmII0 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rT8QvdmII0 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rT8QvdmII0 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rT8QvdmII0 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rT8QvdmII0 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rT8QvdmII0 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rT8QvdmII0 .carousel-inner.slides6 .cloneditem-1,
  .cid-rT8QvdmII0 .carousel-inner.slides6 .cloneditem-2,
  .cid-rT8QvdmII0 .carousel-inner.slides6 .cloneditem-3,
  .cid-rT8QvdmII0 .carousel-inner.slides6 .cloneditem-4,
  .cid-rT8QvdmII0 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rVvkqMw63j {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rVvkqMw63j .content {
    text-align: center;
  }
  .cid-rVvkqMw63j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVvkqMw63j .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rVvkqMw63j .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rVvkqMw63j .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rVvkqMw63j .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rVvkqMw63j .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rVvkqMw63j .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVvkqMw63j .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rVvkqMw63j .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVvkqMw63j .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVvkqMw63j .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVvkqMw63j .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlSD1WYSz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlSD1WYSz .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlSD1WYSz .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlSD1WYSz .mbr-text {
  color: #767676;
}
.cid-rWlSD1WYSz .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlSD1WYSz .mbr-author-name {
  color: #767676;
}
.cid-rWlSD1WYSz .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlSD1WYSz .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlSD1WYSz .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlSD1WYSz .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlSD1WYSz .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlSD1WYSz .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlSD1WYSz .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlSD1WYSz .lai-images {
  text-align: center;
}
.cid-rQGHhKE7eh {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1371.jpeg");
}
.cid-rW48cqNjN0 {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW48cqNjN0 .mbr-text,
.cid-rW48cqNjN0 blockquote {
  color: #767676;
}
.cid-rW48cqNjN0 .mbr-text P {
  text-align: right;
}
.cid-rW4961DztK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rW4961DztK .mbr-section-title,
.cid-rW4961DztK .mbr-section-subtitle {
  color: #000000;
}
.cid-rW4961DztK .mbr-section-text {
  color: #232323;
}
.cid-rW4961DztK .mbr-text,
.cid-rW4961DztK .typed-text,
.cid-rW4961DztK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rW4961DztK .btn {
  margin-left: 4px !important;
}
.cid-rW4961DztK .animated-element {
  color: #ff3366;
}
.cid-rW4961DztK .lai-font {
  font-size: 25px;
}
.cid-rW4961DztK .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rW4961DztK .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 700px) {
  .cid-rW4961DztK .typed-text,
  .cid-rW4961DztK .mbr-section-subtitle,
  .cid-rW4961DztK .mbr-section-text,
  .cid-rW4961DztK .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rW4961DztK P {
  text-align: left;
  color: #232323;
}
.cid-rU4BkFUSUz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rU4BkFUSUz .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4BkFUSUz .container-table {
  margin: 0 auto;
}
.cid-rU4BkFUSUz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rU4BkFUSUz .dataTables_wrapper {
  display: block;
}
.cid-rU4BkFUSUz .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rU4BkFUSUz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rU4BkFUSUz table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rU4BkFUSUz table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rU4BkFUSUz table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rU4BkFUSUz table td {
  border-top: 1px solid #cccccc;
}
.cid-rU4BkFUSUz table.table {
  background: #ffffff;
}
.cid-rU4BkFUSUz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rU4BkFUSUz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rU4BkFUSUz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rU4BkFUSUz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rU4BkFUSUz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rU4BkFUSUz .dataTables_filter {
    text-align: center;
  }
  .cid-rU4BkFUSUz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rQGCf62nK8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQGCf62nK8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rQGCf62nK8 .container-table {
  margin: 0 auto;
}
.cid-rQGCf62nK8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQGCf62nK8 .dataTables_wrapper {
  display: block;
}
.cid-rQGCf62nK8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQGCf62nK8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQGCf62nK8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rQGCf62nK8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rQGCf62nK8 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rQGCf62nK8 table td {
  border-top: 1px solid #cccccc;
}
.cid-rQGCf62nK8 table.table {
  background: #ffffff;
}
.cid-rQGCf62nK8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQGCf62nK8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQGCf62nK8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQGCf62nK8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQGCf62nK8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQGCf62nK8 .dataTables_filter {
    text-align: center;
  }
  .cid-rQGCf62nK8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWlMYdgJNe {
  background: #efefef;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rWlMYdgJNe .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-rWlMYdgJNe .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rWlMYdgJNe .image-block:hover:before {
  opacity: 0;
}
.cid-rWlMYdgJNe .image-block:hover .wrap {
  opacity: 1;
}
.cid-rWlMYdgJNe .image-block:hover img {
  transform: scale(1);
}
.cid-rWlMYdgJNe h4 {
  letter-spacing: 2px;
}
.cid-rWlMYdgJNe figcaption {
  position: relative;
}
.cid-rWlMYdgJNe figcaption .wrap {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
@media (max-width: 991px) {
  .cid-rWlMYdgJNe .image-block {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-rWlMYdgJNe .wrap {
    opacity: 1!important;
  }
  .cid-rWlMYdgJNe .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rWlMYdgJNe .lai-toplogo {
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
  height: 430px;
  padding-bottom: .5rem;
}
.cid-rWlMYdgJNe .lai-images {
  text-align: center;
}
.cid-rU4CGfhkxy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rU4CGfhkxy .carousel-control {
  background: #000;
}
.cid-rU4CGfhkxy .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4CGfhkxy .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4CGfhkxy .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rU4CGfhkxy .carousel-item .wrap-img {
  text-align: center;
}
.cid-rU4CGfhkxy .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rU4CGfhkxy .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4CGfhkxy .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rU4CGfhkxy .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rU4CGfhkxy .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rU4CGfhkxy .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rU4CGfhkxy .cloneditem-1,
.cid-rU4CGfhkxy .cloneditem-2,
.cid-rU4CGfhkxy .cloneditem-3,
.cid-rU4CGfhkxy .cloneditem-4,
.cid-rU4CGfhkxy .cloneditem-5 {
  display: none;
}
.cid-rU4CGfhkxy .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rU4CGfhkxy .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rU4CGfhkxy .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rU4CGfhkxy .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rU4CGfhkxy .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rU4CGfhkxy .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4CGfhkxy .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides2 .cloneditem-1,
  .cid-rU4CGfhkxy .carousel-inner.slides2 .cloneditem-2,
  .cid-rU4CGfhkxy .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rU4CGfhkxy .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rU4CGfhkxy .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rU4CGfhkxy .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rU4CGfhkxy .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4CGfhkxy .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides3 .cloneditem-1,
  .cid-rU4CGfhkxy .carousel-inner.slides3 .cloneditem-2,
  .cid-rU4CGfhkxy .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rU4CGfhkxy .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rU4CGfhkxy .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rU4CGfhkxy .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rU4CGfhkxy .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4CGfhkxy .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides4 .cloneditem-1,
  .cid-rU4CGfhkxy .carousel-inner.slides4 .cloneditem-2,
  .cid-rU4CGfhkxy .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rU4CGfhkxy .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rU4CGfhkxy .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rU4CGfhkxy .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rU4CGfhkxy .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4CGfhkxy .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides5 .cloneditem-1,
  .cid-rU4CGfhkxy .carousel-inner.slides5 .cloneditem-2,
  .cid-rU4CGfhkxy .carousel-inner.slides5 .cloneditem-3,
  .cid-rU4CGfhkxy .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rU4CGfhkxy .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rU4CGfhkxy .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rU4CGfhkxy .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rU4CGfhkxy .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4CGfhkxy .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4CGfhkxy .carousel-inner.slides6 .cloneditem-1,
  .cid-rU4CGfhkxy .carousel-inner.slides6 .cloneditem-2,
  .cid-rU4CGfhkxy .carousel-inner.slides6 .cloneditem-3,
  .cid-rU4CGfhkxy .carousel-inner.slides6 .cloneditem-4,
  .cid-rU4CGfhkxy .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rVvm5u1gVE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rVvm5u1gVE .content {
    text-align: center;
  }
  .cid-rVvm5u1gVE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVvm5u1gVE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rVvm5u1gVE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rVvm5u1gVE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rVvm5u1gVE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rVvm5u1gVE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rVvm5u1gVE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVvm5u1gVE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rVvm5u1gVE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVvm5u1gVE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVvm5u1gVE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVvm5u1gVE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlSGaMFEg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlSGaMFEg .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlSGaMFEg .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlSGaMFEg .mbr-text {
  color: #767676;
}
.cid-rWlSGaMFEg .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlSGaMFEg .mbr-author-name {
  color: #767676;
}
.cid-rWlSGaMFEg .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlSGaMFEg .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlSGaMFEg .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlSGaMFEg .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlSGaMFEg .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlSGaMFEg .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlSGaMFEg .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlSGaMFEg .lai-images {
  text-align: center;
}
.cid-rW48i9P3ld {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-rW48i9P3ld H3 {
  color: #f9f295;
}
.cid-rW48oJ1HYg {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rW48oJ1HYg .mbr-text,
.cid-rW48oJ1HYg blockquote {
  color: #767676;
}
.cid-rW48oJ1HYg .mbr-text P {
  text-align: right;
}
.cid-rW48rqG1DL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW48rqG1DL .mbr-section-title,
.cid-rW48rqG1DL .mbr-section-subtitle {
  color: #000000;
}
.cid-rW48rqG1DL .mbr-section-text {
  color: #232323;
}
.cid-rW48rqG1DL .mbr-text,
.cid-rW48rqG1DL .typed-text,
.cid-rW48rqG1DL .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rW48rqG1DL .btn {
  margin-left: 4px !important;
}
.cid-rW48rqG1DL .animated-element {
  color: #ff3366;
}
.cid-rW48rqG1DL .lai-font {
  font-size: 25px;
}
.cid-rW48rqG1DL .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rW48rqG1DL .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 700px) {
  .cid-rW48rqG1DL .typed-text,
  .cid-rW48rqG1DL .mbr-section-subtitle,
  .cid-rW48rqG1DL .mbr-section-text,
  .cid-rW48rqG1DL .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rW48rqG1DL P {
  text-align: left;
  color: #232323;
}
.cid-rU4DDpnAO1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rU4DDpnAO1 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rU4DDpnAO1 H2 {
  color: #000000;
}
.cid-rU4DDpnAO1 .mbr-section-subtitle P {
  text-align: left;
}
.cid-rQGIz6MG1R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQGIz6MG1R h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQGIz6MG1R p {
  color: #767676;
  text-align: left;
}
.cid-rQGIz6MG1R .card-box {
  padding-top: 2rem;
}
.cid-rQGIz6MG1R .card-wrapper {
  height: 100%;
}
.cid-rQGJljN9k4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQGJljN9k4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQGJljN9k4 p {
  color: #767676;
  text-align: left;
}
.cid-rQGJljN9k4 .card-box {
  padding-top: 2rem;
}
.cid-rQGJljN9k4 .card-wrapper {
  height: 100%;
}
.cid-rU4DAlWvGg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rU4DAlWvGg .carousel-control {
  background: #000;
}
.cid-rU4DAlWvGg .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4DAlWvGg .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4DAlWvGg .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rU4DAlWvGg .carousel-item .wrap-img {
  text-align: center;
}
.cid-rU4DAlWvGg .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rU4DAlWvGg .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4DAlWvGg .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rU4DAlWvGg .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rU4DAlWvGg .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rU4DAlWvGg .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rU4DAlWvGg .cloneditem-1,
.cid-rU4DAlWvGg .cloneditem-2,
.cid-rU4DAlWvGg .cloneditem-3,
.cid-rU4DAlWvGg .cloneditem-4,
.cid-rU4DAlWvGg .cloneditem-5 {
  display: none;
}
.cid-rU4DAlWvGg .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rU4DAlWvGg .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rU4DAlWvGg .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rU4DAlWvGg .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rU4DAlWvGg .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rU4DAlWvGg .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4DAlWvGg .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides2 .cloneditem-1,
  .cid-rU4DAlWvGg .carousel-inner.slides2 .cloneditem-2,
  .cid-rU4DAlWvGg .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rU4DAlWvGg .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rU4DAlWvGg .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rU4DAlWvGg .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rU4DAlWvGg .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4DAlWvGg .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides3 .cloneditem-1,
  .cid-rU4DAlWvGg .carousel-inner.slides3 .cloneditem-2,
  .cid-rU4DAlWvGg .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rU4DAlWvGg .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rU4DAlWvGg .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rU4DAlWvGg .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rU4DAlWvGg .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4DAlWvGg .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides4 .cloneditem-1,
  .cid-rU4DAlWvGg .carousel-inner.slides4 .cloneditem-2,
  .cid-rU4DAlWvGg .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rU4DAlWvGg .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rU4DAlWvGg .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rU4DAlWvGg .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rU4DAlWvGg .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4DAlWvGg .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides5 .cloneditem-1,
  .cid-rU4DAlWvGg .carousel-inner.slides5 .cloneditem-2,
  .cid-rU4DAlWvGg .carousel-inner.slides5 .cloneditem-3,
  .cid-rU4DAlWvGg .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rU4DAlWvGg .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rU4DAlWvGg .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rU4DAlWvGg .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rU4DAlWvGg .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4DAlWvGg .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4DAlWvGg .carousel-inner.slides6 .cloneditem-1,
  .cid-rU4DAlWvGg .carousel-inner.slides6 .cloneditem-2,
  .cid-rU4DAlWvGg .carousel-inner.slides6 .cloneditem-3,
  .cid-rU4DAlWvGg .carousel-inner.slides6 .cloneditem-4,
  .cid-rU4DAlWvGg .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rVvmrpn54Q {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rVvmrpn54Q .content {
    text-align: center;
  }
  .cid-rVvmrpn54Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVvmrpn54Q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rVvmrpn54Q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rVvmrpn54Q .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rVvmrpn54Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rVvmrpn54Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rVvmrpn54Q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVvmrpn54Q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rVvmrpn54Q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVvmrpn54Q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVvmrpn54Q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVvmrpn54Q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlSJ8erIf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlSJ8erIf .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlSJ8erIf .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlSJ8erIf .mbr-text {
  color: #767676;
}
.cid-rWlSJ8erIf .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlSJ8erIf .mbr-author-name {
  color: #767676;
}
.cid-rWlSJ8erIf .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlSJ8erIf .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlSJ8erIf .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlSJ8erIf .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlSJ8erIf .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlSJ8erIf .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlSJ8erIf .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlSJ8erIf .lai-images {
  text-align: center;
}
.cid-rW4bxZylwm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1371.jpeg");
}
.cid-rW4bzpQQ8p {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW4bzpQQ8p .mbr-text,
.cid-rW4bzpQQ8p blockquote {
  color: #767676;
}
.cid-rW4bzpQQ8p .mbr-text P {
  text-align: right;
}
.cid-rW4duTPGy6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rW4duTPGy6 .mbr-section-title,
.cid-rW4duTPGy6 .mbr-section-subtitle {
  color: #000000;
}
.cid-rW4duTPGy6 .mbr-section-text {
  color: #232323;
}
.cid-rW4duTPGy6 .mbr-text,
.cid-rW4duTPGy6 .typed-text,
.cid-rW4duTPGy6 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rW4duTPGy6 .btn {
  margin-left: 4px !important;
}
.cid-rW4duTPGy6 .animated-element {
  color: #ff3366;
}
.cid-rW4duTPGy6 .lai-font {
  font-size: 25px;
}
.cid-rW4duTPGy6 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rW4duTPGy6 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 700px) {
  .cid-rW4duTPGy6 .typed-text,
  .cid-rW4duTPGy6 .mbr-section-subtitle,
  .cid-rW4duTPGy6 .mbr-section-text,
  .cid-rW4duTPGy6 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rW4duTPGy6 P {
  text-align: left;
  color: #232323;
}
.cid-rU4JcCS7lr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rU4JcCS7lr .mbr-section-subtitle {
  color: #767676;
}
.cid-rU4JcCS7lr H2 {
  color: #000000;
}
.cid-rU4JcCS7lr .mbr-section-subtitle P {
  text-align: left;
}
.cid-rU4FEELER5 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rU4FEELER5 .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4FEELER5 .container-table {
  margin: 0 auto;
}
.cid-rU4FEELER5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rU4FEELER5 .dataTables_wrapper {
  display: block;
}
.cid-rU4FEELER5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rU4FEELER5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rU4FEELER5 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rU4FEELER5 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rU4FEELER5 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rU4FEELER5 table td {
  border-top: 1px solid #cccccc;
}
.cid-rU4FEELER5 table.table {
  background: #ffffff;
}
.cid-rU4FEELER5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rU4FEELER5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rU4FEELER5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rU4FEELER5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rU4FEELER5 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rU4FEELER5 .dataTables_filter {
    text-align: center;
  }
  .cid-rU4FEELER5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rU4FFt5MZe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rU4FFt5MZe .carousel-control {
  background: #000;
}
.cid-rU4FFt5MZe .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4FFt5MZe .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4FFt5MZe .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rU4FFt5MZe .carousel-item .wrap-img {
  text-align: center;
}
.cid-rU4FFt5MZe .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rU4FFt5MZe .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4FFt5MZe .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rU4FFt5MZe .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rU4FFt5MZe .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rU4FFt5MZe .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rU4FFt5MZe .cloneditem-1,
.cid-rU4FFt5MZe .cloneditem-2,
.cid-rU4FFt5MZe .cloneditem-3,
.cid-rU4FFt5MZe .cloneditem-4,
.cid-rU4FFt5MZe .cloneditem-5 {
  display: none;
}
.cid-rU4FFt5MZe .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rU4FFt5MZe .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rU4FFt5MZe .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rU4FFt5MZe .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rU4FFt5MZe .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rU4FFt5MZe .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4FFt5MZe .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides2 .cloneditem-1,
  .cid-rU4FFt5MZe .carousel-inner.slides2 .cloneditem-2,
  .cid-rU4FFt5MZe .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rU4FFt5MZe .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rU4FFt5MZe .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rU4FFt5MZe .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rU4FFt5MZe .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4FFt5MZe .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides3 .cloneditem-1,
  .cid-rU4FFt5MZe .carousel-inner.slides3 .cloneditem-2,
  .cid-rU4FFt5MZe .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rU4FFt5MZe .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rU4FFt5MZe .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rU4FFt5MZe .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rU4FFt5MZe .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4FFt5MZe .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides4 .cloneditem-1,
  .cid-rU4FFt5MZe .carousel-inner.slides4 .cloneditem-2,
  .cid-rU4FFt5MZe .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rU4FFt5MZe .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rU4FFt5MZe .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rU4FFt5MZe .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rU4FFt5MZe .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4FFt5MZe .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides5 .cloneditem-1,
  .cid-rU4FFt5MZe .carousel-inner.slides5 .cloneditem-2,
  .cid-rU4FFt5MZe .carousel-inner.slides5 .cloneditem-3,
  .cid-rU4FFt5MZe .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rU4FFt5MZe .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rU4FFt5MZe .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rU4FFt5MZe .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rU4FFt5MZe .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4FFt5MZe .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4FFt5MZe .carousel-inner.slides6 .cloneditem-1,
  .cid-rU4FFt5MZe .carousel-inner.slides6 .cloneditem-2,
  .cid-rU4FFt5MZe .carousel-inner.slides6 .cloneditem-3,
  .cid-rU4FFt5MZe .carousel-inner.slides6 .cloneditem-4,
  .cid-rU4FFt5MZe .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rVvq4VidWa {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rVvq4VidWa .content {
    text-align: center;
  }
  .cid-rVvq4VidWa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVvq4VidWa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rVvq4VidWa .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rVvq4VidWa .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rVvq4VidWa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rVvq4VidWa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rVvq4VidWa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVvq4VidWa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rVvq4VidWa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVvq4VidWa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVvq4VidWa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVvq4VidWa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlSOpIS9O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlSOpIS9O .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlSOpIS9O .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlSOpIS9O .mbr-text {
  color: #767676;
}
.cid-rWlSOpIS9O .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlSOpIS9O .mbr-author-name {
  color: #767676;
}
.cid-rWlSOpIS9O .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlSOpIS9O .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlSOpIS9O .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlSOpIS9O .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlSOpIS9O .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlSOpIS9O .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlSOpIS9O .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlSOpIS9O .lai-images {
  text-align: center;
}
.cid-rW4ceIhSIg {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-rW4ceIhSIg H3 {
  color: #f9f295;
}
.cid-rW4ckzsxZo {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rW4ckzsxZo .mbr-text,
.cid-rW4ckzsxZo blockquote {
  color: #767676;
}
.cid-rW4ckzsxZo .mbr-text P {
  text-align: right;
}
.cid-rW4cleCZwU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW4cleCZwU .mbr-section-title,
.cid-rW4cleCZwU .mbr-section-subtitle {
  color: #000000;
}
.cid-rW4cleCZwU .mbr-section-text {
  color: #232323;
}
.cid-rW4cleCZwU .mbr-text,
.cid-rW4cleCZwU .typed-text,
.cid-rW4cleCZwU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rW4cleCZwU .btn {
  margin-left: 4px !important;
}
.cid-rW4cleCZwU .animated-element {
  color: #ff3366;
}
.cid-rW4cleCZwU .lai-font {
  font-size: 25px;
}
.cid-rW4cleCZwU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rW4cleCZwU .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 700px) {
  .cid-rW4cleCZwU .typed-text,
  .cid-rW4cleCZwU .mbr-section-subtitle,
  .cid-rW4cleCZwU .mbr-section-text,
  .cid-rW4cleCZwU .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rW4cleCZwU P {
  text-align: left;
  color: #232323;
}
.cid-rU4KABOB0t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-rU4KABOB0t .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4KABOB0t H2 {
  color: #000000;
}
.cid-rU4KABOB0t .mbr-section-subtitle P {
  text-align: center;
}
.cid-rWdEE6BQV1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rWdEE6BQV1 .mbr-section-subtitle {
  color: #232323;
}
.cid-rWdEE6BQV1 .container-table {
  margin: 0 auto;
}
.cid-rWdEE6BQV1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rWdEE6BQV1 .dataTables_wrapper {
  display: block;
}
.cid-rWdEE6BQV1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rWdEE6BQV1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rWdEE6BQV1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rWdEE6BQV1 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rWdEE6BQV1 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rWdEE6BQV1 table td {
  border-top: 1px solid #cccccc;
}
.cid-rWdEE6BQV1 table.table {
  background: #ffffff;
}
.cid-rWdEE6BQV1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rWdEE6BQV1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rWdEE6BQV1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rWdEE6BQV1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rWdEE6BQV1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rWdEE6BQV1 .dataTables_filter {
    text-align: center;
  }
  .cid-rWdEE6BQV1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWdFblFgaR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rWdFblFgaR .mbr-section-subtitle {
  color: #232323;
}
.cid-rWdFblFgaR .container-table {
  margin: 0 auto;
}
.cid-rWdFblFgaR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rWdFblFgaR .dataTables_wrapper {
  display: block;
}
.cid-rWdFblFgaR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rWdFblFgaR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rWdFblFgaR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rWdFblFgaR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rWdFblFgaR table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rWdFblFgaR table td {
  border-top: 1px solid #cccccc;
}
.cid-rWdFblFgaR table.table {
  background: #ffffff;
}
.cid-rWdFblFgaR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rWdFblFgaR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rWdFblFgaR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rWdFblFgaR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rWdFblFgaR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rWdFblFgaR .dataTables_filter {
    text-align: center;
  }
  .cid-rWdFblFgaR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rU4KBKuv9b {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rU4KBKuv9b .carousel-control {
  background: #000;
}
.cid-rU4KBKuv9b .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4KBKuv9b .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4KBKuv9b .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rU4KBKuv9b .carousel-item .wrap-img {
  text-align: center;
}
.cid-rU4KBKuv9b .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rU4KBKuv9b .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4KBKuv9b .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rU4KBKuv9b .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rU4KBKuv9b .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rU4KBKuv9b .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rU4KBKuv9b .cloneditem-1,
.cid-rU4KBKuv9b .cloneditem-2,
.cid-rU4KBKuv9b .cloneditem-3,
.cid-rU4KBKuv9b .cloneditem-4,
.cid-rU4KBKuv9b .cloneditem-5 {
  display: none;
}
.cid-rU4KBKuv9b .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rU4KBKuv9b .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rU4KBKuv9b .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rU4KBKuv9b .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rU4KBKuv9b .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rU4KBKuv9b .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4KBKuv9b .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides2 .cloneditem-1,
  .cid-rU4KBKuv9b .carousel-inner.slides2 .cloneditem-2,
  .cid-rU4KBKuv9b .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rU4KBKuv9b .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rU4KBKuv9b .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rU4KBKuv9b .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rU4KBKuv9b .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4KBKuv9b .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides3 .cloneditem-1,
  .cid-rU4KBKuv9b .carousel-inner.slides3 .cloneditem-2,
  .cid-rU4KBKuv9b .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rU4KBKuv9b .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rU4KBKuv9b .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rU4KBKuv9b .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rU4KBKuv9b .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4KBKuv9b .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides4 .cloneditem-1,
  .cid-rU4KBKuv9b .carousel-inner.slides4 .cloneditem-2,
  .cid-rU4KBKuv9b .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rU4KBKuv9b .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rU4KBKuv9b .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rU4KBKuv9b .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rU4KBKuv9b .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4KBKuv9b .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides5 .cloneditem-1,
  .cid-rU4KBKuv9b .carousel-inner.slides5 .cloneditem-2,
  .cid-rU4KBKuv9b .carousel-inner.slides5 .cloneditem-3,
  .cid-rU4KBKuv9b .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rU4KBKuv9b .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rU4KBKuv9b .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rU4KBKuv9b .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rU4KBKuv9b .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4KBKuv9b .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4KBKuv9b .carousel-inner.slides6 .cloneditem-1,
  .cid-rU4KBKuv9b .carousel-inner.slides6 .cloneditem-2,
  .cid-rU4KBKuv9b .carousel-inner.slides6 .cloneditem-3,
  .cid-rU4KBKuv9b .carousel-inner.slides6 .cloneditem-4,
  .cid-rU4KBKuv9b .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rVvth1cCwu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rVvth1cCwu .content {
    text-align: center;
  }
  .cid-rVvth1cCwu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rVvth1cCwu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rVvth1cCwu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rVvth1cCwu .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rVvth1cCwu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rVvth1cCwu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rVvth1cCwu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVvth1cCwu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rVvth1cCwu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVvth1cCwu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVvth1cCwu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVvth1cCwu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlSTuwjvf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlSTuwjvf .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlSTuwjvf .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlSTuwjvf .mbr-text {
  color: #767676;
}
.cid-rWlSTuwjvf .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlSTuwjvf .mbr-author-name {
  color: #767676;
}
.cid-rWlSTuwjvf .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlSTuwjvf .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlSTuwjvf .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlSTuwjvf .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlSTuwjvf .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlSTuwjvf .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlSTuwjvf .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlSTuwjvf .lai-images {
  text-align: center;
}
.cid-rW4fXm7kit {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1371.jpeg");
}
.cid-rW4fY1mnYV {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW4fY1mnYV .mbr-text,
.cid-rW4fY1mnYV blockquote {
  color: #767676;
}
.cid-rW4fY1mnYV .mbr-text P {
  text-align: right;
}
.cid-rW4ja1DQJX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rW4ja1DQJX .mbr-section-title,
.cid-rW4ja1DQJX .mbr-section-subtitle {
  color: #000000;
}
.cid-rW4ja1DQJX .mbr-section-text {
  color: #232323;
}
.cid-rW4ja1DQJX .mbr-text,
.cid-rW4ja1DQJX .typed-text,
.cid-rW4ja1DQJX .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rW4ja1DQJX .btn {
  margin-left: 4px !important;
}
.cid-rW4ja1DQJX .animated-element {
  color: #ff3366;
}
.cid-rW4ja1DQJX .lai-font {
  font-size: 25px;
}
.cid-rW4ja1DQJX .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rW4ja1DQJX .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 700px) {
  .cid-rW4ja1DQJX .typed-text,
  .cid-rW4ja1DQJX .mbr-section-subtitle,
  .cid-rW4ja1DQJX .mbr-section-text,
  .cid-rW4ja1DQJX .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rW4ja1DQJX P {
  text-align: left;
  color: #232323;
}
.cid-rWdIiU6jmG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-rWdIiU6jmG .mbr-section-subtitle {
  color: #232323;
}
.cid-rWdIiU6jmG H2 {
  color: #000000;
}
.cid-rWdIiU6jmG .mbr-section-subtitle P {
  text-align: center;
}
.cid-rWdGBmvjRc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rWdGBmvjRc .mbr-section-subtitle {
  color: #232323;
}
.cid-rWdGBmvjRc .container-table {
  margin: 0 auto;
}
.cid-rWdGBmvjRc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rWdGBmvjRc .dataTables_wrapper {
  display: block;
}
.cid-rWdGBmvjRc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rWdGBmvjRc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rWdGBmvjRc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rWdGBmvjRc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rWdGBmvjRc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rWdGBmvjRc table td {
  border-top: 1px solid #cccccc;
}
.cid-rWdGBmvjRc table.table {
  background: #ffffff;
}
.cid-rWdGBmvjRc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rWdGBmvjRc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rWdGBmvjRc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rWdGBmvjRc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rWdGBmvjRc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rWdGBmvjRc .dataTables_filter {
    text-align: center;
  }
  .cid-rWdGBmvjRc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWdK1oWovw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWdK1oWovw .mbr-section-subtitle {
  color: #232323;
}
.cid-rWdK1oWovw H2 {
  color: #000000;
}
.cid-rWdK1oWovw .mbr-section-subtitle P {
  text-align: center;
}
.cid-rWdRYCo6N9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWdRYCo6N9 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: 16rem Auto 1rem 5rem;
  height: 80px;
  max-width: 300px;
}
.cid-rWdRYCo6N9 .card-wrap {
  background-color: #787324;
  display: flex;
  height: 350px;
  min-height: 300px;
}
.cid-rWdRYCo6N9 .card-wrap:hover h4,
.cid-rWdRYCo6N9 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rWdRYCo6N9 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rWdRYCo6N9 h3:after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rWdRYCo6N9 img {
  width: 90%;
}
.cid-rWdRYCo6N9 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rWdRYCo6N9 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rWdRYCo6N9 .card-title1,
.cid-rWdRYCo6N9 .title-wrap1 {
  color: #ffffff;
}
.cid-rWdRYCo6N9 .card-title,
.cid-rWdRYCo6N9 .title-wrap {
  color: #ffffff;
}
@media (max-width: 900px) {
  .cid-rWdRYCo6N9 .mdpb {
    padding-bottom: 0.5rem;
  }
  .cid-rWdRYCo6N9 .card-box {
    margin: 1rem 1rem 0rem 1rem;
  }
}
.cid-rWdRYCo6N9 H3 {
  color: #ffffff;
}
.cid-rWdXskxyGM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWdXskxyGM .mbr-section-subtitle {
  color: #232323;
}
.cid-rWdXskxyGM H2 {
  color: #000000;
}
.cid-rWdXskxyGM .mbr-section-subtitle P {
  text-align: center;
}
.cid-rWe1cOQDAR {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rWe1cOQDAR .mbr-section-subtitle {
  color: #232323;
}
.cid-rWe1cOQDAR hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 3px;
}
.cid-rWe4sbYOyI {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rWe4sbYOyI .mbr-section-subtitle {
  color: #232323;
}
.cid-rWe4sbYOyI hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 3px;
}
.cid-rWehK6HD6V {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-rWehK6HD6V .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-rWehK6HD6V .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rWehK6HD6V .image-block:hover:before {
  opacity: 0;
}
.cid-rWehK6HD6V .image-block:hover .wrap {
  opacity: 1;
}
.cid-rWehK6HD6V .image-block:hover img {
  transform: scale(1);
}
.cid-rWehK6HD6V h4 {
  letter-spacing: 2px;
}
.cid-rWehK6HD6V figcaption {
  position: relative;
}
.cid-rWehK6HD6V figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rWehK6HD6V img {
  width: 90%;
  height: 90%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rWehK6HD6V .image-block {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-rWehK6HD6V .wrap {
    opacity: 1!important;
  }
  .cid-rWehK6HD6V .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rU4NDoZcFr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rU4NDoZcFr .carousel-control {
  background: #000;
}
.cid-rU4NDoZcFr .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4NDoZcFr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4NDoZcFr .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rU4NDoZcFr .carousel-item .wrap-img {
  text-align: center;
}
.cid-rU4NDoZcFr .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rU4NDoZcFr .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4NDoZcFr .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rU4NDoZcFr .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rU4NDoZcFr .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rU4NDoZcFr .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rU4NDoZcFr .cloneditem-1,
.cid-rU4NDoZcFr .cloneditem-2,
.cid-rU4NDoZcFr .cloneditem-3,
.cid-rU4NDoZcFr .cloneditem-4,
.cid-rU4NDoZcFr .cloneditem-5 {
  display: none;
}
.cid-rU4NDoZcFr .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rU4NDoZcFr .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rU4NDoZcFr .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rU4NDoZcFr .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rU4NDoZcFr .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rU4NDoZcFr .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4NDoZcFr .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides2 .cloneditem-1,
  .cid-rU4NDoZcFr .carousel-inner.slides2 .cloneditem-2,
  .cid-rU4NDoZcFr .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rU4NDoZcFr .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rU4NDoZcFr .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rU4NDoZcFr .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rU4NDoZcFr .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4NDoZcFr .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides3 .cloneditem-1,
  .cid-rU4NDoZcFr .carousel-inner.slides3 .cloneditem-2,
  .cid-rU4NDoZcFr .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rU4NDoZcFr .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rU4NDoZcFr .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rU4NDoZcFr .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rU4NDoZcFr .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4NDoZcFr .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides4 .cloneditem-1,
  .cid-rU4NDoZcFr .carousel-inner.slides4 .cloneditem-2,
  .cid-rU4NDoZcFr .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rU4NDoZcFr .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rU4NDoZcFr .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rU4NDoZcFr .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rU4NDoZcFr .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4NDoZcFr .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides5 .cloneditem-1,
  .cid-rU4NDoZcFr .carousel-inner.slides5 .cloneditem-2,
  .cid-rU4NDoZcFr .carousel-inner.slides5 .cloneditem-3,
  .cid-rU4NDoZcFr .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rU4NDoZcFr .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rU4NDoZcFr .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rU4NDoZcFr .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rU4NDoZcFr .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4NDoZcFr .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4NDoZcFr .carousel-inner.slides6 .cloneditem-1,
  .cid-rU4NDoZcFr .carousel-inner.slides6 .cloneditem-2,
  .cid-rU4NDoZcFr .carousel-inner.slides6 .cloneditem-3,
  .cid-rU4NDoZcFr .carousel-inner.slides6 .cloneditem-4,
  .cid-rU4NDoZcFr .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sxXaKQ8PPZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sxXaKQ8PPZ .content {
    text-align: center;
  }
  .cid-sxXaKQ8PPZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxXaKQ8PPZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sxXaKQ8PPZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sxXaKQ8PPZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sxXaKQ8PPZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxXaKQ8PPZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxXaKQ8PPZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxXaKQ8PPZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxXaKQ8PPZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxXaKQ8PPZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxXaKQ8PPZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxXaKQ8PPZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlT17ta5j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlT17ta5j .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlT17ta5j .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlT17ta5j .mbr-text {
  color: #767676;
}
.cid-rWlT17ta5j .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlT17ta5j .mbr-author-name {
  color: #767676;
}
.cid-rWlT17ta5j .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlT17ta5j .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlT17ta5j .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlT17ta5j .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlT17ta5j .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlT17ta5j .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlT17ta5j .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlT17ta5j .lai-images {
  text-align: center;
}
.cid-rW4fhsTOCQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-rW4fhsTOCQ H3 {
  color: #f9f295;
}
.cid-rW4fii5I6N {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rW4fii5I6N .mbr-text,
.cid-rW4fii5I6N blockquote {
  color: #767676;
}
.cid-rW4fii5I6N .mbr-text P {
  text-align: right;
}
.cid-rQGTvZ2L9f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQGTvZ2L9f .mbr-section-title,
.cid-rQGTvZ2L9f .mbr-section-subtitle {
  color: #000000;
}
.cid-rQGTvZ2L9f .mbr-section-text {
  color: #232323;
}
.cid-rQGTvZ2L9f .mbr-text,
.cid-rQGTvZ2L9f .typed-text,
.cid-rQGTvZ2L9f .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rQGTvZ2L9f .btn {
  margin-left: 4px !important;
}
.cid-rQGTvZ2L9f .animated-element {
  color: #ff3366;
}
.cid-rQGTvZ2L9f .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rQGTvZ2L9f .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rQGTvZ2L9f .typed-text,
  .cid-rQGTvZ2L9f .mbr-section-subtitle,
  .cid-rQGTvZ2L9f .mbr-section-text,
  .cid-rQGTvZ2L9f .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rVvCEYMrxD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
}
.cid-rVvCEYMrxD .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-rVvCEYMrxD .content-block .mbr-text {
  margin: 0;
}
.cid-rVvCEYMrxD .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: .5rem;
}
.cid-rVvCEYMrxD .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-rVvCEYMrxD .image-wrap:hover > .content-block {
  opacity: .4;
}
.cid-rVvCEYMrxD .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-rVvCEYMrxD .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-rVvCEYMrxD h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-swp7uT70lr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swp7uT70lr .counter-container {
  color: #767676;
}
.cid-swp7uT70lr .counter-container ul {
  margin-bottom: 0;
}
.cid-swp7uT70lr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-swp7uT70lr .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rQGUPyZ1he {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rQGUPyZ1he .mbr-section-subtitle {
  color: #767676;
}
.cid-rQGUPyZ1he .container-table {
  margin: 0 auto;
}
.cid-rQGUPyZ1he .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQGUPyZ1he .dataTables_wrapper {
  display: block;
}
.cid-rQGUPyZ1he .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQGUPyZ1he .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQGUPyZ1he table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rQGUPyZ1he table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rQGUPyZ1he table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rQGUPyZ1he table td {
  border-top: 1px solid #cccccc;
}
.cid-rQGUPyZ1he table.table {
  background: #ffffff;
}
.cid-rQGUPyZ1he .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQGUPyZ1he .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQGUPyZ1he .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQGUPyZ1he .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQGUPyZ1he .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQGUPyZ1he .dataTables_filter {
    text-align: center;
  }
  .cid-rQGUPyZ1he .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rQGZ55JuHf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQGZ55JuHf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQGZ55JuHf p {
  color: #767676;
  text-align: left;
}
.cid-rQGZ55JuHf .card-box {
  padding-top: 2rem;
}
.cid-rQGZ55JuHf .card-wrapper {
  height: 100%;
}
.cid-rQGZ55JuHf .card-title {
  text-align: center;
}
.cid-rQGZ55JuHf P {
  text-align: center;
}
.cid-rU4X7876UC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rU4X7876UC .carousel-control {
  background: #000;
}
.cid-rU4X7876UC .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4X7876UC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4X7876UC .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rU4X7876UC .carousel-item .wrap-img {
  text-align: center;
}
.cid-rU4X7876UC .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rU4X7876UC .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4X7876UC .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rU4X7876UC .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rU4X7876UC .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rU4X7876UC .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rU4X7876UC .cloneditem-1,
.cid-rU4X7876UC .cloneditem-2,
.cid-rU4X7876UC .cloneditem-3,
.cid-rU4X7876UC .cloneditem-4,
.cid-rU4X7876UC .cloneditem-5 {
  display: none;
}
.cid-rU4X7876UC .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rU4X7876UC .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rU4X7876UC .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rU4X7876UC .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rU4X7876UC .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rU4X7876UC .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4X7876UC .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides2 .cloneditem-1,
  .cid-rU4X7876UC .carousel-inner.slides2 .cloneditem-2,
  .cid-rU4X7876UC .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rU4X7876UC .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rU4X7876UC .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rU4X7876UC .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rU4X7876UC .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4X7876UC .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides3 .cloneditem-1,
  .cid-rU4X7876UC .carousel-inner.slides3 .cloneditem-2,
  .cid-rU4X7876UC .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rU4X7876UC .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rU4X7876UC .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rU4X7876UC .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rU4X7876UC .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4X7876UC .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides4 .cloneditem-1,
  .cid-rU4X7876UC .carousel-inner.slides4 .cloneditem-2,
  .cid-rU4X7876UC .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rU4X7876UC .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rU4X7876UC .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rU4X7876UC .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rU4X7876UC .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4X7876UC .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides5 .cloneditem-1,
  .cid-rU4X7876UC .carousel-inner.slides5 .cloneditem-2,
  .cid-rU4X7876UC .carousel-inner.slides5 .cloneditem-3,
  .cid-rU4X7876UC .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rU4X7876UC .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rU4X7876UC .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rU4X7876UC .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rU4X7876UC .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4X7876UC .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4X7876UC .carousel-inner.slides6 .cloneditem-1,
  .cid-rU4X7876UC .carousel-inner.slides6 .cloneditem-2,
  .cid-rU4X7876UC .carousel-inner.slides6 .cloneditem-3,
  .cid-rU4X7876UC .carousel-inner.slides6 .cloneditem-4,
  .cid-rU4X7876UC .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sxXaOGhm7c {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sxXaOGhm7c .content {
    text-align: center;
  }
  .cid-sxXaOGhm7c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxXaOGhm7c .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sxXaOGhm7c .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sxXaOGhm7c .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sxXaOGhm7c .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxXaOGhm7c .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxXaOGhm7c .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxXaOGhm7c .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxXaOGhm7c .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxXaOGhm7c .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxXaOGhm7c .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxXaOGhm7c .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlT69FMSI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlT69FMSI .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlT69FMSI .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlT69FMSI .mbr-text {
  color: #767676;
}
.cid-rWlT69FMSI .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlT69FMSI .mbr-author-name {
  color: #767676;
}
.cid-rWlT69FMSI .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlT69FMSI .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlT69FMSI .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlT69FMSI .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlT69FMSI .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlT69FMSI .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlT69FMSI .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlT69FMSI .lai-images {
  text-align: center;
}
.cid-rW4gAUxhr4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1371.jpeg");
}
.cid-rW4gBSr4cv {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rW4gBSr4cv .mbr-text,
.cid-rW4gBSr4cv blockquote {
  color: #767676;
}
.cid-rW4gBSr4cv .mbr-text P {
  text-align: right;
}
.cid-rQH0pAazZb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQH0pAazZb .mbr-section-title,
.cid-rQH0pAazZb .mbr-section-subtitle {
  color: #000000;
}
.cid-rQH0pAazZb .mbr-section-text {
  color: #232323;
}
.cid-rQH0pAazZb .mbr-text,
.cid-rQH0pAazZb .typed-text,
.cid-rQH0pAazZb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rQH0pAazZb .btn {
  margin-left: 4px !important;
}
.cid-rQH0pAazZb .animated-element {
  color: #ff3366;
}
.cid-rQH0pAazZb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rQH0pAazZb .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rQH0pAazZb .typed-text,
  .cid-rQH0pAazZb .mbr-section-subtitle,
  .cid-rQH0pAazZb .mbr-section-text,
  .cid-rQH0pAazZb .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rU4WkQuwf6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rU4WkQuwf6 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rU4WkQuwf6 H2 {
  color: #000000;
}
.cid-rU4WkQuwf6 .mbr-section-subtitle P {
  text-align: left;
}
.cid-rU4Z8Tg851 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rU4Z8Tg851 .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4Z8Tg851 .container-table {
  margin: 0 auto;
}
.cid-rU4Z8Tg851 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rU4Z8Tg851 .dataTables_wrapper {
  display: block;
}
.cid-rU4Z8Tg851 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rU4Z8Tg851 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rU4Z8Tg851 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rU4Z8Tg851 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rU4Z8Tg851 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rU4Z8Tg851 table td {
  border-top: 1px solid #cccccc;
}
.cid-rU4Z8Tg851 table.table {
  background: #ffffff;
}
.cid-rU4Z8Tg851 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rU4Z8Tg851 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rU4Z8Tg851 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rU4Z8Tg851 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rU4Z8Tg851 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rU4Z8Tg851 .dataTables_filter {
    text-align: center;
  }
  .cid-rU4Z8Tg851 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWfysI219L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWfysI219L .mbr-text {
  margin: 0;
}
.cid-rWfysI219L .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rWfysI219L .row-element,
.cid-rWfysI219L .image-element {
  padding: 0;
}
.cid-rWfysI219L .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWfysI219L .image-element .img-wrap {
  width: 100% !important;
}
.cid-rWfysI219L .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rWfysI219L .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWfysI219L .carousel-item.active,
.cid-rWfysI219L .carousel-item-next,
.cid-rWfysI219L .carousel-item-prev {
  display: flex;
}
.cid-rWfysI219L .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rWfysI219L .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #149dcc;
}
.cid-rWfysI219L .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rWfysI219L .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rWfysI219L .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rWfysI219L .carousel-controls {
    display: block;
  }
  .cid-rWfysI219L .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rWfysI219L .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rWfysI219L .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rWfysI219L .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rWfysI219L .text-element {
    padding: 1rem;
  }
  .cid-rWfysI219L .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWfysI219L .image-element {
    min-width: 50%;
  }
  .cid-rWfysI219L .media-container-row {
    width: 100%;
  }
}
.cid-rWfysI219L .mbr-title,
.cid-rWfysI219L .ornament {
  text-align: left;
}
.cid-rWfysI219L .mbr-text,
.cid-rWfysI219L .link {
  text-align: left;
}
.cid-rWfAqrN38T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rWfAqrN38T .mbr-text {
  margin: 0;
}
.cid-rWfAqrN38T .text-element {
  padding: 2rem;
  background-color: #efefef;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rWfAqrN38T .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rWfAqrN38T .row-element,
.cid-rWfAqrN38T .image-element {
  padding: 0;
}
.cid-rWfAqrN38T .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWfAqrN38T .image-element .img-wrap {
  width: 100% !important;
}
.cid-rWfAqrN38T .image-element .img-wrap img {
  width: 80%;
  min-height: 80%;
  object-fit: cover;
  object-position: center center;
}
.cid-rWfAqrN38T .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWfAqrN38T .carousel-item.active,
.cid-rWfAqrN38T .carousel-item-next,
.cid-rWfAqrN38T .carousel-item-prev {
  display: flex;
}
.cid-rWfAqrN38T .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-rWfAqrN38T .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #149dcc;
}
.cid-rWfAqrN38T .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rWfAqrN38T .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rWfAqrN38T .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rWfAqrN38T .carousel-controls {
    display: block;
  }
  .cid-rWfAqrN38T .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rWfAqrN38T .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rWfAqrN38T .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rWfAqrN38T .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rWfAqrN38T .text-element {
    padding: 1rem;
  }
  .cid-rWfAqrN38T .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWfAqrN38T .image-element {
    min-width: 50%;
  }
  .cid-rWfAqrN38T .media-container-row {
    width: 100%;
  }
}
.cid-rWfAqrN38T .mbr-title,
.cid-rWfAqrN38T .ornament {
  text-align: right;
}
.cid-rWfAqrN38T .mbr-text,
.cid-rWfAqrN38T .link {
  text-align: right;
}
.cid-rU4X4PSe1U {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rU4X4PSe1U .carousel-control {
  background: #000;
}
.cid-rU4X4PSe1U .mbr-section-subtitle {
  color: #232323;
}
.cid-rU4X4PSe1U .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4X4PSe1U .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rU4X4PSe1U .carousel-item .wrap-img {
  text-align: center;
}
.cid-rU4X4PSe1U .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rU4X4PSe1U .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU4X4PSe1U .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rU4X4PSe1U .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rU4X4PSe1U .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rU4X4PSe1U .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rU4X4PSe1U .cloneditem-1,
.cid-rU4X4PSe1U .cloneditem-2,
.cid-rU4X4PSe1U .cloneditem-3,
.cid-rU4X4PSe1U .cloneditem-4,
.cid-rU4X4PSe1U .cloneditem-5 {
  display: none;
}
.cid-rU4X4PSe1U .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rU4X4PSe1U .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rU4X4PSe1U .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rU4X4PSe1U .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rU4X4PSe1U .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rU4X4PSe1U .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4X4PSe1U .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides2 .cloneditem-1,
  .cid-rU4X4PSe1U .carousel-inner.slides2 .cloneditem-2,
  .cid-rU4X4PSe1U .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rU4X4PSe1U .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rU4X4PSe1U .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rU4X4PSe1U .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rU4X4PSe1U .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4X4PSe1U .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides3 .cloneditem-1,
  .cid-rU4X4PSe1U .carousel-inner.slides3 .cloneditem-2,
  .cid-rU4X4PSe1U .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rU4X4PSe1U .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rU4X4PSe1U .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rU4X4PSe1U .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rU4X4PSe1U .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4X4PSe1U .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides4 .cloneditem-1,
  .cid-rU4X4PSe1U .carousel-inner.slides4 .cloneditem-2,
  .cid-rU4X4PSe1U .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rU4X4PSe1U .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rU4X4PSe1U .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rU4X4PSe1U .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rU4X4PSe1U .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4X4PSe1U .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides5 .cloneditem-1,
  .cid-rU4X4PSe1U .carousel-inner.slides5 .cloneditem-2,
  .cid-rU4X4PSe1U .carousel-inner.slides5 .cloneditem-3,
  .cid-rU4X4PSe1U .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rU4X4PSe1U .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rU4X4PSe1U .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rU4X4PSe1U .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rU4X4PSe1U .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU4X4PSe1U .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU4X4PSe1U .carousel-inner.slides6 .cloneditem-1,
  .cid-rU4X4PSe1U .carousel-inner.slides6 .cloneditem-2,
  .cid-rU4X4PSe1U .carousel-inner.slides6 .cloneditem-3,
  .cid-rU4X4PSe1U .carousel-inner.slides6 .cloneditem-4,
  .cid-rU4X4PSe1U .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sxXaRpk8aF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sxXaRpk8aF .content {
    text-align: center;
  }
  .cid-sxXaRpk8aF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxXaRpk8aF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sxXaRpk8aF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sxXaRpk8aF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sxXaRpk8aF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxXaRpk8aF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxXaRpk8aF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxXaRpk8aF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxXaRpk8aF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxXaRpk8aF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxXaRpk8aF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxXaRpk8aF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlTlqIsK1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlTlqIsK1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlTlqIsK1 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlTlqIsK1 .mbr-text {
  color: #767676;
}
.cid-rWlTlqIsK1 .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlTlqIsK1 .mbr-author-name {
  color: #767676;
}
.cid-rWlTlqIsK1 .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlTlqIsK1 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlTlqIsK1 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlTlqIsK1 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlTlqIsK1 .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlTlqIsK1 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlTlqIsK1 .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlTlqIsK1 .lai-images {
  text-align: center;
}
.cid-rW4fzj3RTq {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-rW4fzj3RTq H3 {
  color: #f9f295;
}
.cid-rW4fzZD8DD {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rW4fzZD8DD .mbr-text,
.cid-rW4fzZD8DD blockquote {
  color: #767676;
}
.cid-rW4fzZD8DD .mbr-text P {
  text-align: right;
}
.cid-rW4mX5Nmu7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW4mX5Nmu7 .mbr-section-title,
.cid-rW4mX5Nmu7 .mbr-section-subtitle {
  color: #000000;
}
.cid-rW4mX5Nmu7 .mbr-section-text {
  color: #232323;
}
.cid-rW4mX5Nmu7 .mbr-text,
.cid-rW4mX5Nmu7 .typed-text,
.cid-rW4mX5Nmu7 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rW4mX5Nmu7 .btn {
  margin-left: 4px !important;
}
.cid-rW4mX5Nmu7 .animated-element {
  color: #ff3366;
}
.cid-rW4mX5Nmu7 .lai-font {
  font-size: 25px;
}
.cid-rW4mX5Nmu7 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rW4mX5Nmu7 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 700px) {
  .cid-rW4mX5Nmu7 .typed-text,
  .cid-rW4mX5Nmu7 .mbr-section-subtitle,
  .cid-rW4mX5Nmu7 .mbr-section-text,
  .cid-rW4mX5Nmu7 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rW4mX5Nmu7 P {
  text-align: left;
  color: #232323;
}
.cid-rQH21ohbvE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rQH21ohbvE .mbr-section-subtitle {
  color: #767676;
}
.cid-rQH21ohbvE .container-table {
  margin: 0 auto;
}
.cid-rQH21ohbvE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQH21ohbvE .dataTables_wrapper {
  display: block;
}
.cid-rQH21ohbvE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQH21ohbvE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQH21ohbvE table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rQH21ohbvE table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rQH21ohbvE table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rQH21ohbvE table td {
  border-top: 1px solid #cccccc;
}
.cid-rQH21ohbvE table.table {
  background: #ffffff;
}
.cid-rQH21ohbvE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQH21ohbvE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQH21ohbvE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQH21ohbvE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQH21ohbvE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQH21ohbvE .dataTables_filter {
    text-align: center;
  }
  .cid-rQH21ohbvE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rQH4bdAgzz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rQH4bdAgzz .mbr-section-subtitle {
  color: #767676;
}
.cid-rQH4bdAgzz .container-table {
  margin: 0 auto;
}
.cid-rQH4bdAgzz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQH4bdAgzz .dataTables_wrapper {
  display: block;
}
.cid-rQH4bdAgzz .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQH4bdAgzz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQH4bdAgzz table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rQH4bdAgzz table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rQH4bdAgzz table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rQH4bdAgzz table td {
  border-top: 1px solid #cccccc;
}
.cid-rQH4bdAgzz table.table {
  background: #ffffff;
}
.cid-rQH4bdAgzz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQH4bdAgzz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQH4bdAgzz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQH4bdAgzz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQH4bdAgzz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQH4bdAgzz .dataTables_filter {
    text-align: center;
  }
  .cid-rQH4bdAgzz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rWfCNKxL9U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWfCNKxL9U .mbr-text {
  margin: 0;
}
.cid-rWfCNKxL9U .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rWfCNKxL9U .row-element,
.cid-rWfCNKxL9U .image-element {
  padding: 0;
}
.cid-rWfCNKxL9U .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWfCNKxL9U .image-element .img-wrap {
  width: 100% !important;
}
.cid-rWfCNKxL9U .image-element .img-wrap img {
  width: 70%;
  min-height: 80%;
  object-fit: cover;
  object-position: center center;
}
.cid-rWfCNKxL9U .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWfCNKxL9U .carousel-item.active,
.cid-rWfCNKxL9U .carousel-item-next,
.cid-rWfCNKxL9U .carousel-item-prev {
  display: flex;
}
.cid-rWfCNKxL9U .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rWfCNKxL9U .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #149dcc;
}
.cid-rWfCNKxL9U .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rWfCNKxL9U .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rWfCNKxL9U .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rWfCNKxL9U .carousel-controls {
    display: block;
  }
  .cid-rWfCNKxL9U .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rWfCNKxL9U .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rWfCNKxL9U .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rWfCNKxL9U .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rWfCNKxL9U .text-element {
    padding: 1rem;
  }
  .cid-rWfCNKxL9U .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWfCNKxL9U .image-element {
    min-width: 50%;
  }
  .cid-rWfCNKxL9U .media-container-row {
    width: 100%;
  }
}
.cid-rWfCNKxL9U .mbr-title,
.cid-rWfCNKxL9U .ornament {
  text-align: left;
}
.cid-rWfCNKxL9U .mbr-text,
.cid-rWfCNKxL9U .link {
  text-align: left;
}
.cid-sxXaUHonkD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sxXaUHonkD .content {
    text-align: center;
  }
  .cid-sxXaUHonkD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxXaUHonkD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sxXaUHonkD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sxXaUHonkD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sxXaUHonkD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxXaUHonkD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxXaUHonkD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxXaUHonkD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxXaUHonkD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxXaUHonkD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxXaUHonkD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxXaUHonkD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVvElFxLYA .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rVvElFxLYA .collapsed {
  flex-direction: row!important;
}
.cid-rVvElFxLYA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVvElFxLYA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVvElFxLYA .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVvElFxLYA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rVvElFxLYA .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rVvElFxLYA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rVvElFxLYA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVvElFxLYA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVvElFxLYA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVvElFxLYA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVvElFxLYA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVvElFxLYA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVvElFxLYA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVvElFxLYA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVvElFxLYA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVvElFxLYA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVvElFxLYA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVvElFxLYA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVvElFxLYA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVvElFxLYA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVvElFxLYA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVvElFxLYA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVvElFxLYA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVvElFxLYA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVvElFxLYA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVvElFxLYA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVvElFxLYA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVvElFxLYA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVvElFxLYA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVvElFxLYA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVvElFxLYA .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rVvElFxLYA .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rVvElFxLYA .nav-item:focus,
.cid-rVvElFxLYA .nav-link:focus {
  outline: none;
}
.cid-rVvElFxLYA .text-white:hover,
.cid-rVvElFxLYA .text-white:active,
.cid-rVvElFxLYA .text-white:focus {
  color: white!important;
}
.cid-rVvElFxLYA .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rVvElFxLYA .dropdown-item:hover {
  color: black!important;
}
.cid-rVvElFxLYA .dropdown-menu {
  background-color: white!important;
}
.cid-rVvElFxLYA .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rVvElFxLYA .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rVvElFxLYA .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rVvElFxLYA .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rVvElFxLYA .nav-item {
    position: relative;
  }
}
.cid-rVvElFxLYA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVvElFxLYA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVvElFxLYA .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rVvElFxLYA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVvElFxLYA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVvElFxLYA .navbar-caption {
  font-weight: 600!important;
}
.cid-rVvElFxLYA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVvElFxLYA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVvElFxLYA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVvElFxLYA .dropdown-item.active,
.cid-rVvElFxLYA .dropdown-item:active {
  background-color: transparent;
}
.cid-rVvElFxLYA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVvElFxLYA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVvElFxLYA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVvElFxLYA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVvElFxLYA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVvElFxLYA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVvElFxLYA .navbar-buttons {
  text-align: center;
}
.cid-rVvElFxLYA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVvElFxLYA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rVvElFxLYA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVvElFxLYA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVvElFxLYA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVvElFxLYA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVvElFxLYA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVvElFxLYA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVvElFxLYA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVvElFxLYA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVvElFxLYA .nav-link {
  font-weight: 600!important;
}
.cid-rVvElFxLYA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVvElFxLYA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVvElFxLYA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rVvElFxLYA .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVvElFxLYA .navbar {
    height: 77px;
  }
  .cid-rVvElFxLYA .navbar.opened {
    height: auto;
  }
  .cid-rVvElFxLYA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlTrq63sz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlTrq63sz .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlTrq63sz .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlTrq63sz .mbr-text {
  color: #767676;
}
.cid-rWlTrq63sz .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlTrq63sz .mbr-author-name {
  color: #767676;
}
.cid-rWlTrq63sz .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlTrq63sz .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlTrq63sz .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlTrq63sz .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlTrq63sz .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlTrq63sz .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlTrq63sz .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlTrq63sz .lai-images {
  text-align: center;
}
.cid-rW4gOfKwcc {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1371.jpeg");
}
.cid-rW4gP5VR6o {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW4gP5VR6o .mbr-text,
.cid-rW4gP5VR6o blockquote {
  color: #767676;
}
.cid-rW4gP5VR6o .mbr-text P {
  text-align: right;
}
.cid-rVvElGPsw1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rVvElGPsw1 .mbr-section-title,
.cid-rVvElGPsw1 .mbr-section-subtitle {
  color: #000000;
}
.cid-rVvElGPsw1 .mbr-section-text {
  color: #232323;
}
.cid-rVvElGPsw1 .mbr-text,
.cid-rVvElGPsw1 .typed-text,
.cid-rVvElGPsw1 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rVvElGPsw1 .btn {
  margin-left: 4px !important;
}
.cid-rVvElGPsw1 .animated-element {
  color: #ff3366;
}
.cid-rVvElGPsw1 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rVvElGPsw1 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rVvElGPsw1 .typed-text,
  .cid-rVvElGPsw1 .mbr-section-subtitle,
  .cid-rVvElGPsw1 .mbr-section-text,
  .cid-rVvElGPsw1 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rVvFe8H0li {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-rVvFe8H0li .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-rVvFe8H0li H2 {
  color: #000000;
}
.cid-rVvFe8H0li .mbr-section-subtitle P {
  text-align: center;
}
.cid-rWfI3DckJI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWfI3DckJI .mbr-section-subtitle {
  color: #232323;
}
.cid-rWfI3DckJI hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 3px;
}
.cid-rWfKqtB6SI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWfKqtB6SI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rWfKqtB6SI p {
  color: #767676;
  text-align: left;
}
.cid-rWfKqtB6SI .card-wrapper {
  height: 100%;
}
.cid-rWfKqtB6SI .container-fluid {
  max-width: 600px;
}
.cid-rWfKqtB6SI .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-rWfKqtB6SI img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-rWfKqtB6SI .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-rWfKqtB6SI .card:hover img {
  filter: blur(3px);
}
.cid-rWfKqtB6SI .card:hover .mbr-iconfont {
  opacity: .5;
}
.cid-rWfKqtB6SI .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rWfKqtB6SI .mbr-iconfont {
    opacity: .5;
  }
  .cid-rWfKqtB6SI img {
    filter: blur(1px);
  }
}
.cid-rWfMPW9FqN {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rWfMPW9FqN .mbr-section-subtitle {
  color: #232323;
}
.cid-rWfMPW9FqN .container-table {
  margin: 0 auto;
}
.cid-rWfMPW9FqN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rWfMPW9FqN .dataTables_wrapper {
  display: block;
}
.cid-rWfMPW9FqN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rWfMPW9FqN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rWfMPW9FqN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rWfMPW9FqN table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rWfMPW9FqN table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rWfMPW9FqN table td {
  border-top: 1px solid #cccccc;
}
.cid-rWfMPW9FqN table.table {
  background: #ffffff;
}
.cid-rWfMPW9FqN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rWfMPW9FqN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rWfMPW9FqN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rWfMPW9FqN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rWfMPW9FqN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rWfMPW9FqN .dataTables_filter {
    text-align: center;
  }
  .cid-rWfMPW9FqN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sxXaYpRuRX {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sxXaYpRuRX .content {
    text-align: center;
  }
  .cid-sxXaYpRuRX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxXaYpRuRX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sxXaYpRuRX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sxXaYpRuRX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sxXaYpRuRX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxXaYpRuRX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxXaYpRuRX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxXaYpRuRX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxXaYpRuRX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxXaYpRuRX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxXaYpRuRX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxXaYpRuRX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQH8HUpgzs .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQH8HUpgzs .collapsed {
  flex-direction: row!important;
}
.cid-rQH8HUpgzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQH8HUpgzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQH8HUpgzs .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQH8HUpgzs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQH8HUpgzs .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQH8HUpgzs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQH8HUpgzs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQH8HUpgzs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQH8HUpgzs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQH8HUpgzs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQH8HUpgzs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQH8HUpgzs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQH8HUpgzs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQH8HUpgzs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQH8HUpgzs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQH8HUpgzs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQH8HUpgzs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQH8HUpgzs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQH8HUpgzs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQH8HUpgzs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQH8HUpgzs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQH8HUpgzs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQH8HUpgzs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQH8HUpgzs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQH8HUpgzs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQH8HUpgzs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQH8HUpgzs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQH8HUpgzs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQH8HUpgzs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQH8HUpgzs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQH8HUpgzs .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQH8HUpgzs .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQH8HUpgzs .nav-item:focus,
.cid-rQH8HUpgzs .nav-link:focus {
  outline: none;
}
.cid-rQH8HUpgzs .text-white:hover,
.cid-rQH8HUpgzs .text-white:active,
.cid-rQH8HUpgzs .text-white:focus {
  color: white!important;
}
.cid-rQH8HUpgzs .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQH8HUpgzs .dropdown-item:hover {
  color: black!important;
}
.cid-rQH8HUpgzs .dropdown-menu {
  background-color: white!important;
}
.cid-rQH8HUpgzs .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQH8HUpgzs .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQH8HUpgzs .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQH8HUpgzs .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQH8HUpgzs .nav-item {
    position: relative;
  }
}
.cid-rQH8HUpgzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQH8HUpgzs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQH8HUpgzs .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQH8HUpgzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQH8HUpgzs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQH8HUpgzs .navbar-caption {
  font-weight: 600!important;
}
.cid-rQH8HUpgzs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQH8HUpgzs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQH8HUpgzs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQH8HUpgzs .dropdown-item.active,
.cid-rQH8HUpgzs .dropdown-item:active {
  background-color: transparent;
}
.cid-rQH8HUpgzs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQH8HUpgzs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQH8HUpgzs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQH8HUpgzs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQH8HUpgzs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQH8HUpgzs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQH8HUpgzs .navbar-buttons {
  text-align: center;
}
.cid-rQH8HUpgzs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQH8HUpgzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQH8HUpgzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQH8HUpgzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQH8HUpgzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQH8HUpgzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQH8HUpgzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQH8HUpgzs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQH8HUpgzs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQH8HUpgzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQH8HUpgzs .nav-link {
  font-weight: 600!important;
}
.cid-rQH8HUpgzs a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQH8HUpgzs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQH8HUpgzs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQH8HUpgzs .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQH8HUpgzs .navbar {
    height: 77px;
  }
  .cid-rQH8HUpgzs .navbar.opened {
    height: auto;
  }
  .cid-rQH8HUpgzs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlTuCLBaO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlTuCLBaO .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlTuCLBaO .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlTuCLBaO .mbr-text {
  color: #767676;
}
.cid-rWlTuCLBaO .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlTuCLBaO .mbr-author-name {
  color: #767676;
}
.cid-rWlTuCLBaO .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlTuCLBaO .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlTuCLBaO .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlTuCLBaO .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlTuCLBaO .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlTuCLBaO .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlTuCLBaO .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlTuCLBaO .lai-images {
  text-align: center;
}
.cid-rW4fPn4f2A {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-rW4fPn4f2A H3 {
  color: #f9f295;
}
.cid-rW4fQbQelT {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rW4fQbQelT .mbr-text,
.cid-rW4fQbQelT blockquote {
  color: #767676;
}
.cid-rW4fQbQelT .mbr-text P {
  text-align: right;
}
.cid-rWg0h3XW38 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWg0h3XW38 .mbr-section-title,
.cid-rWg0h3XW38 .mbr-section-subtitle {
  color: #000000;
}
.cid-rWg0h3XW38 .mbr-section-text {
  color: #232323;
}
.cid-rWg0h3XW38 .mbr-text,
.cid-rWg0h3XW38 .typed-text,
.cid-rWg0h3XW38 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rWg0h3XW38 .btn {
  margin-left: 4px !important;
}
.cid-rWg0h3XW38 .animated-element {
  color: #ff3366;
}
.cid-rWg0h3XW38 .lai-font {
  font-size: 30px;
}
.cid-rWg0h3XW38 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rWg0h3XW38 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 700px) {
  .cid-rWg0h3XW38 .typed-text,
  .cid-rWg0h3XW38 .mbr-section-subtitle,
  .cid-rWg0h3XW38 .mbr-section-text,
  .cid-rWg0h3XW38 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rWg0h3XW38 P {
  text-align: left;
  color: #e61f1f;
}
.cid-swp6sctjPB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-swp6sctjPB .counter-container {
  color: #767676;
}
.cid-swp6sctjPB .counter-container ul {
  margin-bottom: 0;
}
.cid-swp6sctjPB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-swp6sctjPB .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rQH8HXCf7W {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rQH8HXCf7W .mbr-section-subtitle {
  color: #767676;
}
.cid-rQH8HXCf7W .container-table {
  margin: 0 auto;
}
.cid-rQH8HXCf7W .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQH8HXCf7W .dataTables_wrapper {
  display: block;
}
.cid-rQH8HXCf7W .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQH8HXCf7W .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQH8HXCf7W table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rQH8HXCf7W table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rQH8HXCf7W table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rQH8HXCf7W table td {
  border-top: 1px solid #cccccc;
}
.cid-rQH8HXCf7W table.table {
  background: #ffffff;
}
.cid-rQH8HXCf7W .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQH8HXCf7W .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQH8HXCf7W .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQH8HXCf7W .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQH8HXCf7W .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQH8HXCf7W .dataTables_filter {
    text-align: center;
  }
  .cid-rQH8HXCf7W .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rQH8HZ7tlP {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rQH8HZ7tlP .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-rQH8HZ7tlP .container-table {
  margin: 0 auto;
}
.cid-rQH8HZ7tlP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rQH8HZ7tlP .dataTables_wrapper {
  display: block;
}
.cid-rQH8HZ7tlP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rQH8HZ7tlP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rQH8HZ7tlP table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rQH8HZ7tlP table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rQH8HZ7tlP table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rQH8HZ7tlP table td {
  border-top: 1px solid #cccccc;
}
.cid-rQH8HZ7tlP table.table {
  background: #ffffff;
}
.cid-rQH8HZ7tlP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rQH8HZ7tlP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rQH8HZ7tlP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rQH8HZ7tlP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rQH8HZ7tlP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rQH8HZ7tlP .dataTables_filter {
    text-align: center;
  }
  .cid-rQH8HZ7tlP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rQHe0d5RVM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-rQHe0d5RVM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQHe0d5RVM p {
  color: #767676;
  text-align: left;
}
.cid-rQHe0d5RVM .card-box {
  padding-top: 2rem;
}
.cid-rQHe0d5RVM .card-wrapper {
  height: 100%;
}
.cid-rU52NAE5vg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rU52NAE5vg .carousel-control {
  background: #000;
}
.cid-rU52NAE5vg .mbr-section-subtitle {
  color: #232323;
}
.cid-rU52NAE5vg .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU52NAE5vg .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rU52NAE5vg .carousel-item .wrap-img {
  text-align: center;
}
.cid-rU52NAE5vg .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rU52NAE5vg .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rU52NAE5vg .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rU52NAE5vg .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rU52NAE5vg .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rU52NAE5vg .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rU52NAE5vg .cloneditem-1,
.cid-rU52NAE5vg .cloneditem-2,
.cid-rU52NAE5vg .cloneditem-3,
.cid-rU52NAE5vg .cloneditem-4,
.cid-rU52NAE5vg .cloneditem-5 {
  display: none;
}
.cid-rU52NAE5vg .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rU52NAE5vg .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rU52NAE5vg .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rU52NAE5vg .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rU52NAE5vg .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rU52NAE5vg .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU52NAE5vg .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides2 .cloneditem-1,
  .cid-rU52NAE5vg .carousel-inner.slides2 .cloneditem-2,
  .cid-rU52NAE5vg .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rU52NAE5vg .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rU52NAE5vg .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rU52NAE5vg .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rU52NAE5vg .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU52NAE5vg .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides3 .cloneditem-1,
  .cid-rU52NAE5vg .carousel-inner.slides3 .cloneditem-2,
  .cid-rU52NAE5vg .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rU52NAE5vg .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rU52NAE5vg .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rU52NAE5vg .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rU52NAE5vg .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU52NAE5vg .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides4 .cloneditem-1,
  .cid-rU52NAE5vg .carousel-inner.slides4 .cloneditem-2,
  .cid-rU52NAE5vg .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rU52NAE5vg .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rU52NAE5vg .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rU52NAE5vg .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rU52NAE5vg .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU52NAE5vg .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides5 .cloneditem-1,
  .cid-rU52NAE5vg .carousel-inner.slides5 .cloneditem-2,
  .cid-rU52NAE5vg .carousel-inner.slides5 .cloneditem-3,
  .cid-rU52NAE5vg .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rU52NAE5vg .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rU52NAE5vg .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rU52NAE5vg .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rU52NAE5vg .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rU52NAE5vg .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rU52NAE5vg .carousel-inner.slides6 .cloneditem-1,
  .cid-rU52NAE5vg .carousel-inner.slides6 .cloneditem-2,
  .cid-rU52NAE5vg .carousel-inner.slides6 .cloneditem-3,
  .cid-rU52NAE5vg .carousel-inner.slides6 .cloneditem-4,
  .cid-rU52NAE5vg .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sxXb4qL0w9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sxXb4qL0w9 .content {
    text-align: center;
  }
  .cid-sxXb4qL0w9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxXb4qL0w9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sxXb4qL0w9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sxXb4qL0w9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sxXb4qL0w9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxXb4qL0w9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxXb4qL0w9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxXb4qL0w9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxXb4qL0w9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxXb4qL0w9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxXb4qL0w9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxXb4qL0w9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVvFFzyfbU .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rVvFFzyfbU .collapsed {
  flex-direction: row!important;
}
.cid-rVvFFzyfbU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVvFFzyfbU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVvFFzyfbU .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVvFFzyfbU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rVvFFzyfbU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rVvFFzyfbU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rVvFFzyfbU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVvFFzyfbU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVvFFzyfbU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVvFFzyfbU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVvFFzyfbU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVvFFzyfbU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVvFFzyfbU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVvFFzyfbU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVvFFzyfbU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVvFFzyfbU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVvFFzyfbU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVvFFzyfbU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVvFFzyfbU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVvFFzyfbU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVvFFzyfbU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVvFFzyfbU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVvFFzyfbU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVvFFzyfbU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVvFFzyfbU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVvFFzyfbU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVvFFzyfbU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVvFFzyfbU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVvFFzyfbU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVvFFzyfbU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVvFFzyfbU .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rVvFFzyfbU .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rVvFFzyfbU .nav-item:focus,
.cid-rVvFFzyfbU .nav-link:focus {
  outline: none;
}
.cid-rVvFFzyfbU .text-white:hover,
.cid-rVvFFzyfbU .text-white:active,
.cid-rVvFFzyfbU .text-white:focus {
  color: white!important;
}
.cid-rVvFFzyfbU .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rVvFFzyfbU .dropdown-item:hover {
  color: black!important;
}
.cid-rVvFFzyfbU .dropdown-menu {
  background-color: white!important;
}
.cid-rVvFFzyfbU .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rVvFFzyfbU .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rVvFFzyfbU .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rVvFFzyfbU .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rVvFFzyfbU .nav-item {
    position: relative;
  }
}
.cid-rVvFFzyfbU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVvFFzyfbU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVvFFzyfbU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rVvFFzyfbU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVvFFzyfbU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVvFFzyfbU .navbar-caption {
  font-weight: 600!important;
}
.cid-rVvFFzyfbU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVvFFzyfbU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVvFFzyfbU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVvFFzyfbU .dropdown-item.active,
.cid-rVvFFzyfbU .dropdown-item:active {
  background-color: transparent;
}
.cid-rVvFFzyfbU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVvFFzyfbU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVvFFzyfbU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVvFFzyfbU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVvFFzyfbU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVvFFzyfbU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVvFFzyfbU .navbar-buttons {
  text-align: center;
}
.cid-rVvFFzyfbU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVvFFzyfbU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rVvFFzyfbU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVvFFzyfbU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVvFFzyfbU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVvFFzyfbU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVvFFzyfbU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVvFFzyfbU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVvFFzyfbU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVvFFzyfbU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVvFFzyfbU .nav-link {
  font-weight: 600!important;
}
.cid-rVvFFzyfbU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVvFFzyfbU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVvFFzyfbU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rVvFFzyfbU .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVvFFzyfbU .navbar {
    height: 77px;
  }
  .cid-rVvFFzyfbU .navbar.opened {
    height: auto;
  }
  .cid-rVvFFzyfbU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlTxdvxk7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlTxdvxk7 .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlTxdvxk7 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlTxdvxk7 .mbr-text {
  color: #767676;
}
.cid-rWlTxdvxk7 .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlTxdvxk7 .mbr-author-name {
  color: #767676;
}
.cid-rWlTxdvxk7 .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlTxdvxk7 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlTxdvxk7 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlTxdvxk7 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlTxdvxk7 .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlTxdvxk7 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlTxdvxk7 .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlTxdvxk7 .lai-images {
  text-align: center;
}
.cid-rW4h7KnWtx {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1371.jpeg");
}
.cid-rW4h8peiN4 {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW4h8peiN4 .mbr-text,
.cid-rW4h8peiN4 blockquote {
  color: #767676;
}
.cid-rW4h8peiN4 .mbr-text P {
  text-align: right;
}
.cid-rVvGxsXxcg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rVvGxsXxcg .mbr-section-title,
.cid-rVvGxsXxcg .mbr-section-subtitle {
  color: #000000;
}
.cid-rVvGxsXxcg .mbr-section-text {
  color: #232323;
}
.cid-rVvGxsXxcg .mbr-text,
.cid-rVvGxsXxcg .typed-text,
.cid-rVvGxsXxcg .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rVvGxsXxcg .btn {
  margin-left: 4px !important;
}
.cid-rVvGxsXxcg .animated-element {
  color: #ff3366;
}
.cid-rVvGxsXxcg .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rVvGxsXxcg .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rVvGxsXxcg .typed-text,
  .cid-rVvGxsXxcg .mbr-section-subtitle,
  .cid-rVvGxsXxcg .mbr-section-text,
  .cid-rVvGxsXxcg .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rVvGxsXxcg .mbr-section-subtitle,
.cid-rVvGxsXxcg .typed-text {
  color: #073b4c;
}
.cid-rWg5sQ54o5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-rWg5sQ54o5 .mbr-section-subtitle {
  color: #232323;
}
.cid-rWg5sQ54o5 hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 3px;
}
.cid-rWg5xQvMav {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rWg5xQvMav .mbr-section-subtitle {
  color: #232323;
}
.cid-rWg5xQvMav hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 3px;
}
.cid-rWgboCChMe {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-rWgboCChMe .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-rWgboCChMe .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rWgboCChMe .image-block:hover:before {
  opacity: 0;
}
.cid-rWgboCChMe .image-block:hover .wrap {
  opacity: 1;
}
.cid-rWgboCChMe .image-block:hover img {
  transform: scale(1);
}
.cid-rWgboCChMe h4 {
  letter-spacing: 2px;
}
.cid-rWgboCChMe figcaption {
  position: relative;
}
.cid-rWgboCChMe figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rWgboCChMe img {
  width: 90%;
  height: 90%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rWgboCChMe .image-block {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-rWgboCChMe .wrap {
    opacity: 1!important;
  }
  .cid-rWgboCChMe .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rWgbAHdQDn {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-rWgbAHdQDn .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-rWgbAHdQDn .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rWgbAHdQDn .image-block:hover:before {
  opacity: 0;
}
.cid-rWgbAHdQDn .image-block:hover .wrap {
  opacity: 1;
}
.cid-rWgbAHdQDn .image-block:hover img {
  transform: scale(1);
}
.cid-rWgbAHdQDn h4 {
  letter-spacing: 2px;
}
.cid-rWgbAHdQDn figcaption {
  position: relative;
}
.cid-rWgbAHdQDn figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rWgbAHdQDn img {
  width: 90%;
  height: 90%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rWgbAHdQDn .image-block {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-rWgbAHdQDn .wrap {
    opacity: 1!important;
  }
  .cid-rWgbAHdQDn .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rWggHVLkl8 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-rWggHVLkl8 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-rWggHVLkl8 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rWggHVLkl8 .image-block:hover:before {
  opacity: 0;
}
.cid-rWggHVLkl8 .image-block:hover .wrap {
  opacity: 1;
}
.cid-rWggHVLkl8 .image-block:hover img {
  transform: scale(1);
}
.cid-rWggHVLkl8 h4 {
  letter-spacing: 2px;
}
.cid-rWggHVLkl8 figcaption {
  position: relative;
}
.cid-rWggHVLkl8 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rWggHVLkl8 img {
  width: 90%;
  height: 90%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rWggHVLkl8 .image-block {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-rWggHVLkl8 .wrap {
    opacity: 1!important;
  }
  .cid-rWggHVLkl8 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rWg5LVqQ32 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-rWg5LVqQ32 .mbr-section-subtitle {
  color: #232323;
}
.cid-rWg5LVqQ32 hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 3px;
}
.cid-rWg6fYEuAj {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rWg6fYEuAj .mbr-section-subtitle {
  color: #232323;
}
.cid-rWg6fYEuAj hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 3px;
}
.cid-rVvFFOEiAM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rVvFFOEiAM .carousel-control {
  background: #000;
}
.cid-rVvFFOEiAM .mbr-section-subtitle {
  color: #232323;
}
.cid-rVvFFOEiAM .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVvFFOEiAM .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rVvFFOEiAM .carousel-item .wrap-img {
  text-align: center;
}
.cid-rVvFFOEiAM .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rVvFFOEiAM .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVvFFOEiAM .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rVvFFOEiAM .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rVvFFOEiAM .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rVvFFOEiAM .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rVvFFOEiAM .cloneditem-1,
.cid-rVvFFOEiAM .cloneditem-2,
.cid-rVvFFOEiAM .cloneditem-3,
.cid-rVvFFOEiAM .cloneditem-4,
.cid-rVvFFOEiAM .cloneditem-5 {
  display: none;
}
.cid-rVvFFOEiAM .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rVvFFOEiAM .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rVvFFOEiAM .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rVvFFOEiAM .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rVvFFOEiAM .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rVvFFOEiAM .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rVvFFOEiAM .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides2 .cloneditem-1,
  .cid-rVvFFOEiAM .carousel-inner.slides2 .cloneditem-2,
  .cid-rVvFFOEiAM .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rVvFFOEiAM .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rVvFFOEiAM .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rVvFFOEiAM .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rVvFFOEiAM .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rVvFFOEiAM .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides3 .cloneditem-1,
  .cid-rVvFFOEiAM .carousel-inner.slides3 .cloneditem-2,
  .cid-rVvFFOEiAM .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rVvFFOEiAM .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rVvFFOEiAM .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rVvFFOEiAM .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rVvFFOEiAM .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rVvFFOEiAM .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides4 .cloneditem-1,
  .cid-rVvFFOEiAM .carousel-inner.slides4 .cloneditem-2,
  .cid-rVvFFOEiAM .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rVvFFOEiAM .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rVvFFOEiAM .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rVvFFOEiAM .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rVvFFOEiAM .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rVvFFOEiAM .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides5 .cloneditem-1,
  .cid-rVvFFOEiAM .carousel-inner.slides5 .cloneditem-2,
  .cid-rVvFFOEiAM .carousel-inner.slides5 .cloneditem-3,
  .cid-rVvFFOEiAM .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rVvFFOEiAM .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rVvFFOEiAM .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rVvFFOEiAM .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rVvFFOEiAM .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rVvFFOEiAM .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rVvFFOEiAM .carousel-inner.slides6 .cloneditem-1,
  .cid-rVvFFOEiAM .carousel-inner.slides6 .cloneditem-2,
  .cid-rVvFFOEiAM .carousel-inner.slides6 .cloneditem-3,
  .cid-rVvFFOEiAM .carousel-inner.slides6 .cloneditem-4,
  .cid-rVvFFOEiAM .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sxXb7dz0YN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sxXb7dz0YN .content {
    text-align: center;
  }
  .cid-sxXb7dz0YN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxXb7dz0YN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sxXb7dz0YN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sxXb7dz0YN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sxXb7dz0YN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxXb7dz0YN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxXb7dz0YN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxXb7dz0YN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxXb7dz0YN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxXb7dz0YN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxXb7dz0YN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxXb7dz0YN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlTBAxanI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlTBAxanI .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlTBAxanI .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlTBAxanI .mbr-text {
  color: #767676;
}
.cid-rWlTBAxanI .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlTBAxanI .mbr-author-name {
  color: #767676;
}
.cid-rWlTBAxanI .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlTBAxanI .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlTBAxanI .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlTBAxanI .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlTBAxanI .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlTBAxanI .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlTBAxanI .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlTBAxanI .lai-images {
  text-align: center;
}
.cid-rQAYR8mHTF {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
#custom-html-bs {
  /* Type valid CSS here */
}
#custom-html-bs div {
  margin: auto;
  width: 100%;
  padding: 50px;
  text-align: center;
  background-image: url("../../../assets/images/mbr.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: grey;
}
#custom-html-bs p {
  font-size: 60px;
  color: #777;
}
.cid-tjyYDekNJr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjyYDekNJr .text-content .btn-bgr {
  z-index: 0;
}
.cid-tjyYDekNJr .mbr-overlay {
  background: #d7e8f6;
}
.cid-tjyYDekNJr .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tjyYDekNJr .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-tjyYDekNJr .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tjyYDekNJr .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tjyYDekNJr .mbr-text {
    text-align: center;
  }
}
@media (max-width: 911px) {
  .cid-tjyYDekNJr .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rY8lCM8p5z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rY8lCM8p5z .text-content .btn-bgr {
  z-index: 0;
}
.cid-rY8lCM8p5z .mbr-overlay {
  background: #d7e8f6;
}
.cid-rY8lCM8p5z .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-rY8lCM8p5z .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rY8lCM8p5z .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rY8lCM8p5z .mbr-text {
    text-align: center;
  }
}
@media (max-width: 911px) {
  .cid-rY8lCM8p5z .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rVvJ1gatPn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rVvJ1gatPn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rVvJ1gatPn .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rVvJ1gatPn .mbr-text {
  color: #767676;
}
.cid-saoQRy8qLd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-saoQRy8qLd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-saoQRy8qLd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-saoQRy8qLd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-saoQRy8qLd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-saoQRy8qLd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-saoQRy8qLd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-saoQRy8qLd .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-saoQRy8qLd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-saoQRy8qLd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sxXbaDV9PI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sxXbaDV9PI .content {
    text-align: center;
  }
  .cid-sxXbaDV9PI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxXbaDV9PI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sxXbaDV9PI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sxXbaDV9PI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sxXbaDV9PI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxXbaDV9PI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxXbaDV9PI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxXbaDV9PI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxXbaDV9PI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxXbaDV9PI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxXbaDV9PI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxXbaDV9PI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQvlF3xJV6 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQvlF3xJV6 .collapsed {
  flex-direction: row!important;
}
.cid-rQvlF3xJV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQvlF3xJV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQvlF3xJV6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQvlF3xJV6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQvlF3xJV6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQvlF3xJV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQvlF3xJV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQvlF3xJV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQvlF3xJV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQvlF3xJV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQvlF3xJV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQvlF3xJV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQvlF3xJV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQvlF3xJV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQvlF3xJV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQvlF3xJV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQvlF3xJV6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQvlF3xJV6 .nav-item:focus,
.cid-rQvlF3xJV6 .nav-link:focus {
  outline: none;
}
.cid-rQvlF3xJV6 .text-white:hover,
.cid-rQvlF3xJV6 .text-white:active,
.cid-rQvlF3xJV6 .text-white:focus {
  color: white!important;
}
.cid-rQvlF3xJV6 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-item:hover {
  color: black!important;
}
.cid-rQvlF3xJV6 .dropdown-menu {
  background-color: white!important;
}
.cid-rQvlF3xJV6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQvlF3xJV6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQvlF3xJV6 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQvlF3xJV6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQvlF3xJV6 .nav-item {
    position: relative;
  }
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQvlF3xJV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQvlF3xJV6 .navbar-caption {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQvlF3xJV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQvlF3xJV6 .dropdown-item.active,
.cid-rQvlF3xJV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQvlF3xJV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQvlF3xJV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQvlF3xJV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQvlF3xJV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQvlF3xJV6 .navbar-buttons {
  text-align: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQvlF3xJV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQvlF3xJV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQvlF3xJV6 .nav-link {
  font-weight: 600!important;
}
.cid-rQvlF3xJV6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQvlF3xJV6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQvlF3xJV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQvlF3xJV6 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQvlF3xJV6 .navbar {
    height: 77px;
  }
  .cid-rQvlF3xJV6 .navbar.opened {
    height: auto;
  }
  .cid-rQvlF3xJV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rWlTEcbsiN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWlTEcbsiN .mbr-section-subtitle {
  color: #767676;
}
.cid-rWlTEcbsiN .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWlTEcbsiN .mbr-text {
  color: #767676;
}
.cid-rWlTEcbsiN .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rWlTEcbsiN .mbr-author-name {
  color: #767676;
}
.cid-rWlTEcbsiN .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rWlTEcbsiN .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rWlTEcbsiN .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 0rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rWlTEcbsiN .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rWlTEcbsiN .mbr-testimonial .card-footer {
  padding-bottom: 0rem;
  border-top: 0;
  padding-top: 0rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 100px) {
  .cid-rWlTEcbsiN .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rWlTEcbsiN .lai-toplogo {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 80px;
  padding-bottom: 0.5rem;
}
.cid-rWlTEcbsiN .lai-images {
  text-align: center;
}
.cid-rQB0JENW1q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQB0JENW1q .title {
  margin-bottom: .5rem;
}
.cid-rQB0JENW1q .mbr-section-subtitle {
  color: #767676;
}
.cid-rQB0JENW1q a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rQB0JENW1q a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rQB0JENW1q textarea.form-control {
  min-height: 80px;
}
.cid-rQB0XlrISm {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #465052;
}
.cid-rQB0XlrISm ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rQB0XlrISm ul li {
  padding: 0.1rem 0;
}
.cid-rQB0XlrISm ul li:hover {
  color: #149dcc;
}
.cid-rQB0XlrISm .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rQB0XlrISm .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rQB0XlrISm .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rQB0XlrISm .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rQB0XlrISm .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQB0XlrISm .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rQB0XlrISm .map {
    height: auto;
  }
}
.cid-rQB0XlrISm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rQB0XlrISm .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rQB0XlrISm .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQB0XlrISm .social-list a:hover {
  opacity: 1;
}
.cid-rQB0XlrISm .row-element,
.cid-rQB0XlrISm .image-element {
  padding: 0;
}
.cid-rQB0XlrISm .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rQB0XlrISm .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff3366);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rQB0XlrISm .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rQB0XlrISm .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rQB0XlrISm .text-content {
    padding: 2rem 1rem;
  }
  .cid-rQB0XlrISm .underline .line {
    height: 2px;
  }
  .cid-rQB0XlrISm .mbr-title,
  .cid-rQB0XlrISm .underline,
  .cid-rQB0XlrISm .mbr-text,
  .cid-rQB0XlrISm .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rQB0XlrISm .mbr-title,
.cid-rQB0XlrISm .underline {
  color: #ffffff;
}
.cid-rQB0XlrISm .mbr-text,
.cid-rQB0XlrISm .mbr-section-btn {
  color: #ffffff;
}
.cid-rQB0XlrISm mbr-list LI {
  color: #ffffff;
}
.cid-rQB0XlrISm mbr-list {
  text-align: center;
}
.cid-rQB0XlrISm .mbr-list,
.cid-rQB0XlrISm .social-list mbr-list {
  color: #ffffff;
}
.cid-rQB0ZBDpan {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  background-color: #465052;
}
.cid-rQB0ZBDpan ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rQB0ZBDpan ul li {
  padding: 0.1rem 0;
}
.cid-rQB0ZBDpan ul li:hover {
  color: #149dcc;
}
.cid-rQB0ZBDpan .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rQB0ZBDpan .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rQB0ZBDpan .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rQB0ZBDpan .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQB0ZBDpan .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rQB0ZBDpan .map {
    height: auto;
  }
}
.cid-rQB0ZBDpan .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rQB0ZBDpan .social-list .soc-item {
  padding: 0;
  margin: 1rem 1rem 0 0;
  display: inline-block;
}
.cid-rQB0ZBDpan .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQB0ZBDpan .social-list a:hover {
  opacity: 1;
}
.cid-rQB0ZBDpan .row-element,
.cid-rQB0ZBDpan .image-element {
  padding: 0;
}
.cid-rQB0ZBDpan .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rQB0ZBDpan .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff3366);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rQB0ZBDpan .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rQB0ZBDpan .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rQB0ZBDpan .text-content {
    padding: 2rem 1rem;
  }
  .cid-rQB0ZBDpan .underline .line {
    height: 2px;
  }
  .cid-rQB0ZBDpan .mbr-title,
  .cid-rQB0ZBDpan .underline,
  .cid-rQB0ZBDpan .mbr-text,
  .cid-rQB0ZBDpan .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rQB0ZBDpan .mbr-title,
.cid-rQB0ZBDpan .underline {
  color: #ffffff;
}
.cid-rQB0ZBDpan .mbr-text,
.cid-rQB0ZBDpan .mbr-section-btn {
  color: #ffffff;
}
.cid-rQB0ZBDpan mbr-list LI {
  color: #ffffff;
}
.cid-rQB0ZBDpan mbr-list {
  text-align: center;
}
.cid-rQB0ZBDpan .mbr-list,
.cid-rQB0ZBDpan .social-list mbr-list {
  color: #ffffff;
}
.cid-rQB0ZTZY4Z {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #465052;
}
.cid-rQB0ZTZY4Z ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rQB0ZTZY4Z ul li {
  padding: 0.1rem 0;
}
.cid-rQB0ZTZY4Z ul li:hover {
  color: #149dcc;
}
.cid-rQB0ZTZY4Z .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rQB0ZTZY4Z .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rQB0ZTZY4Z .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rQB0ZTZY4Z .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rQB0ZTZY4Z .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQB0ZTZY4Z .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rQB0ZTZY4Z .map {
    height: auto;
  }
}
.cid-rQB0ZTZY4Z .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rQB0ZTZY4Z .social-list .soc-item {
  padding: 0;
  margin: 0.5rem 0.5rem 0 0;
  display: inline-block;
}
.cid-rQB0ZTZY4Z .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rQB0ZTZY4Z .social-list a:hover {
  opacity: 1;
}
.cid-rQB0ZTZY4Z .row-element,
.cid-rQB0ZTZY4Z .image-element {
  padding: 0;
}
.cid-rQB0ZTZY4Z .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rQB0ZTZY4Z .underline .line {
  width: 1rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff3366);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rQB0ZTZY4Z .text-content {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rQB0ZTZY4Z .text-content {
    padding: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-rQB0ZTZY4Z .text-content {
    padding: .5rem .25rem;
  }
  .cid-rQB0ZTZY4Z .underline .line {
    height: 2px;
  }
  .cid-rQB0ZTZY4Z .mbr-title,
  .cid-rQB0ZTZY4Z .underline,
  .cid-rQB0ZTZY4Z .mbr-text,
  .cid-rQB0ZTZY4Z .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rQB0ZTZY4Z .mbr-title,
.cid-rQB0ZTZY4Z .underline {
  color: #ffffff;
}
.cid-rQB0ZTZY4Z .mbr-text,
.cid-rQB0ZTZY4Z .mbr-section-btn {
  color: #ffffff;
}
.cid-rQB0ZTZY4Z mbr-list LI {
  color: #ffffff;
}
.cid-rQB0ZTZY4Z mbr-list {
  text-align: center;
}
.cid-rQB0ZTZY4Z .mbr-list,
.cid-rQB0ZTZY4Z .social-list mbr-list {
  color: #ffffff;
}
.cid-sxXbdyUYGH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sxXbdyUYGH .content {
    text-align: center;
  }
  .cid-sxXbdyUYGH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxXbdyUYGH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sxXbdyUYGH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sxXbdyUYGH .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sxXbdyUYGH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxXbdyUYGH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sxXbdyUYGH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxXbdyUYGH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxXbdyUYGH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxXbdyUYGH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxXbdyUYGH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxXbdyUYGH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
