body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Archivo', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #4b9b86 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4b9b86 !important;
  border-color: #4b9b86 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326759 !important;
  border-color: #326759 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326759 !important;
  border-color: #326759 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4b9b86;
  color: #4b9b86;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #4b9b86;
  border-color: #4b9b86;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4b9b86 !important;
  border-color: #4b9b86 !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;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #4b9b86 !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: #333333 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #87c5b5 !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: #82786e;
}
.alert-warning {
  background-color: #4b9b86;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #98cdbf;
}
.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: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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='%23000000' %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-u4Q9WyjYxp .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4Q9WyjYxp .nav-item:focus,
.cid-u4Q9WyjYxp .nav-link:focus {
  outline: none;
}
.cid-u4Q9WyjYxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4Q9WyjYxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4Q9WyjYxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u4Q9WyjYxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4Q9WyjYxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4Q9WyjYxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4Q9WyjYxp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-u4Q9WyjYxp .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-u4Q9WyjYxp .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u4Q9WyjYxp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4Q9WyjYxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4Q9WyjYxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4Q9WyjYxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u4Q9WyjYxp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u4Q9WyjYxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4Q9WyjYxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  rigth: auto;
}
.cid-u4Q9WyjYxp .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-u4Q9WyjYxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4Q9WyjYxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4Q9WyjYxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4Q9WyjYxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4Q9WyjYxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4Q9WyjYxp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u4Q9WyjYxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4Q9WyjYxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4Q9WyjYxp .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-u4Q9WyjYxp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u4Q9WyjYxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4Q9WyjYxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4Q9WyjYxp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u4Q9WyjYxp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u4Q9WyjYxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4Q9WyjYxp .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-u4Q9WyjYxp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u4Q9WyjYxp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u4Q9WyjYxp .navbar-brand {
  -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-u4Q9WyjYxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4Q9WyjYxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4Q9WyjYxp .dropdown-item.active,
.cid-u4Q9WyjYxp .dropdown-item:active {
  background-color: transparent;
}
.cid-u4Q9WyjYxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4Q9WyjYxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4Q9WyjYxp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4Q9WyjYxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u4Q9WyjYxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4Q9WyjYxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4Q9WyjYxp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u4Q9WyjYxp .navbar-buttons {
  text-align: center;
}
.cid-u4Q9WyjYxp 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-u4Q9WyjYxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u4Q9WyjYxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4Q9WyjYxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4Q9WyjYxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4Q9WyjYxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4Q9WyjYxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4Q9WyjYxp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4Q9WyjYxp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4Q9WyjYxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4Q9WyjYxp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-u4Q9WyjYxp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4Q9WyjYxp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4Q9WyjYxp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u4Q9WyjYxp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4Q9WyjYxp .navbar {
    height: 77px;
  }
  .cid-u4Q9WyjYxp .navbar.opened {
    height: auto;
  }
  .cid-u4Q9WyjYxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5p1NIOvJh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5p1NIOvJh H4 {
  color: #ffffff;
}
.cid-u5p1NIOvJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5p1NIOvJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5p1NIOvJh H3 {
  color: #ffffff;
}
.cid-rT67qzoRLl {
  padding-top: 153px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rT67qzoRLl img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-rT67qzoRLl .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #295853;
}
.cid-rT67qzoRLl .card-phone:hover {
  color: #000000;
}
.cid-rT67qzoRLl .mbr-text,
.cid-rT67qzoRLl .mbr-section-btn {
  color: #111111;
  text-align: justify;
}
.cid-rT67qzoRLl .card-title,
.cid-rT67qzoRLl .card-box {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-rT67qzoRLl .img-col {
    margin-bottom: 3rem;
  }
}
.cid-rT67qzoRLl .mbr-section-subtitle {
  color: #4b9b86;
}
.cid-rT67qzoRLl .link-azul {
  color: red !important;
  text-decoration: underline;
}
.cid-u46VL1tWJr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-06-at-11.20.54-pm-275x184.jpg");
}
.cid-u46VL1tWJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46VL1tWJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46VL1tWJr .video-wrapper iframe {
  width: 100%;
}
.cid-u46VL1tWJr .mbr-section-title,
.cid-u46VL1tWJr .mbr-section-subtitle,
.cid-u46VL1tWJr .mbr-text {
  text-align: center;
}
.cid-u4sB34SDIL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-06-at-11.19.55-pm-554x554.jpg");
}
.cid-u4sB34SDIL H4 {
  color: #ffffff;
}
.cid-u4sB34SDIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4sB34SDIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4sB34SDIL H3 {
  color: #000000;
}
.cid-u4sFPpk7Nz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-06-at-11.19.55-pm-554x554.jpg");
}
.cid-u4sFPpk7Nz .image-container {
  padding: 0 24px;
}
@media (max-width: 991px) {
  .cid-u4sFPpk7Nz .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-u4sFPpk7Nz .container-fluid {
    padding: 0 12px;
  }
}
.cid-u4sFPpk7Nz .row {
  flex-direction: row-reverse;
}
.cid-u4sFPpk7Nz img {
  width: 100%;
}
.cid-u4sFPpk7Nz .mbr-description {
  color: #000000;
}
.cid-uFInOALdGF {
  background-color: #ffffff;
}
.cid-uFInOALdGF .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uFInOALdGF .card {
  background: transparent;
}
.cid-uFInOALdGF .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uFInOALdGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFInOALdGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFInOALdGF .mbr-section-title {
  text-align: center;
}
.cid-uFInOALdGF .mbr-text.text1 {
  text-align: justify;
}
.cid-u4gYXLbzWl {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #eceae4;
}
@media (min-width: 1400px) {
  .cid-u4gYXLbzWl .col-12 {
    padding: 0 2rem;
  }
  .cid-u4gYXLbzWl .row {
    margin: 0 -2rem;
  }
}
.cid-u4gYXLbzWl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u4gYXLbzWl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-u4gYXLbzWl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u4gYXLbzWl .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u4gYXLbzWl .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-u4gYXLbzWl .svg-top .st0 {
  fill: #eceae4;
}
@media (max-width: 992px) {
  .cid-u4gYXLbzWl .svg-top {
    width: 1000px;
  }
}
.cid-u4gYXLbzWl .mbr-text {
  color: #000000;
}
.cid-u4gYXLbzWl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQok3akidx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-3-1920x1920.jpg");
}
.cid-uQok3akidx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQok3akidx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQok3akidx .item {
  padding-bottom: 2rem;
}
.cid-uQok3akidx .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uQok3akidx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQok3akidx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uQok3akidx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uQok3akidx .carousel-control,
.cid-uQok3akidx .close {
  background: #1b1b1b;
}
.cid-uQok3akidx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQok3akidx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQok3akidx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQok3akidx .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQok3akidx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQok3akidx .close::before {
  content: '\e91a';
}
.cid-uQok3akidx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQok3akidx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQok3akidx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQok3akidx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQok3akidx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQok3akidx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQok3akidx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQok3akidx .carousel-indicators li.active,
.cid-uQok3akidx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQok3akidx .carousel-indicators li::after,
.cid-uQok3akidx .carousel-indicators li::before {
  content: none;
}
.cid-uQok3akidx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQok3akidx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQok3akidx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQok3akidx .carousel-indicators {
    display: none;
  }
}
.cid-uQok3akidx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQok3akidx .carousel-inner > .active {
  display: block;
}
.cid-uQok3akidx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQok3akidx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQok3akidx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQok3akidx .carousel-control,
  .cid-uQok3akidx .carousel-indicators,
  .cid-uQok3akidx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQok3akidx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQok3akidx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQok3akidx .carousel-indicators .active,
