body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4f87fb !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #e4a9be !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #e4a9be !important;
  border-color: #e4a9be !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #d26f92 !important;
  border-color: #d26f92 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d26f92 !important;
  border-color: #d26f92 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4f87fb;
  border-color: #4f87fb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #cc5b83;
  color: #cc5b83;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #e4a9be;
  border-color: #e4a9be;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e4a9be !important;
  border-color: #e4a9be !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4f87fb !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #e4a9be !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #054cdf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc5b83 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e4a9be;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4f87fb;
  border-color: #4f87fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #4f87fb;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4f87fb;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4f87fb;
  border-bottom-color: #4f87fb;
}
.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: #4f87fb !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: #130947 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234f87fb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uOIhD03Ve3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uOIhD03Ve3 nav.navbar {
  position: fixed;
}
.cid-uOIhD03Ve3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOIhD03Ve3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOIhD03Ve3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOIhD03Ve3 .dropdown-item:hover,
.cid-uOIhD03Ve3 .dropdown-item:focus {
  background: #4f87fb !important;
  color: white !important;
}
.cid-uOIhD03Ve3 .dropdown-item:hover span {
  color: white;
}
.cid-uOIhD03Ve3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOIhD03Ve3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOIhD03Ve3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOIhD03Ve3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOIhD03Ve3 .nav-link {
  position: relative;
}
.cid-uOIhD03Ve3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOIhD03Ve3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uOIhD03Ve3 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOIhD03Ve3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOIhD03Ve3 .dropdown-menu,
.cid-uOIhD03Ve3 .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uOIhD03Ve3 .nav-item:focus,
.cid-uOIhD03Ve3 .nav-link:focus {
  outline: none;
}
.cid-uOIhD03Ve3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOIhD03Ve3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOIhD03Ve3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOIhD03Ve3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOIhD03Ve3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOIhD03Ve3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOIhD03Ve3 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOIhD03Ve3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOIhD03Ve3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOIhD03Ve3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uOIhD03Ve3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOIhD03Ve3 .navbar.collapsed {
  justify-content: center;
}
.cid-uOIhD03Ve3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOIhD03Ve3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOIhD03Ve3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOIhD03Ve3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOIhD03Ve3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOIhD03Ve3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOIhD03Ve3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOIhD03Ve3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOIhD03Ve3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOIhD03Ve3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOIhD03Ve3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOIhD03Ve3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOIhD03Ve3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOIhD03Ve3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOIhD03Ve3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOIhD03Ve3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOIhD03Ve3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOIhD03Ve3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uOIhD03Ve3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOIhD03Ve3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOIhD03Ve3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOIhD03Ve3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOIhD03Ve3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOIhD03Ve3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOIhD03Ve3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOIhD03Ve3 .dropdown-item.active,
.cid-uOIhD03Ve3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOIhD03Ve3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOIhD03Ve3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOIhD03Ve3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOIhD03Ve3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uOIhD03Ve3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOIhD03Ve3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOIhD03Ve3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOIhD03Ve3 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uOIhD03Ve3 .navbar-buttons {
  text-align: center;
}
.cid-uOIhD03Ve3 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uOIhD03Ve3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOIhD03Ve3 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uOIhD03Ve3 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uOIhD03Ve3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uOIhD03Ve3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uOIhD03Ve3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOIhD03Ve3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOIhD03Ve3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOIhD03Ve3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOIhD03Ve3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOIhD03Ve3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOIhD03Ve3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOIhD03Ve3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOIhD03Ve3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOIhD03Ve3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOIhD03Ve3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOIhD03Ve3 .navbar {
    height: 70px;
  }
  .cid-uOIhD03Ve3 .navbar.opened {
    height: auto;
  }
  .cid-uOIhD03Ve3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOIhD03Ve3 .navbar-nav {
  margin: 0 auto;
}
.cid-uOIhD03Ve3 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uOIhD03Ve3 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uOIhD03Ve3 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uOIhD03Ve3 .nav-item .nav-link::after {
  color: #130947 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOIhD03Ve3 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uOIhD03Ve3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOIhD03Ve3 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uOIhD03Ve3 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uOIhD03Ve3 .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uOIhD03Ve3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #4f87fb !important;
}
@media (max-width: 991px) {
  .cid-uOIhD03Ve3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOIhD03Ve3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOIhD03Ve3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOIhD03Ve3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOIhD03Ve3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOIhD03Ve3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uOIhD03Ve3 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-rSb6YvkYkh {
  background-image: url("../../../assets/images/skn-horizontales-1.jpg-1920x1080.jpg");
}
.cid-rSb6YvkYkh .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-rSb6YvkYkh .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-rSb6YvkYkh .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-rSb6YvkYkh .mbr-text {
  color: #e4a9be;
}
.cid-rSb6YvkYkh .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-rSb6YvkYkh .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-rSb6YvkYkh .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-rSb6YvkYkh .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 33%;
}
.cid-rSb6YvkYkh .separator .sep-holder .sep-line {
  border-color: #575757 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #575757;
  position: relative;
  top: 1px;
  width: 33%;
}
.cid-rSb6YvkYkh .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-rSb6YvkYkh .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-rSb6YvkYkh .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-rSb6YvkYkh .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-rSb6YvkYkh .separator,
  .cid-rSb6YvkYkh .sep-holder,
  .cid-rSb6YvkYkh .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-rSb6YvkYkh .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-rSb6YvkYkh .mbr-section-title,
