body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam';
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam';
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 2;
}
.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.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #2a8bc5 !important;
}
.bg-success {
  background-color: #ff0000 !important;
}
.bg-info {
  background-color: #56c19d !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a8bc5 !important;
  border-color: #2a8bc5 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1d5f86 !important;
  border-color: #1d5f86 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1d5f86 !important;
  border-color: #1d5f86 !important;
}
.btn-primary:hover {
  background-color: #2a8bc5 !important;
  border-color: #2a8bc5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary:hover {
  background-color: #2a8bc5 !important;
  border-color: #2a8bc5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #56c19d !important;
  border-color: #56c19d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #369475 !important;
  border-color: #369475 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #369475 !important;
  border-color: #369475 !important;
}
.btn-info:hover {
  background-color: #2a8bc5 !important;
  border-color: #2a8bc5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-success:hover {
  background-color: #2a8bc5 !important;
  border-color: #2a8bc5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #2a8bc5 !important;
  border-color: #2a8bc5 !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-danger:hover {
  background-color: #2a8bc5 !important;
  border-color: #2a8bc5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #2a8bc5 !important;
  border-color: #2a8bc5 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #2a8bc5 !important;
  border-color: #2a8bc5 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2a8bc5;
  color: #2a8bc5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2a8bc5;
  border-color: #2a8bc5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a8bc5 !important;
  border-color: #2a8bc5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #56c19d;
  color: #56c19d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #56c19d;
  border-color: #56c19d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #56c19d !important;
  border-color: #56c19d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.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: #333333;
  color: #333333;
}
.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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #2a8bc5 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #ff0000 !important;
}
.text-info {
  color: #56c19d !important;
}
.text-warning {
  color: #808080 !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: #74b8e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ff6666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a1dcc8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #56c19d;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2a8bc5;
  border-color: #2a8bc5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2a8bc5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #89c3e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3e3d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.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;
}
blockquote {
  border-color: #2a8bc5;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a8bc5;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2a8bc5;
  border-bottom-color: #2a8bc5;
}
.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: #2a8bc5 !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: #200960 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232a8bc5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tn0P3Urn1U {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tn0P3Urn1U {
    background-image: url("../../../assets/images/mbr-3-1920x1280.jpg?v=1UWrq9");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tn0P3Urn1U .row {
  align-items: center;
}
.cid-tn0P3Urn1U .image-wrapper {
  padding: 1rem;
}
.cid-tn0P3Urn1U .col-text {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 1rem;
}
.cid-tn0P3Urn1U .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-tn0P3Urn1U .col-text {
    padding-left: 1.5rem;
  }
  .cid-tn0P3Urn1U .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 120px;
    z-index: 1;
    top: 0;
    right: 87%;
    transform: scale(-1, 1);
  }
  .cid-tn0P3Urn1U .col-text .radial-svg path {
    fill: #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-tn0P3Urn1U .col-text {
    padding-left: 2rem;
  }
  .cid-tn0P3Urn1U .col-text .radial-svg {
    width: 160px;
  }
}
.cid-tn0P3Urn1U .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-tn0P3Urn1U .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tn0P3Urn1U .text-container {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-tn0P3Urn1U .text-container {
    margin-bottom: 20px;
  }
}
.cid-tn0P3Urn1U .label-text {
  width: 100%;
  color: #2a8bc5;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tn0P3Urn1U .label-text {
    text-align: center;
  }
}
.cid-tn0P3Urn1U .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-tn0P3Urn1U .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tn0P3Urn1U .mbr-section-title {
    font-size: 1.5rem !important;
  }
}
.cid-tn0P3Urn1U .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tn0P3Urn1U .mbr-text {
    text-align: center;
  }
}
.cid-tn0P3Urn1U .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-tn0P3Urn1U .cards-container {
    flex-direction: column;
  }
}
.cid-tn0P3Urn1U .card {
  padding-bottom: 16px;
}
.cid-tn0P3Urn1U .card:not(:last-child) {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-tn0P3Urn1U .card:not(:last-child) {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tn0P3Urn1U .card {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
}
.cid-tn0P3Urn1U .card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-tn0P3Urn1U .card-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tn0P3Urn1U .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-tn0P3Urn1U .card-text {
  color: #111111;
}
.cid-tn0P3Urn1U .btn-container {
  width: 100%;
}
.cid-tn0P3Urn1U .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tn0P3Urn1U .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tn0P3Urn1U .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tn0P3Urn1U .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tn0P3Urn1U .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tn0P3Urn1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tn0P3Urn1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tn0P3Urn1U .mbr-section-title,
.cid-tn0P3Urn1U .mbr-section-btn {
  color: #111111;
}
.cid-tn0W2ci24W {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tn0W2ci24W .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-tn0W2ci24W .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-tn0W2ci24W .card:hover {
  cursor: pointer;
}
.cid-tn0W2ci24W .card:hover .card-title:before {
  width: 100%;
}
.cid-tn0W2ci24W .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-tn0W2ci24W .card-text {
  color: #999999;
}
.cid-tn0W2ci24W .main-title {
  color: #2a8bc5;
}
.cid-tn0UeDPU8x {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tn0UeDPU8x .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tn0UeDPU8x h5 {
  padding-bottom: 2rem;
}
.cid-tn0UeDPU8x textarea {
  min-height: 150px;
}
.cid-tn0UeDPU8x .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-tn0UeDPU8x h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tn0UeDPU8x h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tn0UeDPU8x h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tn0UeDPU8x .form-control,
.cid-tn0UeDPU8x .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-tn0UeDPU8x .form-control:hover,
.cid-tn0UeDPU8x .field-input:hover,
.cid-tn0UeDPU8x .form-control:focus,
.cid-tn0UeDPU8x .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-tn0UeDPU8x .form-control:hover input::-webkit-input-placeholder,
.cid-tn0UeDPU8x .field-input:hover input::-webkit-input-placeholder,
.cid-tn0UeDPU8x .form-control:focus input::-webkit-input-placeholder,
.cid-tn0UeDPU8x .field-input:focus input::-webkit-input-placeholder,
.cid-tn0UeDPU8x .form-control:hover textarea::-webkit-input-placeholder,
.cid-tn0UeDPU8x .field-input:hover textarea::-webkit-input-placeholder,
.cid-tn0UeDPU8x .form-control:focus textarea::-webkit-input-placeholder,
.cid-tn0UeDPU8x .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-tn0UeDPU8x .form-control:hover input:-moz-placeholder,
.cid-tn0UeDPU8x .field-input:hover input:-moz-placeholder,
.cid-tn0UeDPU8x .form-control:focus input:-moz-placeholder,
.cid-tn0UeDPU8x .field-input:focus input:-moz-placeholder,
.cid-tn0UeDPU8x .form-control:hover textarea:-moz-placeholder,
.cid-tn0UeDPU8x .field-input:hover textarea:-moz-placeholder,
.cid-tn0UeDPU8x .form-control:focus textarea:-moz-placeholder,
.cid-tn0UeDPU8x .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-tn0UeDPU8x input::-webkit-input-placeholder,
.cid-tn0UeDPU8x textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tn0UeDPU8x input:-moz-placeholder,
.cid-tn0UeDPU8x textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-tn0UeDPU8x .jq-number__spin:hover,
.cid-tn0UeDPU8x .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-tn0UeDPU8x .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tn0UeDPU8x .jq-selectbox li,
.cid-tn0UeDPU8x .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tn0UeDPU8x .jq-selectbox li:hover,
.cid-tn0UeDPU8x .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tn0UeDPU8x .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tn0UeDPU8x .jq-number__spin.minus:hover:after,
.cid-tn0UeDPU8x .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-tn0UeDPU8x .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tn0UeDPU8x .jq-number__spin.minus:after,
.cid-tn0UeDPU8x .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-tn0UeDPU8x input::-webkit-clear-button {
  display: none;
}
.cid-tn0UeDPU8x input::-webkit-inner-spin-button {
  display: none;
}
.cid-tn0UeDPU8x input::-webkit-outer-spin-button {
  display: none;
}
.cid-tn0UeDPU8x input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tn0UeDPU8x H5 {
  text-align: center;
  color: #000000;
}
.cid-tn0UeDPU8x P {
  text-align: center;
  color: #767676;
}
.cid-tn0UeDPU8x H3 {
  color: #2a8bc5;
}
.cid-tCzVVvmxRq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tCzVVvmxRq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uWp4Z1XXd2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp4Z1XXd2 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp4Z1XXd2 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp4Z1XXd2 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp4Z1XXd2 .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4Z1XXd2 .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4Z1XXd2 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp4Z1XXd2 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp4Z1XXd2 .input-group-btn {
  padding-left: 0;
}
.cid-uWp4Z1XXd2 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp4Z1XXd2 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp4Z1XXd2 .mbr-text {
  color: #444;
}
.cid-uWp4Z1XXd2 h5 {
  margin-bottom: 0;
}
.cid-uWp4Z1XXd2 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp4Z1XXd2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp4Z1XXd2 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp4Z1XXd2 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp4Z1XXd2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp4Z1XXd2 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp4Z1XXd2 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp4Z1XXd2 .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp4Z1XXd2 .media-container-row > div {
  padding: 0px;
}
.cid-uWp4Z1XXd2 .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp4Z1XXd2 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp4Z1XXd2 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp4Z1XXd2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp4Z1XXd2 .social-list,
  .cid-uWp4Z1XXd2 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp4Z1XXd2 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp4Z1XXd2 .form-group {
    max-width: 180px;
  }
}
.cid-uWp4Z1XXd2 .links span {
  color: #9e9e9e;
}
.cid-uWp4Z1XXd2 .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp4Z1XXd2 .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tCPjuygOEN {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tCPjuygOEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCPjuygOEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCPjuygOEN .container {
  max-width: 1140px;
}
.cid-tCPjuygOEN .row {
  justify-content: center;
}
.cid-tCPjuygOEN .col-title {
  margin-bottom: 20px;
}
.cid-tCPjuygOEN .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-tCPjuygOEN .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tCPjuygOEN .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tCPjuygOEN .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tCPjuygOEN .cards-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 75px auto 0;
  padding: 0 20px !important;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .cid-tCPjuygOEN .cards-item {
    padding: 0 10px !important;
  }
}
.cid-tCPjuygOEN .item-title {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
  color: #000000;
  opacity: 0.85;
}
.cid-tCPjuygOEN .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid transparent;
  padding: 20px;
  align-items: center;
  transition: 0.3s;
}
.cid-tCPjuygOEN .card:hover {
  background: #f6f3ee;
  border: 1px solid #000000 !important;
  box-sizing: border-box;
  border-radius: 20px;
  transition: 0.3s;
}
.cid-tCPjuygOEN .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 49%;
  flex-grow: 1;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tCPjuygOEN .card-head {
    max-width: 70%;
    padding-right: 10px;
  }
}
.cid-tCPjuygOEN .card-title {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tCPjuygOEN .card-text {
  width: 100%;
  margin-top: 4px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-tCPjuygOEN .mbr-section-btn .btn {
  min-height: 52px;
  min-width: 110px;
}
@media (max-width: 767px) {
  .cid-tCPjuygOEN .mbr-section-btn .btn {
    min-height: 44px;
    padding: 8px 16px;
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .cid-tCPjuygOEN .mbr-section-btn {
    width: auto;
  }
  .cid-tCPjuygOEN .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tCPjuygOEN .mbr-section-btn .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-tCPjuygOEN .mbr-section-btn .btn-primary:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
}
.cid-uVzOE4XzlL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVzOE4XzlL .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uVzOE4XzlL .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzOE4XzlL .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uVzOE4XzlL .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzOE4XzlL .col-text {
    padding-right: 4.625rem;
  }
}
.cid-uVzOE4XzlL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uVzOE4XzlL .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-uVzOE4XzlL .mbr-text {
  color: #286181;
  width: 100%;
  text-align: left;
}
.cid-uVzOE4XzlL .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uVzOE4XzlL .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-uVzOE4XzlL .cards-container {
    padding-left: 2rem;
  }
}
.cid-uVzOE4XzlL .card-text-container {
  flex-grow: 1;
}
.cid-uVzOE4XzlL .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-uVzOE4XzlL .card-text {
  color: #002549;
  width: 100%;
}
.cid-uVzOE4XzlL .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-uVzOE4XzlL .icon-box span {
  color: #e1965f;
}
.cid-uVzOE4XzlL .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-uVzOE4XzlL .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-uVzOE4XzlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzOE4XzlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzOE4XzlL .mbr-section-title,
.cid-uVzOE4XzlL .mbr-section-btn {
  color: #111111;
}
.cid-uWp4VaPW8P {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp4VaPW8P .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp4VaPW8P .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp4VaPW8P .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp4VaPW8P .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4VaPW8P .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4VaPW8P .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp4VaPW8P .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp4VaPW8P .input-group-btn {
  padding-left: 0;
}
.cid-uWp4VaPW8P .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp4VaPW8P .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp4VaPW8P .mbr-text {
  color: #444;
}
.cid-uWp4VaPW8P h5 {
  margin-bottom: 0;
}
.cid-uWp4VaPW8P .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp4VaPW8P .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp4VaPW8P .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp4VaPW8P .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp4VaPW8P .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp4VaPW8P .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp4VaPW8P .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp4VaPW8P .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp4VaPW8P .media-container-row > div {
  padding: 0px;
}
.cid-uWp4VaPW8P .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp4VaPW8P .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp4VaPW8P .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp4VaPW8P .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp4VaPW8P .social-list,
  .cid-uWp4VaPW8P .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp4VaPW8P h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp4VaPW8P .form-group {
    max-width: 180px;
  }
}
.cid-uWp4VaPW8P .links span {
  color: #9e9e9e;
}
.cid-uWp4VaPW8P .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp4VaPW8P .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uVF5Cqq9YS {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVF5Cqq9YS .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #2a8bc5;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uVF5Cqq9YS .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uVF5Cqq9YS .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uVF5Cqq9YS .main-title.display-2 {
  line-height: 1.375;
}
.cid-uVF5Cqq9YS .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uVF5Cqq9YS .mbr-text {
  color: #606060;
}
.cid-uVF5Cqq9YS .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uVF5Cqq9YS .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVF5Cqq9YS .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uVF5Cqq9YS .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uVF5Cqq9YS .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uVF5Cqq9YS .mbr-section-subtitle,
.cid-uVF5Cqq9YS .mbr-section-btn {
  text-align: center;
  color: #199bfc;
}
.cid-uVF5Cqq9YS .main-title,
.cid-uVF5Cqq9YS .mbr-section-btn {
  text-align: center;
}
.cid-tn7RlziSge {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tn7RlziSge {
    background-image: url("../../../assets/images/features15.jpg?v=1UWrq9");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right;
  }
}
.cid-tn7RlziSge .row {
  flex-direction: row-reverse;
}
.cid-tn7RlziSge .row {
  align-items: center;
}
.cid-tn7RlziSge .image-wrapper {
  padding: 1rem;
}
.cid-tn7RlziSge .col-text {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-tn7RlziSge .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-tn7RlziSge .col-text {
    padding-right: 1.5rem;
  }
  .cid-tn7RlziSge .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 160px;
    z-index: 1;
    top: 0;
    left: 87%;
  }
  .cid-tn7RlziSge .col-text .radial-svg path {
    fill: #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-tn7RlziSge .col-text {
    padding-right: 2rem;
  }
  .cid-tn7RlziSge .col-text .radial-svg {
    width: 200px;
  }
}
.cid-tn7RlziSge .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-tn7RlziSge .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tn7RlziSge .text-container {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-tn7RlziSge .label-text {
  width: 100%;
  color: #2a8bc5;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tn7RlziSge .label-text {
    text-align: center;
  }
}
.cid-tn7RlziSge .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-tn7RlziSge .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tn7RlziSge .mbr-section-title {
    font-size: 1.5rem !important;
  }
}
.cid-tn7RlziSge .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tn7RlziSge .mbr-text {
    text-align: center;
  }
}
.cid-tn7RlziSge .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-tn7RlziSge .cards-container {
    flex-direction: column;
  }
}
.cid-tn7RlziSge .card-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tn7RlziSge .card-wrapper {
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tn7RlziSge .card-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tn7RlziSge .card-box {
    text-align: center !important;
    width: 100%;
  }
}
.cid-tn7RlziSge .icon-box {
  width: 100%;
  margin-bottom: 12px;
}
.cid-tn7RlziSge .icon-box .mbr-iconfont {
  font-size: 48px;
  color: #0057fc;
}
.cid-tn7RlziSge .card-text {
  color: #111111;
}
.cid-tn7RlziSge .btn-container {
  width: 100%;
}
.cid-tn7RlziSge .mbr-section-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tn7RlziSge .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tn7RlziSge .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tn7RlziSge .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tn7RlziSge .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tn7RlziSge .mbr-fallback-image.disabled {
  display: none;
}
.cid-tn7RlziSge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tn7PGmzUkT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tn7PGmzUkT .card-text {
  background-color: #fafafa;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #2a8bc5;
}
.cid-tn7PGmzUkT .media-container-column {
  margin-bottom: 2rem;
}
.cid-tn7PGmzUkT .mbr-content-text {
  text-align: left;
}
.cid-tn7PGmzUkT .numder {
  text-align: left;
  color: #000000;
}
.cid-tn7PGmzUkT H4 {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tn7PGmzUkT .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-tn7PGmzUkT .number {
  text-align: left;
}
.cid-tnbBjnNS2Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tnbBjnNS2Z .row {
    text-align: center;
  }
}
.cid-tnbBjnNS2Z .section-head {
  margin-bottom: 2.3rem;
}
.cid-tnbBjnNS2Z .paragraph {
  margin-bottom: 2rem;
}
.cid-uWp4SjJwfs {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp4SjJwfs .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp4SjJwfs .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp4SjJwfs .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp4SjJwfs .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4SjJwfs .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4SjJwfs .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp4SjJwfs .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp4SjJwfs .input-group-btn {
  padding-left: 0;
}
.cid-uWp4SjJwfs .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp4SjJwfs .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp4SjJwfs .mbr-text {
  color: #444;
}
.cid-uWp4SjJwfs h5 {
  margin-bottom: 0;
}
.cid-uWp4SjJwfs .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp4SjJwfs .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp4SjJwfs .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp4SjJwfs .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp4SjJwfs .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp4SjJwfs .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp4SjJwfs .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp4SjJwfs .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp4SjJwfs .media-container-row > div {
  padding: 0px;
}
.cid-uWp4SjJwfs .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp4SjJwfs .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp4SjJwfs .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp4SjJwfs .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp4SjJwfs .social-list,
  .cid-uWp4SjJwfs .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp4SjJwfs h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp4SjJwfs .form-group {
    max-width: 180px;
  }
}
.cid-uWp4SjJwfs .links span {
  color: #9e9e9e;
}
.cid-uWp4SjJwfs .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp4SjJwfs .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tsgIxRQQhW {
  padding-top: 225px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tsgIxRQQhW .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #2a8bc5;
  text-align: right;
}
.cid-tsgIxRQQhW .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tsgIxRQQhW .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tsgIxRQQhW .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tsgIxRQQhW .mbr-text,
.cid-tsgIxRQQhW .mbr-section-btn {
  color: #999999;
}
.cid-uWp4IoA5fR {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp4IoA5fR .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp4IoA5fR .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp4IoA5fR .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp4IoA5fR .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4IoA5fR .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4IoA5fR .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp4IoA5fR .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp4IoA5fR .input-group-btn {
  padding-left: 0;
}
.cid-uWp4IoA5fR .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp4IoA5fR .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp4IoA5fR .mbr-text {
  color: #444;
}
.cid-uWp4IoA5fR h5 {
  margin-bottom: 0;
}
.cid-uWp4IoA5fR .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp4IoA5fR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp4IoA5fR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp4IoA5fR .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp4IoA5fR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp4IoA5fR .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp4IoA5fR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp4IoA5fR .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp4IoA5fR .media-container-row > div {
  padding: 0px;
}
.cid-uWp4IoA5fR .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp4IoA5fR .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp4IoA5fR .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp4IoA5fR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp4IoA5fR .social-list,
  .cid-uWp4IoA5fR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp4IoA5fR h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp4IoA5fR .form-group {
    max-width: 180px;
  }
}
.cid-uWp4IoA5fR .links span {
  color: #9e9e9e;
}
.cid-uWp4IoA5fR .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp4IoA5fR .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uVEtIUQwp0 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVEtIUQwp0 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #2a8bc5;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uVEtIUQwp0 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uVEtIUQwp0 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uVEtIUQwp0 .main-title.display-2 {
  line-height: 1.375;
}
.cid-uVEtIUQwp0 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uVEtIUQwp0 .mbr-text {
  color: #606060;
}
.cid-uVEtIUQwp0 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uVEtIUQwp0 .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVEtIUQwp0 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uVEtIUQwp0 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uVEtIUQwp0 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uVEtIUQwp0 .mbr-section-subtitle,
.cid-uVEtIUQwp0 .mbr-section-btn {
  text-align: center;
  color: #199bfc;
}
.cid-uVEtIUQwp0 .main-title,
.cid-uVEtIUQwp0 .mbr-section-btn {
  text-align: center;
}
.cid-uVEtKpCauZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg?v=1UWrq9");
  overflow: hidden;
}
.cid-uVEtKpCauZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEtKpCauZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEtKpCauZ .container,
.cid-uVEtKpCauZ .container-fluid {
  position: relative;
}
.cid-uVEtKpCauZ .row {
  justify-content: left;
}
.cid-uVEtKpCauZ .col-content {
  position: relative;
  z-index: 10;
}
.cid-uVEtKpCauZ .mbr-section-title {
  color: #ffffff;
}
.cid-uVEtKpCauZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVEtKpCauZ .mbr-text {
  color: #2B2B2B;
}
.cid-uVEtKpCauZ .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uVEtKpCauZ .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uVEtKpCauZ .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uVEtKpCauZ .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uVEtKpCauZ .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #999999 27%, #999999 50%, #999999 79%);
}
.cid-uVEtKpCauZ .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #232323 27%, #232323 50%, #232323 79%);
}
.cid-uVEtKpCauZ .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uVEtKpCauZ .mbr-text,
.cid-uVEtKpCauZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tyxybLRU4l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyxybLRU4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyxybLRU4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyxybLRU4l .card-title,
.cid-tyxybLRU4l .card-box {
  text-align: left;
}
.cid-tyxybLRU4l .mbr-section-title {
  text-align: center;
}
.cid-tyxybLRU4l .mbr-section-subtitle {
  text-align: left;
}
.cid-trx0TJPxj0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-trx0TJPxj0 .container {
  max-width: 1312px;
}
.cid-trx0TJPxj0 .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-trx0TJPxj0 .label-text {
  color: #2a8bc5;
  width: 100%;
}
.cid-trx0TJPxj0 .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-trx0TJPxj0 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-trx0TJPxj0 .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-trx0TJPxj0 .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-trx0TJPxj0 .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-trx0TJPxj0 .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #2a8bc5;
}
.cid-trx0TJPxj0 .advantage-icon span {
  color: #ffffff;
}
.cid-trx0TJPxj0 .advantage-text {
  color: #000000;
}
.cid-trx0TJPxj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trx0TJPxj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trx0TJPxj0 .mbr-section-title,
.cid-trx0TJPxj0 .mbr-section-btn {
  color: #111111;
  text-align: center;
}
.cid-uWp27jcyh0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp27jcyh0 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp27jcyh0 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp27jcyh0 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp27jcyh0 .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp27jcyh0 .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp27jcyh0 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp27jcyh0 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp27jcyh0 .input-group-btn {
  padding-left: 0;
}
.cid-uWp27jcyh0 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp27jcyh0 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp27jcyh0 .mbr-text {
  color: #444;
}
.cid-uWp27jcyh0 h5 {
  margin-bottom: 0;
}
.cid-uWp27jcyh0 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp27jcyh0 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp27jcyh0 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp27jcyh0 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp27jcyh0 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp27jcyh0 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp27jcyh0 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp27jcyh0 .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp27jcyh0 .media-container-row > div {
  padding: 0px;
}
.cid-uWp27jcyh0 .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp27jcyh0 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp27jcyh0 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp27jcyh0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp27jcyh0 .social-list,
  .cid-uWp27jcyh0 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp27jcyh0 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp27jcyh0 .form-group {
    max-width: 180px;
  }
}
.cid-uWp27jcyh0 .links span {
  color: #9e9e9e;
}
.cid-uWp27jcyh0 .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp27jcyh0 .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uVzwjjEToa {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVzwjjEToa .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #2a8bc5;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uVzwjjEToa .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uVzwjjEToa .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uVzwjjEToa .main-title.display-2 {
  line-height: 1.375;
}
.cid-uVzwjjEToa .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uVzwjjEToa .mbr-text {
  color: #606060;
}
.cid-uVzwjjEToa .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uVzwjjEToa .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVzwjjEToa .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uVzwjjEToa .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uVzwjjEToa .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uVzwjjEToa .mbr-section-subtitle,
.cid-uVzwjjEToa .mbr-section-btn {
  text-align: center;
  color: #199bfc;
}
.cid-uVzwjjEToa .main-title,
.cid-uVzwjjEToa .mbr-section-btn {
  text-align: center;
}
.cid-uVzwhY6oab {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg?v=1UWrq9");
  overflow: hidden;
}
.cid-uVzwhY6oab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzwhY6oab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzwhY6oab .container,
.cid-uVzwhY6oab .container-fluid {
  position: relative;
}
.cid-uVzwhY6oab .row {
  justify-content: left;
}
.cid-uVzwhY6oab .col-content {
  position: relative;
  z-index: 10;
}
.cid-uVzwhY6oab .mbr-section-title {
  color: #ffffff;
}
.cid-uVzwhY6oab .mbr-section-subtitle {
  color: #f3f3f3;
}
.cid-uVzwhY6oab .mbr-text {
  color: #2B2B2B;
}
.cid-uVzwhY6oab .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uVzwhY6oab .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uVzwhY6oab .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uVzwhY6oab .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uVzwhY6oab .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #999999 27%, #999999 50%, #999999 79%);
}
.cid-uVzwhY6oab .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #232323 27%, #232323 50%, #232323 79%);
}
.cid-uVzwhY6oab .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uVzwhY6oab .mbr-text,
.cid-uVzwhY6oab .mbr-section-btn {
  color: #ffffff;
}
.cid-tzQ64vDe93 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzQ64vDe93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzQ64vDe93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzQ64vDe93 .card-wrapper {
  background-color: #fef8f5;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fef8f5;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-tzQ64vDe93 .mbr-section-title,
.cid-tzQ64vDe93 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzQ64vDe93 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tzQ64vDe93 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tzQ64vDe93 .price {
  text-align: left;
}
.cid-uVzCSGVPob {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fef8f5;
}
.cid-uVzCSGVPob H1 {
  color: #000000;
}
.cid-uVzCSGVPob .mbr-text,
.cid-uVzCSGVPob .mbr-section-btn {
  color: #000000;
}
.cid-uVzCSGVPob .mbr-subtitle {
  color: #000000;
}
.cid-uVzCSGVPob .mbr-text {
  margin-top: 1.5rem;
}
.cid-uVzCSGVPob .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uWp3E5l1q8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp3E5l1q8 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp3E5l1q8 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp3E5l1q8 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp3E5l1q8 .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp3E5l1q8 .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp3E5l1q8 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp3E5l1q8 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp3E5l1q8 .input-group-btn {
  padding-left: 0;
}
.cid-uWp3E5l1q8 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp3E5l1q8 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp3E5l1q8 .mbr-text {
  color: #444;
}
.cid-uWp3E5l1q8 h5 {
  margin-bottom: 0;
}
.cid-uWp3E5l1q8 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp3E5l1q8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp3E5l1q8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp3E5l1q8 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp3E5l1q8 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp3E5l1q8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp3E5l1q8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp3E5l1q8 .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp3E5l1q8 .media-container-row > div {
  padding: 0px;
}
.cid-uWp3E5l1q8 .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp3E5l1q8 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp3E5l1q8 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp3E5l1q8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp3E5l1q8 .social-list,
  .cid-uWp3E5l1q8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp3E5l1q8 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp3E5l1q8 .form-group {
    max-width: 180px;
  }
}
.cid-uWp3E5l1q8 .links span {
  color: #9e9e9e;
}
.cid-uWp3E5l1q8 .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp3E5l1q8 .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-txHYD7BkRS {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg?v=1UWrq9");
}
.cid-txHYD7BkRS p {
  margin: 0;
}
.cid-txHYD7BkRS .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-txHYD7BkRS blockquote {
  margin: 0;
  border: none;
  position: relative;
}
.cid-txHYD7BkRS blockquote p {
  position: relative;
  z-index: 1;
}
.cid-txHYD7BkRS .mbr-quote {
  color: #6b6b6b;
  text-align: center;
}
.cid-tCPBw6q9U0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCPBw6q9U0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCPBw6q9U0 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tCPBw6q9U0 .img-col {
  padding: 0;
}
.cid-tCPBw6q9U0 .wrapper {
  padding: 6rem 12rem;
}
.cid-tCPBw6q9U0 .link-wrap {
  width: 100%;
}
.cid-tCPBw6q9U0 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tCPBw6q9U0 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tCPBw6q9U0 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tCPBw6q9U0 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tCPBw6q9U0 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tCPBw6q9U0 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tCPBw6q9U0 .link,
.cid-tCPBw6q9U0 .wrapper {
  color: #51aafa;
}
.cid-tCPBw6q9U0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tCPBw6q9U0 .card-title,
.cid-tCPBw6q9U0 .card-box {
  color: #000000;
}
.cid-tCPBw6q9U0 .mbr-text,
.cid-tCPBw6q9U0 .mbr-section-btn {
  color: #999999;
}
.cid-txBXUyKoDp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-txBXUyKoDp img {
  width: 150px;
  margin: auto;
}
.cid-txBXUyKoDp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-txBXUyKoDp .card {
    max-width: 16.6%;
  }
}
.cid-txBXUyKoDp .mbr-section-title {
  color: #000000;
}
.cid-txBXUyKoDp .mbr-section-subtitle {
  color: #286181;
  text-align: center;
}
.cid-txBXUyKoDp .mbr-text {
  text-align: center;
}
.cid-txHGuxaXOj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txHGuxaXOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-txHGuxaXOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txHGuxaXOj .card-title,
.cid-txHGuxaXOj .card-box {
  text-align: left;
}
.cid-txHGuxaXOj .mbr-section-subtitle {
  text-align: left;
}
.cid-txHGuxaXOj .mbr-section-title {
  text-align: left;
}
.cid-tyx5SW9R8Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fef8f5;
}
.cid-tyx5SW9R8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyx5SW9R8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyx5SW9R8Z .card-title,
.cid-tyx5SW9R8Z .card-box {
  text-align: left;
}
.cid-tyx5SW9R8Z .mbr-section-title {
  text-align: center;
}
.cid-tyx5SW9R8Z .mbr-section-subtitle {
  text-align: left;
}
.cid-uVzBWrA6S4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVzBWrA6S4 H1 {
  color: #000000;
}
.cid-uVzBWrA6S4 .mbr-text,
.cid-uVzBWrA6S4 .mbr-section-btn {
  color: #000000;
}
.cid-uVzBWrA6S4 .mbr-subtitle {
  color: #000000;
}
.cid-uVzBWrA6S4 .mbr-text {
  margin-top: 1.5rem;
}
.cid-uVzBWrA6S4 .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uWp2mhMecz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp2mhMecz .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp2mhMecz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp2mhMecz .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp2mhMecz .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp2mhMecz .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp2mhMecz .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp2mhMecz .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp2mhMecz .input-group-btn {
  padding-left: 0;
}
.cid-uWp2mhMecz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp2mhMecz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp2mhMecz .mbr-text {
  color: #444;
}
.cid-uWp2mhMecz h5 {
  margin-bottom: 0;
}
.cid-uWp2mhMecz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp2mhMecz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp2mhMecz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp2mhMecz .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp2mhMecz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp2mhMecz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp2mhMecz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp2mhMecz .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp2mhMecz .media-container-row > div {
  padding: 0px;
}
.cid-uWp2mhMecz .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp2mhMecz .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp2mhMecz .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp2mhMecz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp2mhMecz .social-list,
  .cid-uWp2mhMecz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp2mhMecz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp2mhMecz .form-group {
    max-width: 180px;
  }
}
.cid-uWp2mhMecz .links span {
  color: #9e9e9e;
}
.cid-uWp2mhMecz .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp2mhMecz .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-tyTJ1HRZyq .nav-item:focus,
.cid-tyTJ1HRZyq .nav-link:focus {
  outline: none;
}
.cid-tyTJ1HRZyq a.nav-link:focus {
  color: #0095ff !important;
}
.cid-tyTJ1HRZyq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tyTJ1HRZyq .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tyTJ1HRZyq .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-tyTJ1HRZyq .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tyTJ1HRZyq .navbar.collapsed {
  flex-direction: row!important;
}
.cid-tyTJ1HRZyq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyTJ1HRZyq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tyTJ1HRZyq .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tyTJ1HRZyq .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyTJ1HRZyq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-tyTJ1HRZyq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyTJ1HRZyq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyTJ1HRZyq .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tyTJ1HRZyq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyTJ1HRZyq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyTJ1HRZyq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyTJ1HRZyq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyTJ1HRZyq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tyTJ1HRZyq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyTJ1HRZyq .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-tyTJ1HRZyq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tyTJ1HRZyq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyTJ1HRZyq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyTJ1HRZyq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyTJ1HRZyq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyTJ1HRZyq .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyTJ1HRZyq .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tyTJ1HRZyq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tyTJ1HRZyq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyTJ1HRZyq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyTJ1HRZyq .dropdown-item.active,
.cid-tyTJ1HRZyq .dropdown-item:active {
  background-color: transparent;
}
.cid-tyTJ1HRZyq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyTJ1HRZyq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyTJ1HRZyq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyTJ1HRZyq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tyTJ1HRZyq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tyTJ1HRZyq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyTJ1HRZyq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyTJ1HRZyq .navbar-buttons {
  text-align: center;
}
.cid-tyTJ1HRZyq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyTJ1HRZyq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tyTJ1HRZyq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyTJ1HRZyq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyTJ1HRZyq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyTJ1HRZyq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyTJ1HRZyq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyTJ1HRZyq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyTJ1HRZyq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyTJ1HRZyq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyTJ1HRZyq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tyTJ1HRZyq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tyTJ1HRZyq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyTJ1HRZyq .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-tyTJ1HRZyq .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-tyTJ1HRZyq .nav-link:hover,
.cid-tyTJ1HRZyq .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-tyTJ1HRZyq .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-tyTJ1HRZyq .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-tyTJ1HRZyq .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-tyTJ1HRZyq .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tyTJ1HRZyq .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tyTJ1HRZyq .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tyTJ1HRZyq .dropdown-menu {
    top: 100%;
  }
  .cid-tyTJ1HRZyq .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-tyTJ1HRZyq .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-tyTJ1HRZyq .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tyTJ1HRZyq .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uVzniBpwco {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVzniBpwco .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #2a8bc5;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uVzniBpwco .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uVzniBpwco .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uVzniBpwco .main-title.display-2 {
  line-height: 1.375;
}
.cid-uVzniBpwco .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uVzniBpwco .mbr-text {
  color: #606060;
}
.cid-uVzniBpwco .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uVzniBpwco .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVzniBpwco .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uVzniBpwco .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uVzniBpwco .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uVzniBpwco .mbr-section-subtitle,
.cid-uVzniBpwco .mbr-section-btn {
  text-align: center;
  color: #199bfc;
}
.cid-uVzniBpwco .main-title,
.cid-uVzniBpwco .mbr-section-btn {
  text-align: center;
}
.cid-uVz60ZhwgI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1270.jpg?v=1UWrq9");
  overflow: hidden;
}
.cid-uVz60ZhwgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz60ZhwgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz60ZhwgI .container,
.cid-uVz60ZhwgI .container-fluid {
  position: relative;
}
.cid-uVz60ZhwgI .row {
  justify-content: left;
}
.cid-uVz60ZhwgI .col-content {
  position: relative;
  z-index: 10;
}
.cid-uVz60ZhwgI .mbr-section-title {
  color: #ffffff;
}
.cid-uVz60ZhwgI .mbr-section-subtitle {
  color: #f3f3f3;
}
.cid-uVz60ZhwgI .mbr-text {
  color: #2B2B2B;
}
.cid-uVz60ZhwgI .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uVz60ZhwgI .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uVz60ZhwgI .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uVz60ZhwgI .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uVz60ZhwgI .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #999999 27%, #999999 50%, #999999 79%);
}
.cid-uVz60ZhwgI .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #232323 27%, #232323 50%, #232323 79%);
}
.cid-uVz60ZhwgI .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uVz60ZhwgI .mbr-text,
.cid-uVz60ZhwgI .mbr-section-btn {
  color: #ffffff;
}
.cid-uVz6uzu7Ad {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVz6uzu7Ad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz6uzu7Ad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz6uzu7Ad .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uVz6uzu7Ad .mbr-section-title {
  color: #51aafa;
  margin-bottom: 0;
  text-align: center;
}
.cid-uVz6uzu7Ad .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uVz6uzu7Ad .mbr-iconfont {
  position: relative;
  font-size: 13px !important;
  font-family: 'Moririse2' !important;
  color: #baa985;
  margin-left: 1rem;
  padding: 7px;
  transition: .2s all;
}
.cid-uVz6uzu7Ad .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f7f4e1;
  opacity: 1;
  transition: .2s all;
}
.cid-uVz6uzu7Ad .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uVz6uzu7Ad .panel-group {
  border: none;
}
.cid-uVz6uzu7Ad .card {
  border-radius: 0;
}
.cid-uVz6uzu7Ad .card:not(:first-child) {
  margin-top: 12px;
  border-top: 2px solid #eaeaea;
}
.cid-uVz6uzu7Ad .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVz6uzu7Ad .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVz6uzu7Ad .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px 20px 0;
  color: #303030;
  transition: .2s all;
}
.cid-uVz6uzu7Ad .panel-title[aria-expanded="true"] {
  padding: 12px 10px 13px 0;
}
.cid-uVz6uzu7Ad .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVz6uzu7Ad .panel-title-edit {
  color: #303030;
}
.cid-uVz6uzu7Ad .panel-body {
  padding: 0 0 30px;
}
.cid-uVz6uzu7Ad .panel-text {
  color: #303030;
  margin: 0;
}
.cid-uVz9F8tgqr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fef8f5;
}
.cid-uVz9F8tgqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz9F8tgqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz9F8tgqr .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uVz9F8tgqr .mbr-section-title {
  color: #51aafa;
  margin-bottom: 0;
  text-align: center;
}
.cid-uVz9F8tgqr .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uVz9F8tgqr .mbr-iconfont {
  position: relative;
  font-size: 13px !important;
  font-family: 'Moririse2' !important;
  color: #baa985;
  margin-left: 1rem;
  padding: 7px;
  transition: .2s all;
}
.cid-uVz9F8tgqr .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f7f4e1;
  opacity: 1;
  transition: .2s all;
}
.cid-uVz9F8tgqr .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uVz9F8tgqr .panel-group {
  border: none;
}
.cid-uVz9F8tgqr .card {
  border-radius: 0;
}
.cid-uVz9F8tgqr .card:not(:first-child) {
  margin-top: 12px;
  border-top: 2px solid #eaeaea;
}
.cid-uVz9F8tgqr .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVz9F8tgqr .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVz9F8tgqr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px 20px 0;
  color: #303030;
  transition: .2s all;
}
.cid-uVz9F8tgqr .panel-title[aria-expanded="true"] {
  padding: 12px 10px 13px 0;
}
.cid-uVz9F8tgqr .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVz9F8tgqr .panel-title-edit {
  color: #303030;
}
.cid-uVz9F8tgqr .panel-body {
  padding: 0 0 30px;
}
.cid-uVz9F8tgqr .panel-text {
  color: #303030;
  margin: 0;
}
.cid-uVz9QhDuCX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVz9QhDuCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVz9QhDuCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVz9QhDuCX .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uVz9QhDuCX .mbr-section-title {
  color: #51aafa;
  margin-bottom: 0;
  text-align: center;
}
.cid-uVz9QhDuCX .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uVz9QhDuCX .mbr-iconfont {
  position: relative;
  font-size: 13px !important;
  font-family: 'Moririse2' !important;
  color: #baa985;
  margin-left: 1rem;
  padding: 7px;
  transition: .2s all;
}
.cid-uVz9QhDuCX .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f7f4e1;
  opacity: 1;
  transition: .2s all;
}
.cid-uVz9QhDuCX .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uVz9QhDuCX .panel-group {
  border: none;
}
.cid-uVz9QhDuCX .card {
  border-radius: 0;
}
.cid-uVz9QhDuCX .card:not(:first-child) {
  margin-top: 12px;
  border-top: 2px solid #eaeaea;
}
.cid-uVz9QhDuCX .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVz9QhDuCX .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVz9QhDuCX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px 20px 0;
  color: #303030;
  transition: .2s all;
}
.cid-uVz9QhDuCX .panel-title[aria-expanded="true"] {
  padding: 12px 10px 13px 0;
}
.cid-uVz9QhDuCX .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVz9QhDuCX .panel-title-edit {
  color: #303030;
}
.cid-uVz9QhDuCX .panel-body {
  padding: 0 0 30px;
}
.cid-uVz9QhDuCX .panel-text {
  color: #303030;
  margin: 0;
}
.cid-uVzez9N11j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fef8f5;
}
.cid-uVzez9N11j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzez9N11j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzez9N11j .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uVzez9N11j .mbr-section-title {
  color: #51aafa;
  margin-bottom: 0;
  text-align: center;
}
.cid-uVzez9N11j .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uVzez9N11j .mbr-iconfont {
  position: relative;
  font-size: 13px !important;
  font-family: 'Moririse2' !important;
  color: #baa985;
  margin-left: 1rem;
  padding: 7px;
  transition: .2s all;
}
.cid-uVzez9N11j .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f7f4e1;
  opacity: 1;
  transition: .2s all;
}
.cid-uVzez9N11j .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uVzez9N11j .panel-group {
  border: none;
}
.cid-uVzez9N11j .card {
  border-radius: 0;
}
.cid-uVzez9N11j .card:not(:first-child) {
  margin-top: 12px;
  border-top: 2px solid #eaeaea;
}
.cid-uVzez9N11j .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVzez9N11j .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVzez9N11j .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px 20px 0;
  color: #303030;
  transition: .2s all;
}
.cid-uVzez9N11j .panel-title[aria-expanded="true"] {
  padding: 12px 10px 13px 0;
}
.cid-uVzez9N11j .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVzez9N11j .panel-title-edit {
  color: #303030;
}
.cid-uVzez9N11j .panel-body {
  padding: 0 0 30px;
}
.cid-uVzez9N11j .panel-text {
  color: #303030;
  margin: 0;
}
.cid-uVzgnPeLnO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVzgnPeLnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzgnPeLnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzgnPeLnO .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uVzgnPeLnO .mbr-section-title {
  color: #51aafa;
  margin-bottom: 0;
  text-align: center;
}
.cid-uVzgnPeLnO .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uVzgnPeLnO .mbr-iconfont {
  position: relative;
  font-size: 13px !important;
  font-family: 'Moririse2' !important;
  color: #baa985;
  margin-left: 1rem;
  padding: 7px;
  transition: .2s all;
}
.cid-uVzgnPeLnO .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f7f4e1;
  opacity: 1;
  transition: .2s all;
}
.cid-uVzgnPeLnO .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-uVzgnPeLnO .panel-group {
  border: none;
}
.cid-uVzgnPeLnO .card {
  border-radius: 0;
}
.cid-uVzgnPeLnO .card:not(:first-child) {
  margin-top: 12px;
  border-top: 2px solid #eaeaea;
}
.cid-uVzgnPeLnO .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVzgnPeLnO .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVzgnPeLnO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px 20px 0;
  color: #303030;
  transition: .2s all;
}
.cid-uVzgnPeLnO .panel-title[aria-expanded="true"] {
  padding: 12px 10px 13px 0;
}
.cid-uVzgnPeLnO .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVzgnPeLnO .panel-title-edit {
  color: #303030;
}
.cid-uVzgnPeLnO .panel-body {
  padding: 0 0 30px;
}
.cid-uVzgnPeLnO .panel-text {
  color: #303030;
  margin: 0;
}
.cid-uVzCuW21qK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fef8f5;
}
.cid-uVzCuW21qK H1 {
  color: #000000;
}
.cid-uVzCuW21qK .mbr-text,
.cid-uVzCuW21qK .mbr-section-btn {
  color: #000000;
}
.cid-uVzCuW21qK .mbr-subtitle {
  color: #000000;
}
.cid-uVzCuW21qK .mbr-text {
  margin-top: 1.5rem;
}
.cid-uVzCuW21qK .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uWp3y4HfZU {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp3y4HfZU .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp3y4HfZU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp3y4HfZU .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp3y4HfZU .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp3y4HfZU .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp3y4HfZU .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp3y4HfZU .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp3y4HfZU .input-group-btn {
  padding-left: 0;
}
.cid-uWp3y4HfZU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp3y4HfZU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp3y4HfZU .mbr-text {
  color: #444;
}
.cid-uWp3y4HfZU h5 {
  margin-bottom: 0;
}
.cid-uWp3y4HfZU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp3y4HfZU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp3y4HfZU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp3y4HfZU .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp3y4HfZU .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp3y4HfZU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp3y4HfZU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp3y4HfZU .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp3y4HfZU .media-container-row > div {
  padding: 0px;
}
.cid-uWp3y4HfZU .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp3y4HfZU .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp3y4HfZU .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp3y4HfZU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp3y4HfZU .social-list,
  .cid-uWp3y4HfZU .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp3y4HfZU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp3y4HfZU .form-group {
    max-width: 180px;
  }
}
.cid-uWp3y4HfZU .links span {
  color: #9e9e9e;
}
.cid-uWp3y4HfZU .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp3y4HfZU .logo-title {
  text-align: center;
}
.cid-tyTJ1J5FBG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyTJ1J5FBG .mbr-text {
  color: #747474;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uVzKfgxE0U {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVzKfgxE0U .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #2a8bc5;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uVzKfgxE0U .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uVzKfgxE0U .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uVzKfgxE0U .main-title.display-2 {
  line-height: 1.375;
}
.cid-uVzKfgxE0U .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uVzKfgxE0U .mbr-text {
  color: #606060;
}
.cid-uVzKfgxE0U .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uVzKfgxE0U .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVzKfgxE0U .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uVzKfgxE0U .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uVzKfgxE0U .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uVzKfgxE0U .mbr-section-subtitle,
.cid-uVzKfgxE0U .mbr-section-btn {
  text-align: center;
  color: #199bfc;
}
.cid-uVzKfgxE0U .main-title,
.cid-uVzKfgxE0U .mbr-section-btn {
  text-align: center;
}
.cid-uVzKdlHQN2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg?v=1UWrq9");
  overflow: hidden;
}
.cid-uVzKdlHQN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzKdlHQN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzKdlHQN2 .container,
.cid-uVzKdlHQN2 .container-fluid {
  position: relative;
}
.cid-uVzKdlHQN2 .row {
  justify-content: left;
}
.cid-uVzKdlHQN2 .col-content {
  position: relative;
  z-index: 10;
}
.cid-uVzKdlHQN2 .mbr-section-title {
  color: #ffffff;
}
.cid-uVzKdlHQN2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVzKdlHQN2 .mbr-text {
  color: #2B2B2B;
}
.cid-uVzKdlHQN2 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uVzKdlHQN2 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uVzKdlHQN2 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uVzKdlHQN2 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uVzKdlHQN2 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #999999 27%, #999999 50%, #999999 79%);
}
.cid-uVzKdlHQN2 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #232323 27%, #232323 50%, #232323 79%);
}
.cid-uVzKdlHQN2 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uVzKdlHQN2 .mbr-text,
.cid-uVzKdlHQN2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uVzIUvGFbw {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uVzIUvGFbw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uVzIUvGFbw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVzIUvGFbw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVzIUvGFbw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uVzIUvGFbw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uVzIUvGFbw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uVzIUvGFbw .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uVzIUvGFbw .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uVzIUvGFbw .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uVzIUvGFbw .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uVzIUvGFbw .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uVzIUvGFbw .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uVzIUvGFbw .mbr-gallery-filter ul {
  display: block;
}
.cid-uVzIUvGFbw .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uVzIUvGFbw .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uVzIUvGFbw .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uVzIUvGFbw .mbr-gallery-filter li.active::after,
.cid-uVzIUvGFbw .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uVzIUvGFbw .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uVzIUvGFbw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uVzIUvGFbw .icon-focus:before {
  content: '\e95e';
}
.cid-uVzIUvGFbw .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uVzIUvGFbw .mbr-section-title {
  margin: 0;
}
.cid-uVzIUvGFbw .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uVzIUvGFbw .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uVzIUvGFbw .mbr-section-subtitle {
  text-align: left;
}
.cid-uVzLnzXsBJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fef8f5;
}
.cid-uVzLnzXsBJ H1 {
  color: #000000;
}
.cid-uVzLnzXsBJ .mbr-text,
.cid-uVzLnzXsBJ .mbr-section-btn {
  color: #000000;
}
.cid-uVzLnzXsBJ .mbr-subtitle {
  color: #000000;
}
.cid-uVzLnzXsBJ .mbr-text {
  margin-top: 1.5rem;
}
.cid-uVzLnzXsBJ .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uWp3mtNeNt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp3mtNeNt .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp3mtNeNt .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp3mtNeNt .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp3mtNeNt .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp3mtNeNt .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp3mtNeNt .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp3mtNeNt .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp3mtNeNt .input-group-btn {
  padding-left: 0;
}
.cid-uWp3mtNeNt .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp3mtNeNt .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp3mtNeNt .mbr-text {
  color: #444;
}
.cid-uWp3mtNeNt h5 {
  margin-bottom: 0;
}
.cid-uWp3mtNeNt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp3mtNeNt .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp3mtNeNt .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp3mtNeNt .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp3mtNeNt .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp3mtNeNt .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp3mtNeNt .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp3mtNeNt .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp3mtNeNt .media-container-row > div {
  padding: 0px;
}
.cid-uWp3mtNeNt .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp3mtNeNt .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp3mtNeNt .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp3mtNeNt .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp3mtNeNt .social-list,
  .cid-uWp3mtNeNt .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp3mtNeNt h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp3mtNeNt .form-group {
    max-width: 180px;
  }
}
.cid-uWp3mtNeNt .links span {
  color: #9e9e9e;
}
.cid-uWp3mtNeNt .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp3mtNeNt .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tyzzlPT5We {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-tyzzlPT5We .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-tyzzlPT5We .content_block:hover .mbr-section-title a {
  color: #200960 !important;
}
.cid-tyzzlPT5We .card_topic,
.cid-tyzzlPT5We .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tyzzlPT5We .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #200960;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tyzzlPT5We .image {
  position: relative;
}
.cid-tyzzlPT5We .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fef8f5);
}
.cid-tyzzlPT5We .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tyzzlPT5We .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tyzzlPT5We .mbr-section-btn .btn-secondary-outline:hover,
.cid-tyzzlPT5We .mbr-section-btn .btn-secondary-outline .active,
.cid-tyzzlPT5We .mbr-section-btn .btn-secondary-outline:focus {
  color: #2a8bc5 !important;
}
.cid-tyzzlPT5We .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tyzzlPT5We .content_block {
    padding: 30px 15px;
  }
  .cid-tyzzlPT5We .mbr-figure {
    padding: 0;
  }
  .cid-tyzzlPT5We .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-tyzzlPT5We .category_content,