.cid-uQok3akidx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQok3akidx .carousel-indicators .active {
  background: #fff;
}
.cid-uQok3akidx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQok3akidx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQok3akidx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQok3akidx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQok3akidx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQok3akidx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQok3akidx .carousel {
  width: 100%;
}
.cid-uQok3akidx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQok3akidx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQok3akidx .modal.fade .modal-dialog,
.cid-uQok3akidx .modal.in .modal-dialog {
  transform: none;
}
.cid-uQok3akidx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQok3akidx H6 {
  text-align: center;
  color: #ffffff;
}
.cid-uQok3akidx H3 {
  color: #ffffff;
}
.cid-uQok3akidx H4 {
  color: #ffffff;
}
.cid-u45wee2nSx {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-03-06-at-11.30.30-pm-237x183.jpg");
}
.cid-u45wee2nSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u45wee2nSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u45wee2nSx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u45wee2nSx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u45wee2nSx .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-u45wee2nSx .cards-row {
  row-gap: 32px;
}
.cid-u45wee2nSx .card {
  border-radius: 0;
}
.cid-u45wee2nSx .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u45wee2nSx .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-u45wee2nSx .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-u45wee2nSx .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u45wee2nSx .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-u45wee2nSx .card-subtitle {
  color: #24262b;
  text-align: justify;
}
.cid-u45wee2nSx .card-bottom-wrap {
  margin-top: 24px;
}
.cid-u45wee2nSx .card-name {
  color: #24262b;
}
.cid-u45wee2nSx .card-text {
  color: #24262b;
}
.cid-u4gXr3ZhlX {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #999999;
}
@media (min-width: 1400px) {
  .cid-u4gXr3ZhlX .col-12 {
    padding: 0 2rem;
  }
  .cid-u4gXr3ZhlX .row {
    margin: 0 -2rem;
  }
}
.cid-u4gXr3ZhlX .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u4gXr3ZhlX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-u4gXr3ZhlX .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u4gXr3ZhlX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u4gXr3ZhlX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.cid-u4gXr3ZhlX .svg-top .st0 {
  fill: #999999;
}
@media (max-width: 992px) {
  .cid-u4gXr3ZhlX .svg-top {
    width: 1000px;
  }
}
.cid-u4gXr3ZhlX .mbr-text {
  color: #000000;
}
.cid-u4gXr3ZhlX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEACpvWGBM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-gris-luz-radiante-1300x1300.jpg");
}
.cid-uEACpvWGBM .video-wrapper iframe {
  width: 100%;
}
.cid-uEACpvWGBM .mbr-section-title,
.cid-uEACpvWGBM .mbr-section-subtitle,
.cid-uEACpvWGBM .mbr-text {
  text-align: center;
}
.cid-uEACpvWGBM .mbr-section-title {
  color: #000000;
}
.cid-u4sDf1Ztl4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/tramamapas-554x554.jpg");
}
.cid-u4sDf1Ztl4 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u4sDf1Ztl4 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u4sDf1Ztl4 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-u4sDf1Ztl4 .form-group {
  padding-right: 0;
}
.cid-u4sDf1Ztl4 .card {
  padding: 3rem 8rem;
}
.cid-u4sDf1Ztl4 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u4sDf1Ztl4 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u4sDf1Ztl4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u4sDf1Ztl4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u4sDf1Ztl4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u4sDf1Ztl4 .map-placeholder {
  display: none;
}
.cid-u4sDf1Ztl4 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-u4sDf1Ztl4 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-u4sDf1Ztl4 .stripe {
  border-bottom: 1px solid #000000 !important;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-u4sDf1Ztl4 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u4sDf1Ztl4 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #000000 !important;
  width: 85%;
}
.cid-u4sDf1Ztl4 .mbr-text {
  color: #444;
}
.cid-u4sDf1Ztl4 h5 {
  margin-bottom: 0;
}
.cid-u4sDf1Ztl4 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u4sDf1Ztl4 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u4sDf1Ztl4 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-u4sDf1Ztl4 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4sDf1Ztl4 .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-u4sDf1Ztl4 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u4sDf1Ztl4 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u4sDf1Ztl4 .social-list a:hover {
  opacity: 0.4;
}
.cid-u4sDf1Ztl4 .media-container-row > div {
  padding: 0px;
}
.cid-u4sDf1Ztl4 .text2 {
  color: #000000;
  text-align: left;
}
.cid-u4sDf1Ztl4 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u4sDf1Ztl4 .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-u4sDf1Ztl4 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u4sDf1Ztl4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u4sDf1Ztl4 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u4sDf1Ztl4 .form-group {
    max-width: 180px;
  }
  .cid-u4sDf1Ztl4 .card {
    padding: 2rem 1rem;
  }
}
.cid-u4sDf1Ztl4 .links span {
  color: #9e9e9e;
}
.cid-u4sDf1Ztl4 .logo-title,
.cid-u4sDf1Ztl4 .logo-sub-title {
  text-align: center;
}
.cid-u4sDf1Ztl4 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u4sDf1Ztl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4sDf1Ztl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4sDY7dbbb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u4sDY7dbbb .media-container-row .mbr-text {
  color: #000000;
}