.cid-rSb6YvkYkh .separator,
.cid-rSb6YvkYkh .sep-holder {
  color: #000000;
}
.cid-rSb6YvkYkh .mbr-section-subtitle,
.cid-rSb6YvkYkh .mbr-section-title .accent-word {
  color: #575757;
}
.cid-uOIkcoR9Zd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4a9be;
  background: linear-gradient(to bottom, #e4a9be, #575757);
}
.cid-uOIkcoR9Zd .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-uOIkcoR9Zd .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-uOIkcoR9Zd .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-uOIkcoR9Zd .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-uOIkcoR9Zd .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-uOIkcoR9Zd .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-uOIkcoR9Zd .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uOIkcoR9Zd .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-uOIkcoR9Zd .mbr-section-btn.display-4,
.cid-uOIkcoR9Zd .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-uOIkcoR9Zd .separator,
  .cid-uOIkcoR9Zd .sep-holder,
  .cid-uOIkcoR9Zd .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uOIkcoR9Zd .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-uOIkcoR9Zd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOIkcoR9Zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOIkcoR9Zd .mbr-section-title,
.cid-uOIkcoR9Zd .mbr-section-btn {
  color: #000000;
}
.cid-uOIkcoR9Zd .mbr-text,
.cid-uOIkcoR9Zd .mbr-section-btn {
  color: #000000;
}
.cid-uOIkZlIt0f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOIkZlIt0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOIkZlIt0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOIkZlIt0f .row {
  justify-content: space-between;
}
.cid-uOIkZlIt0f .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOIkZlIt0f .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOIkZlIt0f .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOIkZlIt0f .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOIkZlIt0f .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOIkZlIt0f .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uOIkZlIt0f .google-map iframe {
    height: 350px;
  }
}
.cid-uOIkZlIt0f .mbr-label {
  color: #000000;
}
.cid-uOIkZlIt0f .mbr-section-title {
  color: #000000;
}
.cid-uOIkZlIt0f .mbr-desc {
  color: #000000;
}
.cid-uOIkZlIt0f .mbr-text {
  color: #8a8a8a;
}
.cid-rSb6Zd1v4d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSb6Zd1v4d .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rSb6Zd1v4d .photo-split {
  padding: 0;
}
.cid-rSb6Zd1v4d .photo-split img {
  max-height: 800px;
}
.cid-rSb6Zd1v4d .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-rSb6Zd1v4d .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rSb6Zd1v4d .wrap-block {
  padding: 3rem 3rem;
}
.cid-rSb6Zd1v4d .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-rSb6Zd1v4d .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-rSb6Zd1v4d .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-rSb6Zd1v4d .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-rSb6Zd1v4d .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #e4a9be;
  line-height: 28px;
  letter-spacing: 0;
}
.cid-rSb6Zd1v4d .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rSb6Zd1v4d .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-rSb6Zd1v4d .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-rSb6Zd1v4d .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-rSb6Zd1v4d .mbr-list {
  text-align: left;
}
.cid-rSb6Zd1v4d .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-rSb6Zd1v4d .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-rSb6Zd1v4d .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-rSb6Zd1v4d .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSb6Zd1v4d .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-rSb6Zd1v4d .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-rSb6Zd1v4d .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #e4a9be;
}
.cid-rSb6Zd1v4d .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSb6Zd1v4d .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rSb6Zd1v4d .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-rSb6Zd1v4d .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-rSb6Zd1v4d .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-rSb6Zd1v4d .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-rSb6Zd1v4d .mbr-section-title,
  .cid-rSb6Zd1v4d .mbr-section-subtitle,
  .cid-rSb6Zd1v4d .mbr-text {
    text-align: left !important;
  }
  .cid-rSb6Zd1v4d .social-list {
    text-align: center !important;
  }
  .cid-rSb6Zd1v4d .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-rSb6Zd1v4d .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-rSb6Zd1v4d .wrap-block .contents .mbr-section-text {
  color: #575757;
}
.cid-uOImRERwvj {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #e4a9be;
}
.cid-uOImRERwvj img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uOImRERwvj .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uOImRERwvj .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uOImRERwvj .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uOImRERwvj .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uOImRERwvj .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uOImRERwvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOImRERwvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOImRERwvj .mbr-list,
.cid-uOImRERwvj .social-media {
  color: #000000;
}
.cid-uOInL71EQB {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uOInL71EQB .title-text {
  margin-bottom: 70px;
}
.cid-uOInL71EQB .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uOInL71EQB .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uOInL71EQB .title-text .mbr-section-title {
  color: #130947;
}
.cid-uOInL71EQB .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uOInL71EQB .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uOInL71EQB .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #e4a9be;
}
.cid-uOInL71EQB .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uOInL71EQB .p-4 {
  padding: 1rem 0 !important;
}
.cid-uOInL71EQB .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uOInL71EQB .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uOInL71EQB .mbri-arrow-up:before {
  content: '\e960';
}
.cid-uOInL71EQB .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uOInL71EQB .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uOInL71EQB .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-uOInL71EQB .card:last-child {
  border-bottom: none !important;
}
.cid-uOInL71EQB .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uOInL71EQB .card .card-header h4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.cid-uOInL71EQB .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uOInL71EQB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uOInL71EQB .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uOInL71EQB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uOInL71EQB .card .card-header a.panel-title .toggle-icon {
  right: 7px;
  position: absolute;
  top: 36px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uOInL71EQB .card .card-header a.panel-title .toggle-icon:before,
.cid-uOInL71EQB .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uOInL71EQB .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uOInL71EQB .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uOInL71EQB .card .panel-body {
  padding: 14px 20px;
}
.cid-uOInL71EQB .card .panel-body p {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uOInL71EQB .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uOInL71EQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOInL71EQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOInL71EQB .card .panel-body p {
  color: #000000;
}
.cid-rSb70FoJKB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSb70FoJKB .contents {
  margin-bottom: 70px;
}
.cid-rSb70FoJKB .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSb70FoJKB .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-rSb70FoJKB .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-rSb70FoJKB .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-rSb70FoJKB .contents .mbr-section-text {
  margin-top: 20px;
  color: #e4a9be;
  font-weight: 400;
}
.cid-rSb70FoJKB .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-rSb70FoJKB .card {
  margin-bottom: 2rem;
}
.cid-rSb70FoJKB .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #e4a9be;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-rSb70FoJKB .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-rSb70FoJKB .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #e4a9be;
  border-right: 15px solid transparent;
}
.cid-rSb70FoJKB .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-rSb70FoJKB .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rSb70FoJKB .name-wrap {
  display: inline-block;
}
.cid-rSb70FoJKB .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-rSb70FoJKB .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-rSb70FoJKB .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-rSb70FoJKB .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-rSb70FoJKB .mbr-section-title,
.cid-rSb70FoJKB .title div {
  color: #232323;
  text-align: center;
}
.cid-rSb70FoJKB .card-block P {
  color: #000000;
}
.cid-uOIpGR0pHp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOIpGR0pHp .mbr-text,
.cid-uOIpGR0pHp .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-uOIpGR0pHp .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uOIpGR0pHp .mbr-text,
.cid-uOIpGR0pHp .mbr-section-btn,
.cid-uOIpGR0pHp .mbr-section-title {
  color: #ffffff;
}
.cid-uOIpGR0pHp .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uOIpGR0pHp .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-uOIpGR0pHp .mbr-section-title {
  font-weight: 700;
}
.cid-uOIpGR0pHp .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-uOIpGR0pHp .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-uOIpGR0pHp .mbr-section-title,
  .cid-uOIpGR0pHp .mbr-text,
  .cid-uOIpGR0pHp .mbr-section-btn {
    text-align: left;
  }
}
.cid-uOIpGR0pHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOIpGR0pHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOIpGR0pHp .mbr-text,
.cid-uOIpGR0pHp .mbr-section-btn {
  color: #000000;
}
.cid-uOIpGR0pHp .mbr-section-title,
.cid-uOIpGR0pHp .card-img {
  color: #000000;
}
.cid-rSb73ad1zW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-rSb73ad1zW .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSb73ad1zW p {
  margin: 0;
}
.cid-rSb73ad1zW a {
  color: #ffffff;
}
.cid-rSb73ad1zW a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