.cid-tyzzlPT5We .card_topic {
  text-align: center;
}
.cid-tyzzlPT5We .mbr-text,
.cid-tyzzlPT5We .mbr-section-btn {
  text-align: center;
}
.cid-tyzzlPT5We .mbr-section-title {
  text-align: center;
}
.cid-txoLat3ogl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef8f5;
}
.cid-txoLat3ogl .btn.btn-primary-outline {
  border: 1px solid #2a8bc5;
}
.cid-txoLat3ogl .btn.btn-primary-outline:hover {
  background-color: #2a8bc5 !important;
  color: #ffffff !important;
}
.cid-txoLat3ogl .btn.btn-secondary-outline {
  border: 1px solid #200960;
}
.cid-txoLat3ogl .btn.btn-secondary-outline:hover {
  background-color: #200960 !important;
  color: #ffffff !important;
}
.cid-txoLat3ogl .btn.btn-success-outline {
  border: 1px solid #ff0000;
}
.cid-txoLat3ogl .btn.btn-success-outline:hover {
  background-color: #ff0000 !important;
  color: #ffffff !important;
}
.cid-txoLat3ogl .btn.btn-info-outline {
  border: 1px solid #56c19d;
}
.cid-txoLat3ogl .btn.btn-info-outline:hover {
  background-color: #56c19d !important;
  color: #ffffff !important;
}
.cid-txoLat3ogl .btn.btn-warning-outline {
  border: 1px solid #808080;
}
.cid-txoLat3ogl .btn.btn-warning-outline:hover {
  background-color: #808080 !important;
  color: #ffffff !important;
}
.cid-txoLat3ogl .btn.btn-danger-outline {
  border: 1px solid #b1a374;
}
.cid-txoLat3ogl .btn.btn-danger-outline:hover {
  background-color: #b1a374 !important;
  color: #ffffff !important;
}
.cid-txoLat3ogl .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-txoLat3ogl .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-txoLat3ogl .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-txoLat3ogl .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tx2ut2Ptpf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-tx2ut2Ptpf .content {
    flex-wrap: nowrap;
  }
  .cid-tx2ut2Ptpf .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-tx2ut2Ptpf .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-tx2ut2Ptpf .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-tx2ut2Ptpf .content {
    flex-wrap: wrap;
  }
  .cid-tx2ut2Ptpf .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-tx2ut2Ptpf .section-head p {
    width: 70%;
  }
  .cid-tx2ut2Ptpf .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-tx2ut2Ptpf .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-tx2ut2Ptpf .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-tx2ut2Ptpf .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-tx2ut2Ptpf .panel-title-edit {
  color: #000000;
}
.cid-tx2ut2Ptpf .panel-text {
  color: #444444;
  padding: 1rem 0;
}
.cid-tx2ut2Ptpf .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-tx2ut2Ptpf .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-tx2ut2Ptpf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tx2ut2Ptpf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tx2ut2Ptpf .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-tx2ut2Ptpf .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tx2ut2Ptpf .mbr-text {
  color: #9b9ba5;
}
.cid-tx2ut2Ptpf H3 {
  text-align: left;
}
.cid-tx2ut2Ptpf H4 {
  text-align: left;
  color: #286181;
}
.cid-txoK7xX6FO {
  background-color: #ffffff;
}
.cid-txoK7xX6FO .content {
  display: flex;
  align-items: center;
}
.cid-txoK7xX6FO .content-main {
  margin-left: 84px;
}
@media (max-width: 992px) {
  .cid-txoK7xX6FO .content-main {
    margin-left: 0;
  }
}
.cid-txoK7xX6FO .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #111111;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-txoK7xX6FO .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-txoK7xX6FO .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-txoK7xX6FO .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-txoK7xX6FO .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-txoK7xX6FO .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-txoK7xX6FO .btn:hover {
  box-shadow: none;
}
.cid-txoK7xX6FO .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-txoK7xX6FO .image-wrapper {
    margin-bottom: 61px;
  }
}
.cid-txoK7xX6FO .image-wrapper .image-tablet {
  width: 490px;
  height: 370px;
  padding: 1rem;
  border: 6px solid #1f242e;
  border-radius: 5%;
  background: #ffffff;
  margin-left: 30px;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1200px) {
  .cid-txoK7xX6FO .image-wrapper .image-tablet {
    margin-left: 0;
  }
}
.cid-txoK7xX6FO .image-wrapper .image-tablet img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-txoK7xX6FO .image-wrapper .image-phone {
  position: absolute;
  bottom: -6%;
  right: 4%;
  width: 170px;
  height: 343px;
  padding: 1rem;
  border: 4px solid #1f242e;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1400px) {
  .cid-txoK7xX6FO .image-wrapper .image-phone {
    right: -12%;
  }
}
@media (max-width: 1200px) {
  .cid-txoK7xX6FO .image-wrapper .image-phone {
    right: -18%;
  }
}
@media (max-width: 992px) {
  .cid-txoK7xX6FO .image-wrapper .image-phone {
    right: 6rem;
  }
}
.cid-txoK7xX6FO .image-wrapper .image-phone img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-txoK7xX6FO .mbr-section-title,
.cid-txoK7xX6FO .mbr-section-btn {
  color: #286181;
  text-align: left;
}
.cid-trckpNcYAf {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fef8f5;
}
.cid-trckpNcYAf .title_block {
  margin-bottom: 80px;
}
.cid-trckpNcYAf .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.cid-trckpNcYAf .mbr-section-title {
  color: #286181;
  text-align: left;
}
.cid-trckpNcYAf .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-trckpNcYAf .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(42, 139, 197, 0.15);
  border-radius: 50%;
}
.cid-trckpNcYAf .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(42, 139, 197, 0.15);
  border-radius: 50%;
}
.cid-trckpNcYAf .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-trckpNcYAf .user {
  display: flex;
  align-items: center;
}
.cid-trckpNcYAf .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-trckpNcYAf .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-trckpNcYAf .user_name {
  margin-bottom: 2px;
  display: block;
  color: #200960;
}
.cid-trckpNcYAf .desk {
  margin-bottom: 0;
}
.cid-trckpNcYAf .iconfont-wrapper {
  min-width: 115px;
}
.cid-trckpNcYAf .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-trckpNcYAf .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-trckpNcYAf .carousel-item > div {
  width: 100%;
}
.cid-trckpNcYAf .carousel-item.active,
.cid-trckpNcYAf .carousel-item-next,
.cid-trckpNcYAf .carousel-item-prev {
  display: flex;
}
.cid-trckpNcYAf .carousel-controls a {
  width: 9%;
}
.cid-trckpNcYAf .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-trckpNcYAf .carousel-controls a:hover span {
  background-color: #2a8bc5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-trckpNcYAf .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-trckpNcYAf .title_block {
    margin-bottom: 40px;
  }
  .cid-trckpNcYAf .card_header {
    flex-direction: column;
  }
  .cid-trckpNcYAf .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-trckpNcYAf .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-trckpNcYAf .carousel-controls {
    display: none;
  }
  .cid-trckpNcYAf .carousel-item {
    padding: 0;
  }
  .cid-trckpNcYAf .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-trckpNcYAf .card_header {
    margin-bottom: 15px;
  }
  .cid-trckpNcYAf .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-trckpNcYAf .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-trxMZcAIPx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg?v=1UWrq9");
}
.cid-trxMZcAIPx .link-wrapper {
  width: 100%;
}
.cid-trxMZcAIPx .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-trxMZcAIPx .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-trxMZcAIPx .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-trxMZcAIPx .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-trxMZcAIPx .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-trxMZcAIPx .mbr-section-title DIV {
  text-align: center;
}
.cid-trxMZcAIPx .mbr-text,
.cid-trxMZcAIPx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-trxMZcAIPx .link,
.cid-trxMZcAIPx .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-trxMZcAIPx .mbr-section-title {
  color: #ffffff;
}
.cid-trxMZcAIPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-trxMZcAIPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCg4KCO9Ab {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCg4KCO9Ab .content-row {
  background-color: #ffffff;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-tCg4KCO9Ab .content-row {
    padding: 1rem;
  }
}
.cid-tCg4KCO9Ab p {
  margin-bottom: 0rem;
}
.cid-tCg4KCO9Ab .btn {
  margin-bottom: 0rem;
}
.cid-tCg4KCO9Ab .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tCg4KCO9Ab .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tCg4KCO9Ab .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tCg4KCO9Ab .mbr-section-btn {
    text-align: left;
  }
  .cid-tCg4KCO9Ab .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tCg4KCO9Ab .mbr-section-btn {
    text-align: left;
  }
  .cid-tCg4KCO9Ab .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-tCg4KCO9Ab .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCg4KCO9Ab .btn {
    margin-top: 0rem;
  }
}
.cid-tCg4KCO9Ab H1 {
  text-align: left;
}
.cid-tCg4KCO9Ab .mbr-text {
  text-align: left;
}
.cid-txt8kFm5b5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fef8f5;
}
.cid-txt8kFm5b5 H1 {
  color: #000000;
}
.cid-txt8kFm5b5 .mbr-text,
.cid-txt8kFm5b5 .mbr-section-btn {
  color: #000000;
}
.cid-txt8kFm5b5 .mbr-subtitle {
  color: #000000;
}
.cid-txt8kFm5b5 .mbr-text {
  margin-top: 1.5rem;
}
.cid-txt8kFm5b5 .mbr-section-btn {
  margin-top: 2rem;
}
.cid-tCgPSSjyZH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-tCgPSSjyZH .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tCgPSSjyZH .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tCgPSSjyZH .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tCgPSSjyZH .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-tCgPSSjyZH .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-tCgPSSjyZH .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tCgPSSjyZH .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tCgPSSjyZH .input-group-btn {
  padding-left: 0;
}
.cid-tCgPSSjyZH .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tCgPSSjyZH .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tCgPSSjyZH .mbr-text {
  color: #444;
}
.cid-tCgPSSjyZH h5 {
  margin-bottom: 0;
}
.cid-tCgPSSjyZH .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tCgPSSjyZH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCgPSSjyZH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tCgPSSjyZH .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCgPSSjyZH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tCgPSSjyZH .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tCgPSSjyZH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tCgPSSjyZH .social-list a:hover {
  opacity: 0.4;
}
.cid-tCgPSSjyZH .media-container-row > div {
  padding: 0px;
}
.cid-tCgPSSjyZH .text2 {
  color: #111111;
  text-align: left;
}
.cid-tCgPSSjyZH .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tCgPSSjyZH .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCgPSSjyZH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tCgPSSjyZH .social-list,
  .cid-tCgPSSjyZH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tCgPSSjyZH h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tCgPSSjyZH .form-group {
    max-width: 180px;
  }
}
.cid-tCgPSSjyZH .links span {
  color: #9e9e9e;
}
.cid-tCgPSSjyZH .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-tCgPSSjyZH .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-tyTJ1HRZyq .nav-item:focus,
.cid-tyTJ1HRZyq .nav-link:focus {
  outline: none;
}
.cid-tyTJ1HRZyq a.nav-link:focus {
  color: #0095ff !important;
}
.cid-tyTJ1HRZyq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tyTJ1HRZyq .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tyTJ1HRZyq .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-tyTJ1HRZyq .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tyTJ1HRZyq .navbar.collapsed {
  flex-direction: row!important;
}
.cid-tyTJ1HRZyq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyTJ1HRZyq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tyTJ1HRZyq .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tyTJ1HRZyq .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyTJ1HRZyq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyTJ1HRZyq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-tyTJ1HRZyq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyTJ1HRZyq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyTJ1HRZyq .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tyTJ1HRZyq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyTJ1HRZyq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyTJ1HRZyq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyTJ1HRZyq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyTJ1HRZyq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tyTJ1HRZyq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyTJ1HRZyq .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-tyTJ1HRZyq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tyTJ1HRZyq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyTJ1HRZyq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyTJ1HRZyq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyTJ1HRZyq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyTJ1HRZyq .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyTJ1HRZyq .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tyTJ1HRZyq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tyTJ1HRZyq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyTJ1HRZyq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyTJ1HRZyq .dropdown-item.active,
.cid-tyTJ1HRZyq .dropdown-item:active {
  background-color: transparent;
}
.cid-tyTJ1HRZyq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyTJ1HRZyq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyTJ1HRZyq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyTJ1HRZyq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tyTJ1HRZyq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tyTJ1HRZyq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyTJ1HRZyq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyTJ1HRZyq .navbar-buttons {
  text-align: center;
}
.cid-tyTJ1HRZyq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyTJ1HRZyq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tyTJ1HRZyq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyTJ1HRZyq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyTJ1HRZyq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyTJ1HRZyq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyTJ1HRZyq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyTJ1HRZyq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyTJ1HRZyq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyTJ1HRZyq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyTJ1HRZyq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tyTJ1HRZyq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tyTJ1HRZyq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyTJ1HRZyq .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-tyTJ1HRZyq .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-tyTJ1HRZyq .nav-link:hover,
.cid-tyTJ1HRZyq .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-tyTJ1HRZyq .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-tyTJ1HRZyq .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-tyTJ1HRZyq .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-tyTJ1HRZyq .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tyTJ1HRZyq .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tyTJ1HRZyq .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tyTJ1HRZyq .dropdown-menu {
    top: 100%;
  }
  .cid-tyTJ1HRZyq .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-tyTJ1HRZyq .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-tyTJ1HRZyq .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tyTJ1HRZyq .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uVElSsauv8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVElSsauv8 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #2a8bc5;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uVElSsauv8 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uVElSsauv8 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uVElSsauv8 .main-title.display-2 {
  line-height: 1.375;
}
.cid-uVElSsauv8 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uVElSsauv8 .mbr-text {
  color: #606060;
}
.cid-uVElSsauv8 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uVElSsauv8 .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVElSsauv8 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uVElSsauv8 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uVElSsauv8 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uVElSsauv8 .mbr-section-subtitle,
.cid-uVElSsauv8 .mbr-section-btn {
  text-align: center;
  color: #199bfc;
}
.cid-uVElSsauv8 .main-title,
.cid-uVElSsauv8 .mbr-section-btn {
  text-align: center;
}
.cid-uVElV9d0oO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg?v=1UWrq9");
  overflow: hidden;
}
.cid-uVElV9d0oO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVElV9d0oO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVElV9d0oO .container,
.cid-uVElV9d0oO .container-fluid {
  position: relative;
}
.cid-uVElV9d0oO .row {
  justify-content: left;
}
.cid-uVElV9d0oO .col-content {
  position: relative;
  z-index: 10;
}
.cid-uVElV9d0oO .mbr-section-title {
  color: #ffffff;
}
.cid-uVElV9d0oO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVElV9d0oO .mbr-text {
  color: #2B2B2B;
}
.cid-uVElV9d0oO .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uVElV9d0oO .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uVElV9d0oO .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uVElV9d0oO .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uVElV9d0oO .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #999999 27%, #999999 50%, #999999 79%);
}
.cid-uVElV9d0oO .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #232323 27%, #232323 50%, #232323 79%);
}
.cid-uVElV9d0oO .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uVElV9d0oO .mbr-text,
.cid-uVElV9d0oO .mbr-section-btn {
  color: #ffffff;
}
.cid-tzqx9PPfCS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzqx9PPfCS .title__block {
  padding: 0 15px 0 30px;
  padding: 0 30px 0 15px;
}
@media (max-width: 991px) {
  .cid-tzqx9PPfCS .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-tzqx9PPfCS .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tzqx9PPfCS .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-tzqx9PPfCS .mbr-text {
  margin-bottom: 20px;
}
.cid-tzqx9PPfCS .wrap {
  height: 360px;
}
@media (max-width: 565px) {
  .cid-tzqx9PPfCS .wrap {
    height: 200px;
  }
}
.cid-tzqx9PPfCS .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tzqx9PPfCS .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-tzqx9PPfCS .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tzqx9PPfCS .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tzqx9PPfCS .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tzqx9PPfCS .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tzqx9PPfCS .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tzqx9PPfCS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tzqx9PPfCS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tzqx9PPfCS .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tzqx9PPfCS a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tzqx9PPfCS a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-tzqx9PPfCS a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tzqx9PPfCS .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tzqx9PPfCS .mbr-section-title {
  text-align: center;
}
.cid-tCzexd8uSu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCzexd8uSu .card-box {
  z-index: 10;
  position: relative;
}
.cid-tCzexd8uSu .link-wrap {
  width: 100%;
}
.cid-tCzexd8uSu .link {
  display: inline-block;
}
.cid-tCzexd8uSu .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-tCzexd8uSu .link a:hover {
  text-decoration: underline;
}
.cid-tCzexd8uSu .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tCzexd8uSu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-tCzexd8uSu .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #fafafa;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCzexd8uSu .link,
.cid-tCzexd8uSu .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tCzexd8uSu .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCzexd8uSu .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCzexd8uSu H1 {
  color: #51aafa;
}
.cid-tCzkkC9yQT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tCzkkC9yQT .card-box {
  z-index: 10;
  position: relative;
}
.cid-tCzkkC9yQT .link-wrap {
  width: 100%;
}
.cid-tCzkkC9yQT .link {
  display: inline-block;
}
.cid-tCzkkC9yQT .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-tCzkkC9yQT .link a:hover {
  text-decoration: underline;
}
.cid-tCzkkC9yQT .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tCzkkC9yQT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-tCzkkC9yQT .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #fafafa;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCzkkC9yQT .link,
.cid-tCzkkC9yQT .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tCzkkC9yQT .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCzkkC9yQT .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uWp44GfKtU {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp44GfKtU .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp44GfKtU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp44GfKtU .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp44GfKtU .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp44GfKtU .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp44GfKtU .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp44GfKtU .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp44GfKtU .input-group-btn {
  padding-left: 0;
}
.cid-uWp44GfKtU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp44GfKtU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp44GfKtU .mbr-text {
  color: #444;
}
.cid-uWp44GfKtU h5 {
  margin-bottom: 0;
}
.cid-uWp44GfKtU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp44GfKtU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp44GfKtU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp44GfKtU .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp44GfKtU .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp44GfKtU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp44GfKtU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp44GfKtU .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp44GfKtU .media-container-row > div {
  padding: 0px;
}
.cid-uWp44GfKtU .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp44GfKtU .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp44GfKtU .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp44GfKtU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp44GfKtU .social-list,
  .cid-uWp44GfKtU .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp44GfKtU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp44GfKtU .form-group {
    max-width: 180px;
  }
}
.cid-uWp44GfKtU .links span {
  color: #9e9e9e;
}
.cid-uWp44GfKtU .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp44GfKtU .logo-title {
  text-align: center;
}
.cid-tyTJ1J5FBG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyTJ1J5FBG .mbr-text {
  color: #747474;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uVLGEsVtyB {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVLGEsVtyB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #2a8bc5;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uVLGEsVtyB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uVLGEsVtyB .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uVLGEsVtyB .main-title.display-2 {
  line-height: 1.375;
}
.cid-uVLGEsVtyB .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uVLGEsVtyB .mbr-text {
  color: #606060;
}
.cid-uVLGEsVtyB .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uVLGEsVtyB .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVLGEsVtyB .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uVLGEsVtyB .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uVLGEsVtyB .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uVLGEsVtyB .mbr-section-subtitle,
.cid-uVLGEsVtyB .mbr-section-btn {
  text-align: center;
  color: #199bfc;
}
.cid-uVLGEsVtyB .main-title,
.cid-uVLGEsVtyB .mbr-section-btn {
  text-align: center;
}
.cid-uVLGJS0Zki {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url(./"");
  overflow: hidden;
}
.cid-uVLGJS0Zki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVLGJS0Zki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVLGJS0Zki .container,
.cid-uVLGJS0Zki .container-fluid {
  position: relative;
}
.cid-uVLGJS0Zki .row {
  justify-content: left;
}
.cid-uVLGJS0Zki .col-content {
  position: relative;
  z-index: 10;
}
.cid-uVLGJS0Zki .mbr-section-title {
  color: #ffffff;
}
.cid-uVLGJS0Zki .mbr-section-subtitle {
  color: #f3f3f3;
}
.cid-uVLGJS0Zki .mbr-text {
  color: #2B2B2B;
}
.cid-uVLGJS0Zki .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-uVLGJS0Zki .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-uVLGJS0Zki .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-uVLGJS0Zki .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-uVLGJS0Zki .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #999999 27%, #999999 50%, #999999 79%);
}
.cid-uVLGJS0Zki .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #232323 27%, #232323 50%, #232323 79%);
}
.cid-uVLGJS0Zki .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-uVLGJS0Zki .mbr-text,
.cid-uVLGJS0Zki .mbr-section-btn {
  color: #ffffff;
}
.cid-uWoQxOsTc8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fef8f5;
}
.cid-uWoQxOsTc8 h3 {
  color: #999999;
}
.cid-uWoQxOsTc8 h4 {
  color: #ffffff;
}
.cid-uWoQxOsTc8 .mbr-text,
.cid-uWoQxOsTc8 .mbr-section-btn {
  color: #999999;
}
.cid-uWoQxOsTc8 img {
  width: 120px;
  border-radius: 100%;
  object-fit: cover;
  height: 120px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uWoQxOsTc8 .mbr-text {
  color: #ffffff;
}
.cid-uWoQxOsTc8 .display-5 {
  line-height: 1.8;
}
.cid-uWoQxOsTc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWoQxOsTc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWp2yuTdy9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp2yuTdy9 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp2yuTdy9 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp2yuTdy9 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp2yuTdy9 .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp2yuTdy9 .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp2yuTdy9 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp2yuTdy9 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp2yuTdy9 .input-group-btn {
  padding-left: 0;
}
.cid-uWp2yuTdy9 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp2yuTdy9 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp2yuTdy9 .mbr-text {
  color: #444;
}
.cid-uWp2yuTdy9 h5 {
  margin-bottom: 0;
}
.cid-uWp2yuTdy9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp2yuTdy9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp2yuTdy9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp2yuTdy9 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp2yuTdy9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp2yuTdy9 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp2yuTdy9 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp2yuTdy9 .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp2yuTdy9 .media-container-row > div {
  padding: 0px;
}
.cid-uWp2yuTdy9 .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp2yuTdy9 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp2yuTdy9 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp2yuTdy9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp2yuTdy9 .social-list,
  .cid-uWp2yuTdy9 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp2yuTdy9 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp2yuTdy9 .form-group {
    max-width: 180px;
  }
}
.cid-uWp2yuTdy9 .links span {
  color: #9e9e9e;
}
.cid-uWp2yuTdy9 .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp2yuTdy9 .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-ttupZ5WLh3 .nav-item:focus,
.cid-ttupZ5WLh3 .nav-link:focus {
  outline: none;
}
.cid-ttupZ5WLh3 a.nav-link:focus {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-ttupZ5WLh3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ttupZ5WLh3 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ttupZ5WLh3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ttupZ5WLh3 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ttupZ5WLh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ttupZ5WLh3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ttupZ5WLh3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ttupZ5WLh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttupZ5WLh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ttupZ5WLh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttupZ5WLh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ttupZ5WLh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttupZ5WLh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ttupZ5WLh3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ttupZ5WLh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttupZ5WLh3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ttupZ5WLh3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttupZ5WLh3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttupZ5WLh3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ttupZ5WLh3 .dropdown-item.active,
.cid-ttupZ5WLh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttupZ5WLh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttupZ5WLh3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ttupZ5WLh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ttupZ5WLh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttupZ5WLh3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttupZ5WLh3 .navbar-buttons {
  text-align: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttupZ5WLh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttupZ5WLh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttupZ5WLh3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ttupZ5WLh3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ttupZ5WLh3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttupZ5WLh3 .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-ttupZ5WLh3 .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-ttupZ5WLh3 .nav-link:hover,
.cid-ttupZ5WLh3 .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-ttupZ5WLh3 .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-ttupZ5WLh3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-ttupZ5WLh3 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ttupZ5WLh3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ttupZ5WLh3 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ttupZ5WLh3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ttupZ5WLh3 .dropdown-menu {
    top: 100%;
  }
  .cid-ttupZ5WLh3 .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-ttupZ5WLh3 .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-ttupZ5WLh3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ttupZ5WLh3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tyw8YbGPeI {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyw8YbGPeI h2 {
  color: #000000;
}
.cid-tyw8YbGPeI h1 {
  color: #000000;
}
.cid-tyw8YbGPeI .mbr-text,
.cid-tyw8YbGPeI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tyk1lNlNJ0 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tyk1lNlNJ0 .accordion .card {
  overflow: visible;
}
.cid-tyk1lNlNJ0 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-tyk1lNlNJ0 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tyk1lNlNJ0 .panel-text {
  padding: 1rem;
  color: #111111;
}
.cid-tyk1lNlNJ0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tyk1lNlNJ0 .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-tyk1lNlNJ0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tyk1lNlNJ0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tyk1lNlNJ0 .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tyk1lNlNJ0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tyk1lNlNJ0 .card .panel-body {
  color: #767676;
}
.cid-tyk1lNlNJ0 .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-tyk1lNlNJ0 H4 {
  color: #111111;
}
.cid-tyk1lNlNJ0 P {
  color: #111111;
}
.cid-tyk1nWNf45 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tyk1nWNf45 .accordion .card {
  overflow: visible;
}
.cid-tyk1nWNf45 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-tyk1nWNf45 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tyk1nWNf45 .panel-text {
  padding: 1rem;
  color: #111111;
}
.cid-tyk1nWNf45 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tyk1nWNf45 .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-tyk1nWNf45 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tyk1nWNf45 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tyk1nWNf45 .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tyk1nWNf45 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tyk1nWNf45 .card .panel-body {
  color: #767676;
}
.cid-tyk1nWNf45 .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-tyk1nWNf45 H4 {
  color: #111111;
}
.cid-tyk1msyeuf {
  padding-top: 0px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-tyk1msyeuf .accordion .card {
  overflow: visible;
}
.cid-tyk1msyeuf .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-tyk1msyeuf .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tyk1msyeuf .panel-text {
  padding: 1rem;
  color: #111111;
}
.cid-tyk1msyeuf .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tyk1msyeuf .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-tyk1msyeuf .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tyk1msyeuf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tyk1msyeuf .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tyk1msyeuf .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tyk1msyeuf .card .panel-body {
  color: #767676;
}
.cid-tyk1msyeuf .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-tyk1msyeuf H4 {
  color: #111111;
}
.cid-uWpa6mETjb {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fef8f5;
}
.cid-uWpa6mETjb H1 {
  color: #000000;
}
.cid-uWpa6mETjb .mbr-text,
.cid-uWpa6mETjb .mbr-section-btn {
  color: #000000;
}
.cid-uWpa6mETjb .mbr-subtitle {
  color: #000000;
}
.cid-uWpa6mETjb .mbr-text {
  margin-top: 1.5rem;
}
.cid-uWpa6mETjb .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uWp4aLywO6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp4aLywO6 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp4aLywO6 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp4aLywO6 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp4aLywO6 .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4aLywO6 .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4aLywO6 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp4aLywO6 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp4aLywO6 .input-group-btn {
  padding-left: 0;
}
.cid-uWp4aLywO6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp4aLywO6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp4aLywO6 .mbr-text {
  color: #444;
}
.cid-uWp4aLywO6 h5 {
  margin-bottom: 0;
}
.cid-uWp4aLywO6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp4aLywO6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp4aLywO6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp4aLywO6 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp4aLywO6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp4aLywO6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp4aLywO6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp4aLywO6 .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp4aLywO6 .media-container-row > div {
  padding: 0px;
}
.cid-uWp4aLywO6 .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp4aLywO6 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp4aLywO6 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp4aLywO6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp4aLywO6 .social-list,
  .cid-uWp4aLywO6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp4aLywO6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp4aLywO6 .form-group {
    max-width: 180px;
  }
}
.cid-uWp4aLywO6 .links span {
  color: #9e9e9e;
}
.cid-uWp4aLywO6 .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp4aLywO6 .logo-title {
  text-align: center;
}
.cid-tyMbm4z9TU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyMbm4z9TU .mbr-text {
  color: #747474;
}
.cid-tzwVEKa5lv .nav-item:focus,
.cid-tzwVEKa5lv .nav-link:focus {
  outline: none;
}
.cid-tzwVEKa5lv a.nav-link:focus {
  color: #0095ff !important;
}
.cid-tzwVEKa5lv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tzwVEKa5lv .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tzwVEKa5lv .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-tzwVEKa5lv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tzwVEKa5lv .navbar.collapsed {
  flex-direction: row!important;
}
.cid-tzwVEKa5lv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzwVEKa5lv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tzwVEKa5lv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tzwVEKa5lv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tzwVEKa5lv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tzwVEKa5lv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzwVEKa5lv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tzwVEKa5lv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzwVEKa5lv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tzwVEKa5lv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzwVEKa5lv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-tzwVEKa5lv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzwVEKa5lv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzwVEKa5lv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tzwVEKa5lv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tzwVEKa5lv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzwVEKa5lv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzwVEKa5lv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tzwVEKa5lv .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tzwVEKa5lv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzwVEKa5lv .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-tzwVEKa5lv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tzwVEKa5lv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzwVEKa5lv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tzwVEKa5lv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tzwVEKa5lv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tzwVEKa5lv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzwVEKa5lv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tzwVEKa5lv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tzwVEKa5lv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzwVEKa5lv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tzwVEKa5lv .dropdown-item.active,
.cid-tzwVEKa5lv .dropdown-item:active {
  background-color: transparent;
}
.cid-tzwVEKa5lv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzwVEKa5lv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzwVEKa5lv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzwVEKa5lv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tzwVEKa5lv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tzwVEKa5lv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzwVEKa5lv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tzwVEKa5lv .navbar-buttons {
  text-align: center;
}
.cid-tzwVEKa5lv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzwVEKa5lv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tzwVEKa5lv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzwVEKa5lv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwVEKa5lv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzwVEKa5lv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzwVEKa5lv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwVEKa5lv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzwVEKa5lv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzwVEKa5lv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzwVEKa5lv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tzwVEKa5lv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tzwVEKa5lv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzwVEKa5lv .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-tzwVEKa5lv .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-tzwVEKa5lv .nav-link:hover,
.cid-tzwVEKa5lv .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-tzwVEKa5lv .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-tzwVEKa5lv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-tzwVEKa5lv .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-tzwVEKa5lv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tzwVEKa5lv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tzwVEKa5lv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tzwVEKa5lv .dropdown-menu {
    top: 100%;
  }
  .cid-tzwVEKa5lv .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-tzwVEKa5lv .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-tzwVEKa5lv .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tzwVEKa5lv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tzwVEKL6EZ {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzwVEKL6EZ h2 {
  color: #000000;
}
.cid-tzwVEKL6EZ h1 {
  color: #000000;
}
.cid-tzwVEKL6EZ .mbr-text,
.cid-tzwVEKL6EZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tzwVELKcrC {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tzwVELKcrC .accordion .card {
  overflow: visible;
}
.cid-tzwVELKcrC .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-tzwVELKcrC .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tzwVELKcrC .panel-text {
  padding: 1rem;
  color: #111111;
}
.cid-tzwVELKcrC .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tzwVELKcrC .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-tzwVELKcrC .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tzwVELKcrC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tzwVELKcrC .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tzwVELKcrC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tzwVELKcrC .card .panel-body {
  color: #767676;
}
.cid-tzwVELKcrC .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-tzwVELKcrC H4 {
  color: #111111;
}
.cid-tzwVEMydOB {
  padding-top: 0px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-tzwVEMydOB .accordion .card {
  overflow: visible;
}
.cid-tzwVEMydOB .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-tzwVEMydOB .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tzwVEMydOB .panel-text {
  padding: 1rem;
  color: #111111;
}
.cid-tzwVEMydOB .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tzwVEMydOB .card .card-header {
  border-radius: 0px;
  border: 1px solid lightgray;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-tzwVEMydOB .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tzwVEMydOB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tzwVEMydOB .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tzwVEMydOB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tzwVEMydOB .card .panel-body {
  color: #767676;
}
.cid-tzwVEMydOB .panel-collapse {
  border: 1px solid lightgray;
  margin-top: -1px;
}
.cid-tzwVEMydOB H4 {
  color: #111111;
}
.cid-uWpaaBuQU8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fef8f5;
}
.cid-uWpaaBuQU8 H1 {
  color: #000000;
}
.cid-uWpaaBuQU8 .mbr-text,
.cid-uWpaaBuQU8 .mbr-section-btn {
  color: #000000;
}
.cid-uWpaaBuQU8 .mbr-subtitle {
  color: #000000;
}
.cid-uWpaaBuQU8 .mbr-text {
  margin-top: 1.5rem;
}
.cid-uWpaaBuQU8 .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uWp4vV5ykP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp4vV5ykP .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp4vV5ykP .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp4vV5ykP .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp4vV5ykP .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4vV5ykP .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4vV5ykP .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp4vV5ykP .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp4vV5ykP .input-group-btn {
  padding-left: 0;
}
.cid-uWp4vV5ykP .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp4vV5ykP .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp4vV5ykP .mbr-text {
  color: #444;
}
.cid-uWp4vV5ykP h5 {
  margin-bottom: 0;
}
.cid-uWp4vV5ykP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp4vV5ykP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp4vV5ykP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp4vV5ykP .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp4vV5ykP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp4vV5ykP .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp4vV5ykP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp4vV5ykP .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp4vV5ykP .media-container-row > div {
  padding: 0px;
}
.cid-uWp4vV5ykP .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp4vV5ykP .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp4vV5ykP .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp4vV5ykP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp4vV5ykP .social-list,
  .cid-uWp4vV5ykP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp4vV5ykP h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp4vV5ykP .form-group {
    max-width: 180px;
  }
}
.cid-uWp4vV5ykP .links span {
  color: #9e9e9e;
}
.cid-uWp4vV5ykP .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp4vV5ykP .logo-title {
  text-align: center;
}
.cid-tzwVEObBys {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzwVEObBys .mbr-text {
  color: #747474;
}
.cid-tzx8DgeLZv .nav-item:focus,
.cid-tzx8DgeLZv .nav-link:focus {
  outline: none;
}
.cid-tzx8DgeLZv a.nav-link:focus {
  color: #0095ff !important;
}
.cid-tzx8DgeLZv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tzx8DgeLZv .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tzx8DgeLZv .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-tzx8DgeLZv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tzx8DgeLZv .navbar.collapsed {
  flex-direction: row!important;
}
.cid-tzx8DgeLZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzx8DgeLZv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tzx8DgeLZv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tzx8DgeLZv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tzx8DgeLZv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tzx8DgeLZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzx8DgeLZv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tzx8DgeLZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzx8DgeLZv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tzx8DgeLZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzx8DgeLZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-tzx8DgeLZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzx8DgeLZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzx8DgeLZv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tzx8DgeLZv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tzx8DgeLZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzx8DgeLZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzx8DgeLZv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tzx8DgeLZv .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tzx8DgeLZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzx8DgeLZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-tzx8DgeLZv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tzx8DgeLZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tzx8DgeLZv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tzx8DgeLZv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tzx8DgeLZv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tzx8DgeLZv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzx8DgeLZv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tzx8DgeLZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tzx8DgeLZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzx8DgeLZv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tzx8DgeLZv .dropdown-item.active,
.cid-tzx8DgeLZv .dropdown-item:active {
  background-color: transparent;
}
.cid-tzx8DgeLZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzx8DgeLZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzx8DgeLZv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzx8DgeLZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tzx8DgeLZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tzx8DgeLZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzx8DgeLZv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tzx8DgeLZv .navbar-buttons {
  text-align: center;
}
.cid-tzx8DgeLZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzx8DgeLZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tzx8DgeLZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzx8DgeLZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzx8DgeLZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzx8DgeLZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzx8DgeLZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzx8DgeLZv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzx8DgeLZv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzx8DgeLZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzx8DgeLZv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tzx8DgeLZv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tzx8DgeLZv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzx8DgeLZv .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-tzx8DgeLZv .icons-menu span {
  font-size: 20px;
  color: #200960;
}
.cid-tzx8DgeLZv .nav-link:hover,
.cid-tzx8DgeLZv .icons-menu .mbr-iconfont:hover {
  color: #0095ff !important;
}
.cid-tzx8DgeLZv .dropdown-item:hover {
  color: #c19b76 !important;
}
.cid-tzx8DgeLZv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #0095ff;
  transition: width 0.3s ease-in;
}
.cid-tzx8DgeLZv .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-tzx8DgeLZv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tzx8DgeLZv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-tzx8DgeLZv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tzx8DgeLZv .dropdown-menu {
    top: 100%;
  }
  .cid-tzx8DgeLZv .dropdown-item {
    border-bottom: 1px solid #b0b0b0;
    box-shadow: 0px 2px 5px #fcfcfc;
    background: #fcfcfc !important;
  }
  .cid-tzx8DgeLZv .dropdown-item:hover {
    background: #e3e3e3 !important;
  }
  .cid-tzx8DgeLZv .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tzx8DgeLZv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tzx8DgJMlF {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzx8DgJMlF h2 {
  color: #000000;
}
.cid-tzx8DgJMlF h1 {
  color: #000000;
}
.cid-tzx8DgJMlF .mbr-text,
.cid-tzx8DgJMlF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWpad95o3J {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fef8f5;
}
.cid-uWpad95o3J H1 {
  color: #000000;
}
.cid-uWpad95o3J .mbr-text,
.cid-uWpad95o3J .mbr-section-btn {
  color: #000000;
}
.cid-uWpad95o3J .mbr-subtitle {
  color: #000000;
}
.cid-uWpad95o3J .mbr-text {
  margin-top: 1.5rem;
}
.cid-uWpad95o3J .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uWp4AYs0aC {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
.cid-uWp4AYs0aC .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uWp4AYs0aC .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uWp4AYs0aC .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uWp4AYs0aC .btn-primary {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4AYs0aC .btn-primary:hover {
  border: 1px solid #2a8bc5 !important;
}
.cid-uWp4AYs0aC .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uWp4AYs0aC .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uWp4AYs0aC .input-group-btn {
  padding-left: 0;
}
.cid-uWp4AYs0aC .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uWp4AYs0aC .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uWp4AYs0aC .mbr-text {
  color: #444;
}
.cid-uWp4AYs0aC h5 {
  margin-bottom: 0;
}
.cid-uWp4AYs0aC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uWp4AYs0aC .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWp4AYs0aC .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uWp4AYs0aC .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWp4AYs0aC .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uWp4AYs0aC .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uWp4AYs0aC .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWp4AYs0aC .social-list a:hover {
  opacity: 0.4;
}
.cid-uWp4AYs0aC .media-container-row > div {
  padding: 0px;
}
.cid-uWp4AYs0aC .text2 {
  color: #111111;
  text-align: left;
}
.cid-uWp4AYs0aC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uWp4AYs0aC .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uWp4AYs0aC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uWp4AYs0aC .social-list,
  .cid-uWp4AYs0aC .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uWp4AYs0aC h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uWp4AYs0aC .form-group {
    max-width: 180px;
  }
}
.cid-uWp4AYs0aC .links span {
  color: #9e9e9e;
}
.cid-uWp4AYs0aC .logo-sub-title {
  text-align: center;
  color: #286181;
}
.cid-uWp4AYs0aC .logo-title {
  text-align: center;
}
.cid-tzx8Dj3NHr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzx8Dj3NHr .mbr-text {
  color: #747474;
}
