body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.1rem;
}
/* ---- 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: 3.44rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ca1f27 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #12351f !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  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,
.btn-secondary.active {
  background-color: #a38d43 !important;
  border-color: #a38d43 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #6d5e2d !important;
  border-color: #6d5e2d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6d5e2d !important;
  border-color: #6d5e2d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ca1f27 !important;
  border-color: #ca1f27 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #88151a !important;
  border-color: #88151a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #88151a !important;
  border-color: #88151a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #12351f !important;
  border-color: #12351f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  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,
.btn-secondary-outline.active {
  background: none;
  border-color: #5b4e25;
  color: #5b4e25;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #a38d43;
  border-color: #a38d43;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a38d43 !important;
  border-color: #a38d43 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #721116;
  color: #721116;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #ca1f27;
  border-color: #ca1f27;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ca1f27 !important;
  border-color: #ca1f27 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #12351f;
  border-color: #12351f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #12351f !important;
  border-color: #12351f !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: #000000 !important;
}
.text-secondary {
  color: #a38d43 !important;
}
.text-success {
  color: #ca1f27 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #12351f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #5b4e25 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #721116 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #12351f;
}
.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: #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: #f5c0c2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.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: #63ca89;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.1rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #000000 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.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: 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: #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: #a38d43 !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='%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;
}
.cid-tyOvbvuvtI .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tyOvbvuvtI .navbar-fixed-top {
  padding-top: 0;
}
.cid-tyOvbvuvtI .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tyOvbvuvtI .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tyOvbvuvtI .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tyOvbvuvtI .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tyOvbvuvtI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tyOvbvuvtI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tyOvbvuvtI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tyOvbvuvtI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tyOvbvuvtI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tyOvbvuvtI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tyOvbvuvtI .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tyOvbvuvtI .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tyOvbvuvtI .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tyOvbvuvtI .dropdown-item,
.cid-tyOvbvuvtI .nav-link,
.cid-tyOvbvuvtI .brand-name {
  font-style: normal;
}
.cid-tyOvbvuvtI .dropdown-item:hover,
.cid-tyOvbvuvtI .nav-link:hover,
.cid-tyOvbvuvtI .brand-name:hover {
  color: #000000 !important;
}
.cid-tyOvbvuvtI .dropdown-menu {
  background-color: #ffffff;
}
.cid-tyOvbvuvtI .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tyOvbvuvtI .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tyOvbvuvtI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tyOvbvuvtI .nav-item {
  position: relative;
}
.cid-tyOvbvuvtI .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tyOvbvuvtI .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tyOvbvuvtI .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tyOvbvuvtI .nav-link {
    line-height: 6.13;
  }
  .cid-tyOvbvuvtI .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tyOvbvuvtI .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tyOvbvuvtI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyOvbvuvtI .content-text {
  margin-bottom: 0;
}
.cid-tyOvbvuvtI .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tyOvbvuvtI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tyOvbvuvtI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tyOvbvuvtI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tyOvbvuvtI .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tyOvbvuvtI .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyOvbvuvtI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tyOvbvuvtI .content-right-side {
  text-align: center;
}
.cid-tyOvbvuvtI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tyOvbvuvtI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tyOvbvuvtI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tyOvbvuvtI .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tyOvbvuvtI .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyOvbvuvtI .info-widget:first-child {
  margin-left: 0;
}
.cid-tyOvbvuvtI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tyOvbvuvtI .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tyOvbvuvtI .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tyOvbvuvtI .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tyOvbvuvtI .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tyOvbvuvtI .navbar {
    display: block;
    padding: 0;
  }
  .cid-tyOvbvuvtI .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tyOvbvuvtI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tyOvbvuvtI .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tyOvbvuvtI .navbar-toggler {
    display: none;
  }
  .cid-tyOvbvuvtI .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tyOvbvuvtI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tyOvbvuvtI .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tyOvbvuvtI .btn-sm {
  padding: 13px 29px;
}
.cid-tyOvbvuvtI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tyOvbvuvtI .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tyOvbvuvtI .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tyOvbvuvtI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tyOvbvuvtI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tyOvbvuvtI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tyOvbvuvtI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tyOvbvuvtI .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tyOvbvuvtI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tyOvbvuvtI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyOvbvuvtI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyOvbvuvtI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tyOvbvuvtI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyOvbvuvtI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyOvbvuvtI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tyOvbvuvtI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyOvbvuvtI .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tyOvbvuvtI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tyOvbvuvtI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tyOvbvuvtI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tyOvbvuvtI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tyOvbvuvtI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tyOvbvuvtI button.navbar-toggler:focus {
  outline: none;
}
.cid-tyOvbvuvtI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tyOvbvuvtI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyOvbvuvtI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyOvbvuvtI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyOvbvuvtI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyOvbvuvtI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyOvbvuvtI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyOvbvuvtI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyOvbvuvtI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyOvbvuvtI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyOvbvuvtI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyOvbvuvtI .collapsed .btn {
  display: flex;
}
.cid-tyOvbvuvtI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tyOvbvuvtI .collapsed .navbar-collapse.collapsing,
.cid-tyOvbvuvtI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tyOvbvuvtI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tyOvbvuvtI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tyOvbvuvtI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tyOvbvuvtI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tyOvbvuvtI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tyOvbvuvtI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tyOvbvuvtI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tyOvbvuvtI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tyOvbvuvtI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tyOvbvuvtI .collapsed button.navbar-toggler {
  display: block;
}
.cid-tyOvbvuvtI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tyOvbvuvtI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tyOvbvuvtI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tyOvbvuvtI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tyOvbvuvtI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tyOvbvuvtI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tyOvbvuvtI .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyOvbvuvtI .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tyOvbvuvtI .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tyOvbvuvtI .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tyOvbvuvtI .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tyOvbvuvtI .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tyOvbvuvtI .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tyOvbvuvtI .navbar-collapse.collapsing,
  .cid-tyOvbvuvtI .navbar-collapse.show {
    display: block !important;
  }
  .cid-tyOvbvuvtI .navbar-collapse.collapsing .navbar-nav,
  .cid-tyOvbvuvtI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tyOvbvuvtI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tyOvbvuvtI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tyOvbvuvtI .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tyOvbvuvtI .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tyOvbvuvtI .navbar-collapse.collapsing .navbar-buttons,
  .cid-tyOvbvuvtI .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tyOvbvuvtI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tyOvbvuvtI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tyOvbvuvtI img {
    height: 3.8rem !important;
  }
  .cid-tyOvbvuvtI .btn {
    display: flex;
  }
  .cid-tyOvbvuvtI button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tyOvbvuvtI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tyOvbvuvtI .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tyOvbvuvtI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tyOvbvuvtI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tyOvbvuvtI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tyOvbvuvtI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tyOvbvuvtI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tyOvbvuvtI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tyOvbvuvtI .navbar-toggler {
  position: relative;
}
.cid-tyOvbvuvtI .dropdown-item.active,
.cid-tyOvbvuvtI .dropdown-item:active {
  color: initial;
}
.cid-tyOvbvuvtI .widget-title {
  color: #83868c;
}
.cid-tyOvbvuvtI .widget-text {
  color: #83868c;
}
.cid-tyOvbvuvtI .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tyOvbvuvtI .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tyOvbvuvtI .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tyOvbvuvtI .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tyOvbvuvtI .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tyOvbvuvtI .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tyOvbvuvtI .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tyOvbvuvtI .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tyOvbvuvtI .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tyOvbvuvtI .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tyOvbvuvtI .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tyOvbvuvtI .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tyOvbvuvtI .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tyOvbvuvtI .menu-content-top,
  .cid-tyOvbvuvtI .menu-bottom {
    padding: 0 15px;
  }
  .cid-tyOvbvuvtI button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tyOwCBF2Q7 {
  padding-top: 180px;
  background-image: url("../../../assets/images/-dd22359-2000x1333.png");
}
.cid-tyOwCBF2Q7 .container {
  margin-bottom: 15%;
}
.cid-tyOwCBF2Q7 .content-container .btn-bgr {
  z-index: 0;
}
.cid-tyOwCBF2Q7 .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #eeeff2;
}
.cid-tyOwCBF2Q7 .box-item {
  width: calc(33.3% - 5rem);
  padding: 2.5rem;
}
.cid-tyOwCBF2Q7 .box-item:first-child {
  background-color: #a38d43;
  margin-top: -200px;
}
.cid-tyOwCBF2Q7 .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-tyOwCBF2Q7 .box-item:last-child {
  background-color: #12351f;
}
.cid-tyOwCBF2Q7 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tyOwCBF2Q7 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tyOwCBF2Q7 .box-list li:last-child {
  border-bottom: none;
}
.cid-tyOwCBF2Q7 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tyOwCBF2Q7 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tyOwCBF2Q7 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tyOwCBF2Q7 .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-tyOwCBF2Q7 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tyOwCBF2Q7 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-tyOwCBF2Q7 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tyOwCBF2Q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyOwCBF2Q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyOwCBF2Q7 .icon-block-top,
.cid-tyOwCBF2Q7 .box-item-title {
  color: #000000;
}
.cid-tyOwCBF2Q7 .box-item-text {
  color: #000000;
}
.cid-tyOwCBF2Q7 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tyOwCBF2Q7 .mbr-text,
.cid-tyOwCBF2Q7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tJLuwtxHsd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1a1a;
}
.cid-tJLuwtxHsd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJLuwtxHsd .mbr-section-title {
  color: #ffffff;
}
.cid-tJLuwtxHsd .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tJLuwtxHsd .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tJLuwtxHsd .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #000000;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tJLuwtxHsd .mbr-section-btn {
  display: flex;
}
.cid-tJLuwtxHsd .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tJLuwtxHsd .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tJLuwtxHsd .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tJLuwtxHsd .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tJLuwtxHsd .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tJLuwtxHsd .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tJLuwtxHsd .video-wrap .icon-wrap .line-video-1,
.cid-tJLuwtxHsd .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tJLuwtxHsd .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tJLuwtxHsd .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tJLuwtxHsd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tJLuwtxHsd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tJLuwtxHsd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tJLuwtxHsd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ca1f27;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tJLuwtxHsd a.close:hover {
  color: #ca1f27;
}
@media (max-width: 991px) {
  .cid-tJLuwtxHsd .separator,
  .cid-tJLuwtxHsd .sep-holder,
  .cid-tJLuwtxHsd .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tJLuwtxHsd .buttons-wrap {
    flex-direction: column;
  }
  .cid-tJLuwtxHsd .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tJLuwtxHsd .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tJLuwtxHsd .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tJLuwtxHsd .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tJLuwtxHsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJLuwtxHsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAySxA9PvP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAySxA9PvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAySxA9PvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAySxA9PvP .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAySxA9PvP .container {
    padding: 0 12px;
  }
}
.cid-uAySxA9PvP .row {
  justify-content: center;
}
.cid-uAySxA9PvP .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
.cid-uAySxA9PvP .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  border-radius: 32px;
  opacity: .85;
}
.cid-uAySxA9PvP .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uAySxA9PvP .image-wrapper img {
    height: 350px;
  }
}
.cid-tAq6UkzCuV {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAq6UkzCuV .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tAq6UkzCuV .contents .mbr-subtitle {
  color: #a38d43;
  margin-bottom: 10px;
}
.cid-tAq6UkzCuV .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tAq6UkzCuV .contents .mbr-text {
  color: #83868c;
}
.cid-tAq6UkzCuV .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #12351f;
  padding: 55px 50px 41px 45px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-tAq6UkzCuV .card-wrapper .card-box .card-title {
  color: #000000;
}
.cid-tAq6UkzCuV .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-tAq6UkzCuV .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-tAq6UkzCuV .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .9s;
}
.cid-tAq6UkzCuV .card-wrapper .card-img .mbr-iconfont {
  font-size: 77px;
  color: #a38d43;
}
.cid-tAq6UkzCuV .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
}
.cid-tAq6UkzCuV .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-tAq6UkzCuV .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #000000;
}
.cid-tAq6UkzCuV .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tAq6UkzCuV .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tAq6UkzCuV .card-wrapper:hover {
  background-color: #a38d43;
  border-color: #a38d43;
}
.cid-tAq6UkzCuV .card-wrapper:hover .card-box .card-title {
  color: #000000;
}
.cid-tAq6UkzCuV .card-wrapper:hover .card-box .mbr-text {
  color: #000000;
}
.cid-tAq6UkzCuV .card-wrapper:hover .card-img {
  transform: rotateY(360deg);
}
.cid-tAq6UkzCuV .card-wrapper:hover .card-img .mbr-iconfont {
  color: #000000;
}
.cid-tAq6UkzCuV .card-wrapper:hover .mbr-link-btn .btn {
  color: #000000;
}
.cid-tAq6UkzCuV .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tAq6UkzCuV .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tAq6UkzCuV .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tAq6UkzCuV .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-tAq6UkzCuV .btn[class*="-outline"]:active,
.cid-tAq6UkzCuV .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-tAq6UkzCuV .card {
    margin-bottom: 15px;
  }
}
.cid-tAq6UkzCuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAq6UkzCuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAq6UkzCuV .contents .mbr-subtitle {
  color: #000000;
}
.cid-tAq6UkzCuV .contents .mbr-section-title {
  color: #000000;
}
.cid-tAqdgShk5W {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAqdgShk5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAqdgShk5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAqdgShk5W .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tAqdgShk5W .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAqdgShk5W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tAqdgShk5W .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tAqdgShk5W .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAqdgShk5W .mbr-text,
.cid-tAqdgShk5W .mbr-section-btn {
  color: #000000;
}
.cid-tAqdgShk5W .mbr-section-title {
  color: #000000;
}
.cid-tAthVsT0fW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/panorama-mirador-2000x682.png");
}
.cid-tAthVsT0fW .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tAthVsT0fW .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tAthVsT0fW .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tAthVsT0fW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tAthVsT0fW .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tAthVsT0fW .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tAthVsT0fW .mbr-section-title,
.cid-tAthVsT0fW .social-list,
.cid-tAthVsT0fW .underline {
  color: #ffffff;
}
.cid-tAtq1Lgs5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAtq1Lgs5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAtq1Lgs5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtq1Lgs5R .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tAtq1Lgs5R .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tAtq1Lgs5R .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tAtq1Lgs5R .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tAtq1Lgs5R .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tAtq1Lgs5R P {
  color: #000000;
}
.cid-tAtpqiw3sc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAtpqiw3sc .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tAtpqiw3sc .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tAtpqiw3sc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tAtpqiw3sc .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-tAtpqiw3sc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tAtpqiw3sc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tAtpqiw3sc .map-placeholder {
  display: none;
}
.cid-tAtpqiw3sc h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tAtu6fARQp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uACOo3vTFr.popup-builder {
  background-color: #ffffff;
}
.cid-uACOo3vTFr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uACOo3vTFr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uACOo3vTFr .modal-content,
.cid-uACOo3vTFr .modal-dialog {
  height: auto;
}
.cid-uACOo3vTFr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uACOo3vTFr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uACOo3vTFr .form-wrapper .mbr-form .form-group,
  .cid-uACOo3vTFr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uACOo3vTFr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uACOo3vTFr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uACOo3vTFr .mbr-text {
  text-align: justify;
}
.cid-uACOo3vTFr .pt-0 {
  padding-top: 0 !important;
}
.cid-uACOo3vTFr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uACOo3vTFr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uACOo3vTFr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uACOo3vTFr .modal-open {
  overflow: hidden;
}
.cid-uACOo3vTFr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uACOo3vTFr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uACOo3vTFr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uACOo3vTFr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uACOo3vTFr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uACOo3vTFr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uACOo3vTFr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uACOo3vTFr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uACOo3vTFr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uACOo3vTFr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uACOo3vTFr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uACOo3vTFr .modal-backdrop.show {
  opacity: .5;
}
.cid-uACOo3vTFr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uACOo3vTFr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uACOo3vTFr .modal-header {
    padding: 1rem;
  }
}
.cid-uACOo3vTFr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uACOo3vTFr .modal-header .close svg {
  fill: #353535;
}
.cid-uACOo3vTFr .modal-header .close:hover {
  opacity: 1;
}
.cid-uACOo3vTFr .modal-header .close:focus {
  outline: none;
}
.cid-uACOo3vTFr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uACOo3vTFr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uACOo3vTFr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uACOo3vTFr .modal-body {
    padding: 1rem;
  }
}
.cid-uACOo3vTFr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uACOo3vTFr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uACOo3vTFr .modal-footer {
    padding: 1rem;
  }
}
.cid-uACOo3vTFr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uACOo3vTFr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uACOo3vTFr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uACOo3vTFr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uACOo3vTFr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uACOo3vTFr .modal-lg,
  .cid-uACOo3vTFr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uACOo3vTFr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uACOo3vTFr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uACOo3vTFr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uACOo3vTFr .form-group {
  margin-bottom: 1rem;
}
.cid-uACOo3vTFr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uACOo3vTFr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uACOo3vTFr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uACOo3vTFr .mbr-section-btn {
  margin: 0;
}
.cid-uACOo3vTFr .mbr-section-btn .btn {
  margin: 0;
}
.cid-tB9bYVaJu4 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tB9bYVaJu4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tB9bYVaJu4 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tB9bYVaJu4 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tB9bYVaJu4 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tB9bYVaJu4 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tB9bYVaJu4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tB9bYVaJu4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tB9bYVaJu4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tB9bYVaJu4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tB9bYVaJu4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tB9bYVaJu4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tB9bYVaJu4 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tB9bYVaJu4 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tB9bYVaJu4 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tB9bYVaJu4 .dropdown-item,
.cid-tB9bYVaJu4 .nav-link,
.cid-tB9bYVaJu4 .brand-name {
  font-style: normal;
}
.cid-tB9bYVaJu4 .dropdown-item:hover,
.cid-tB9bYVaJu4 .nav-link:hover,
.cid-tB9bYVaJu4 .brand-name:hover {
  color: #000000 !important;
}
.cid-tB9bYVaJu4 .dropdown-menu {
  background-color: #ffffff;
}
.cid-tB9bYVaJu4 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tB9bYVaJu4 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tB9bYVaJu4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tB9bYVaJu4 .nav-item {
  position: relative;
}
.cid-tB9bYVaJu4 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tB9bYVaJu4 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tB9bYVaJu4 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tB9bYVaJu4 .nav-link {
    line-height: 6.13;
  }
  .cid-tB9bYVaJu4 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tB9bYVaJu4 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tB9bYVaJu4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB9bYVaJu4 .content-text {
  margin-bottom: 0;
}
.cid-tB9bYVaJu4 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tB9bYVaJu4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tB9bYVaJu4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tB9bYVaJu4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tB9bYVaJu4 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tB9bYVaJu4 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB9bYVaJu4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tB9bYVaJu4 .content-right-side {
  text-align: center;
}
.cid-tB9bYVaJu4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tB9bYVaJu4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tB9bYVaJu4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tB9bYVaJu4 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tB9bYVaJu4 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tB9bYVaJu4 .info-widget:first-child {
  margin-left: 0;
}
.cid-tB9bYVaJu4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tB9bYVaJu4 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tB9bYVaJu4 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tB9bYVaJu4 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tB9bYVaJu4 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tB9bYVaJu4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tB9bYVaJu4 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tB9bYVaJu4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tB9bYVaJu4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tB9bYVaJu4 .navbar-toggler {
    display: none;
  }
  .cid-tB9bYVaJu4 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tB9bYVaJu4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tB9bYVaJu4 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tB9bYVaJu4 .btn-sm {
  padding: 13px 29px;
}
.cid-tB9bYVaJu4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tB9bYVaJu4 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tB9bYVaJu4 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tB9bYVaJu4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tB9bYVaJu4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tB9bYVaJu4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tB9bYVaJu4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tB9bYVaJu4 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tB9bYVaJu4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tB9bYVaJu4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB9bYVaJu4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB9bYVaJu4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tB9bYVaJu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tB9bYVaJu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB9bYVaJu4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tB9bYVaJu4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB9bYVaJu4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tB9bYVaJu4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tB9bYVaJu4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tB9bYVaJu4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tB9bYVaJu4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tB9bYVaJu4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tB9bYVaJu4 button.navbar-toggler:focus {
  outline: none;
}
.cid-tB9bYVaJu4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tB9bYVaJu4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB9bYVaJu4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB9bYVaJu4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB9bYVaJu4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB9bYVaJu4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB9bYVaJu4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB9bYVaJu4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB9bYVaJu4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB9bYVaJu4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB9bYVaJu4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB9bYVaJu4 .collapsed .btn {
  display: flex;
}
.cid-tB9bYVaJu4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tB9bYVaJu4 .collapsed .navbar-collapse.collapsing,
.cid-tB9bYVaJu4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tB9bYVaJu4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tB9bYVaJu4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tB9bYVaJu4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tB9bYVaJu4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tB9bYVaJu4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tB9bYVaJu4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tB9bYVaJu4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tB9bYVaJu4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tB9bYVaJu4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tB9bYVaJu4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tB9bYVaJu4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tB9bYVaJu4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tB9bYVaJu4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tB9bYVaJu4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tB9bYVaJu4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tB9bYVaJu4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tB9bYVaJu4 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tB9bYVaJu4 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tB9bYVaJu4 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tB9bYVaJu4 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tB9bYVaJu4 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tB9bYVaJu4 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tB9bYVaJu4 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tB9bYVaJu4 .navbar-collapse.collapsing,
  .cid-tB9bYVaJu4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tB9bYVaJu4 .navbar-collapse.collapsing .navbar-nav,
  .cid-tB9bYVaJu4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tB9bYVaJu4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tB9bYVaJu4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tB9bYVaJu4 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tB9bYVaJu4 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tB9bYVaJu4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tB9bYVaJu4 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tB9bYVaJu4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tB9bYVaJu4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tB9bYVaJu4 img {
    height: 3.8rem !important;
  }
  .cid-tB9bYVaJu4 .btn {
    display: flex;
  }
  .cid-tB9bYVaJu4 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tB9bYVaJu4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tB9bYVaJu4 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tB9bYVaJu4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tB9bYVaJu4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tB9bYVaJu4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tB9bYVaJu4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tB9bYVaJu4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tB9bYVaJu4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tB9bYVaJu4 .navbar-toggler {
  position: relative;
}
.cid-tB9bYVaJu4 .dropdown-item.active,
.cid-tB9bYVaJu4 .dropdown-item:active {
  color: initial;
}
.cid-tB9bYVaJu4 .widget-title {
  color: #83868c;
}
.cid-tB9bYVaJu4 .widget-text {
  color: #83868c;
}
.cid-tB9bYVaJu4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tB9bYVaJu4 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tB9bYVaJu4 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tB9bYVaJu4 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tB9bYVaJu4 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tB9bYVaJu4 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tB9bYVaJu4 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tB9bYVaJu4 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tB9bYVaJu4 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tB9bYVaJu4 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tB9bYVaJu4 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tB9bYVaJu4 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tB9bYVaJu4 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tB9bYVaJu4 .menu-content-top,
  .cid-tB9bYVaJu4 .menu-bottom {
    padding: 0 15px;
  }
  .cid-tB9bYVaJu4 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tB9bYWamW7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img3-2000x937.png");
  overflow: hidden;
  position: relative;
}
.cid-tB9bYWamW7 .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-tB9bYWamW7 .mbr-section-title {
  color: #ffffff;
}
.cid-tB9bYWamW7 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tB9bYWamW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9bYWamW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9fhidweZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9fhidweZ .row {
  align-items: center;
}
.cid-tB9fhidweZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tB9fhidweZ .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tB9fhidweZ .header-text {
    margin-bottom: 20px;
  }
}
.cid-tB9fhidweZ .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-tB9fhidweZ .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-tB9fhidweZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9fhidweZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9fhidweZ .mbr-text,
.cid-tB9fhidweZ .mbr-section-btn {
  color: #83868c;
}
.cid-tB9hpZLHVt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9hpZLHVt .row {
  position: relative;
}
.cid-tB9hpZLHVt .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 50%, #83868c);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tB9hpZLHVt .row .blur-circle {
    display: none;
  }
}
.cid-tB9hpZLHVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9hpZLHVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9hpZLHVt .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-tB9hpZLHVt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB9hpZLHVt .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tB9hpZLHVt .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffffff;
  z-index: -1;
}
.cid-tB9hpZLHVt .tab-content {
  position: relative;
  z-index: 2;
}
.cid-tB9hpZLHVt .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}
.cid-tB9hpZLHVt .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-tB9hpZLHVt .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tB9hpZLHVt .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-tB9hpZLHVt .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-tB9hpZLHVt .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-tB9hpZLHVt .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-tB9hpZLHVt .mbr-section-title {
  color: #111111;
}
.cid-tB9hpZLHVt .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-tB9hpZLHVt .panel-title-edit,
.cid-tB9hpZLHVt .mbr-iconfont {
  color: #000000;
}
.cid-tB9iLWblJr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9iLWblJr .row {
  position: relative;
}
.cid-tB9iLWblJr .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 50%, #83868c);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tB9iLWblJr .row .blur-circle {
    display: none;
  }
}
.cid-tB9iLWblJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9iLWblJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9iLWblJr .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-tB9iLWblJr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB9iLWblJr .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tB9iLWblJr .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-tB9iLWblJr .tab-content {
  position: relative;
  z-index: 2;
}
.cid-tB9iLWblJr .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #111111;
  border-radius: 0;
}
.cid-tB9iLWblJr .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-tB9iLWblJr .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tB9iLWblJr .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-tB9iLWblJr .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-tB9iLWblJr .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-tB9iLWblJr .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-tB9iLWblJr .mbr-section-title {
  color: #111111;
}
.cid-tB9iLWblJr .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-tB9iLWblJr .panel-title-edit,
.cid-tB9iLWblJr .mbr-iconfont {
  color: #000000;
}
.cid-tB9yx2tOCV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9yx2tOCV .row {
  position: relative;
}
.cid-tB9yx2tOCV .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 50%, #ffffff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tB9yx2tOCV .row .blur-circle {
    display: none;
  }
}
.cid-tB9yx2tOCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9yx2tOCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9yx2tOCV .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-tB9yx2tOCV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB9yx2tOCV .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tB9yx2tOCV .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-tB9yx2tOCV .tab-content {
  position: relative;
  z-index: 2;
}
.cid-tB9yx2tOCV .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #111111;
  border-radius: 0;
}
.cid-tB9yx2tOCV .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-tB9yx2tOCV .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tB9yx2tOCV .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-tB9yx2tOCV .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-tB9yx2tOCV .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-tB9yx2tOCV .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-tB9yx2tOCV .mbr-section-title {
  color: #111111;
}
.cid-tB9yx2tOCV .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-tB9yx2tOCV .panel-title-edit,
.cid-tB9yx2tOCV .mbr-iconfont {
  color: #000000;
}
.cid-tB9BhJK6fC {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tB9BhJK6fC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9BhJK6fC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9BhJK6fC .card:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tB9BhJK6fC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tB9BhJK6fC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB9BhJK6fC .text-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-tB9BhJK6fC .text-wrapper {
    padding: 0;
  }
}
.cid-tB9BhJK6fC .text-wrapper .mbr-text {
  margin-bottom: 17px;
  line-height: 1.45em;
}
.cid-tB9BhJK6fC .mbr-section-title {
  color: #E0BDB6;
}
.cid-tB9BhJK6fC .mbr-text {
  color: #747474;
}
.cid-tB9A0c0Rlw {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tB9A0c0Rlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9A0c0Rlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9A0c0Rlw .title-wrapper {
  padding: 0 2rem;
}
.cid-tB9A0c0Rlw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tB9A0c0Rlw .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tB9A0c0Rlw .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tB9A0c0Rlw .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tB9A0c0Rlw .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tB9A0c0Rlw .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tB9A0c0Rlw .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tB9A0c0Rlw .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tB9A0c0Rlw .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB9A0c0Rlw .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tB9A0c0Rlw .mbr-section-title {
  color: #1c314e;
}
.cid-tB9A0c0Rlw .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tB9A0c0Rlw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tB9A0c0Rlw .mbr-section-title,
.cid-tB9A0c0Rlw .mbr-section-btn {
  text-align: center;
  color: #1b1a1a;
}
.cid-tB9bYXiEaH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tB9bYXiEaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9bYXiEaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9bYXiEaH .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tB9bYXiEaH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB9bYXiEaH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tB9bYXiEaH .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tB9bYXiEaH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB9bYXiEaH .mbr-text,
.cid-tB9bYXiEaH .mbr-section-btn {
  color: #000000;
}
.cid-tB9bYY2DQU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/molcaxac-1080x665.jpg");
}
.cid-tB9bYY2DQU .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tB9bYY2DQU .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tB9bYY2DQU .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tB9bYY2DQU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tB9bYY2DQU .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tB9bYY2DQU .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tB9bYY2DQU .mbr-section-title,
.cid-tB9bYY2DQU .social-list,
.cid-tB9bYY2DQU .underline {
  color: #ffffff;
}
.cid-tB9bYYDpc0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tB9bYYDpc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9bYYDpc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9bYYDpc0 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tB9bYYDpc0 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tB9bYYDpc0 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tB9bYYDpc0 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tB9bYYDpc0 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tB9bYYDpc0 P {
  color: #000000;
}
.cid-tB9bYZsEpF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB9bYZsEpF .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tB9bYZsEpF .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tB9bYZsEpF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tB9bYZsEpF .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-tB9bYZsEpF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tB9bYZsEpF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tB9bYZsEpF .map-placeholder {
  display: none;
}
.cid-tB9bYZsEpF h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tB9bZ0br03 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnzUA4.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnzUA4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnzUA4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnzUA4 .modal-content,
.cid-uAJptnzUA4 .modal-dialog {
  height: auto;
}
.cid-uAJptnzUA4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnzUA4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnzUA4 .form-wrapper .mbr-form .form-group,
  .cid-uAJptnzUA4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnzUA4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnzUA4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnzUA4 .mbr-text {
  text-align: justify;
}
.cid-uAJptnzUA4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnzUA4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnzUA4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnzUA4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnzUA4 .modal-open {
  overflow: hidden;
}
.cid-uAJptnzUA4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnzUA4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnzUA4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnzUA4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnzUA4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnzUA4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnzUA4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnzUA4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnzUA4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnzUA4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnzUA4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnzUA4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnzUA4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnzUA4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzUA4 .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnzUA4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnzUA4 .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnzUA4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnzUA4 .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnzUA4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnzUA4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnzUA4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzUA4 .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnzUA4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnzUA4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzUA4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnzUA4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnzUA4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnzUA4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnzUA4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnzUA4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnzUA4 .modal-lg,
  .cid-uAJptnzUA4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnzUA4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnzUA4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnzUA4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnzUA4 .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnzUA4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnzUA4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnzUA4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnzUA4 .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnzUA4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tB9CdfoFdG .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tB9CdfoFdG .navbar-fixed-top {
  padding-top: 0;
}
.cid-tB9CdfoFdG .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tB9CdfoFdG .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tB9CdfoFdG .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tB9CdfoFdG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tB9CdfoFdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tB9CdfoFdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tB9CdfoFdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tB9CdfoFdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tB9CdfoFdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tB9CdfoFdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tB9CdfoFdG .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tB9CdfoFdG .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tB9CdfoFdG .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tB9CdfoFdG .dropdown-item,
.cid-tB9CdfoFdG .nav-link,
.cid-tB9CdfoFdG .brand-name {
  font-style: normal;
}
.cid-tB9CdfoFdG .dropdown-item:hover,
.cid-tB9CdfoFdG .nav-link:hover,
.cid-tB9CdfoFdG .brand-name:hover {
  color: #000000 !important;
}
.cid-tB9CdfoFdG .dropdown-menu {
  background-color: #ffffff;
}
.cid-tB9CdfoFdG .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tB9CdfoFdG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tB9CdfoFdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tB9CdfoFdG .nav-item {
  position: relative;
}
.cid-tB9CdfoFdG .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tB9CdfoFdG .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tB9CdfoFdG .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tB9CdfoFdG .nav-link {
    line-height: 6.13;
  }
  .cid-tB9CdfoFdG .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tB9CdfoFdG .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tB9CdfoFdG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB9CdfoFdG .content-text {
  margin-bottom: 0;
}
.cid-tB9CdfoFdG .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tB9CdfoFdG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tB9CdfoFdG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tB9CdfoFdG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tB9CdfoFdG .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tB9CdfoFdG .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB9CdfoFdG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tB9CdfoFdG .content-right-side {
  text-align: center;
}
.cid-tB9CdfoFdG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tB9CdfoFdG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tB9CdfoFdG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tB9CdfoFdG .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tB9CdfoFdG .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tB9CdfoFdG .info-widget:first-child {
  margin-left: 0;
}
.cid-tB9CdfoFdG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tB9CdfoFdG .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tB9CdfoFdG .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tB9CdfoFdG .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tB9CdfoFdG .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tB9CdfoFdG .navbar {
    display: block;
    padding: 0;
  }
  .cid-tB9CdfoFdG .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tB9CdfoFdG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tB9CdfoFdG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tB9CdfoFdG .navbar-toggler {
    display: none;
  }
  .cid-tB9CdfoFdG .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tB9CdfoFdG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tB9CdfoFdG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tB9CdfoFdG .btn-sm {
  padding: 13px 29px;
}
.cid-tB9CdfoFdG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tB9CdfoFdG .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tB9CdfoFdG .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tB9CdfoFdG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tB9CdfoFdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tB9CdfoFdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tB9CdfoFdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tB9CdfoFdG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tB9CdfoFdG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tB9CdfoFdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB9CdfoFdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB9CdfoFdG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tB9CdfoFdG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tB9CdfoFdG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB9CdfoFdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tB9CdfoFdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB9CdfoFdG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tB9CdfoFdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tB9CdfoFdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tB9CdfoFdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tB9CdfoFdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tB9CdfoFdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tB9CdfoFdG button.navbar-toggler:focus {
  outline: none;
}
.cid-tB9CdfoFdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tB9CdfoFdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB9CdfoFdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB9CdfoFdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB9CdfoFdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB9CdfoFdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB9CdfoFdG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB9CdfoFdG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB9CdfoFdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB9CdfoFdG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB9CdfoFdG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB9CdfoFdG .collapsed .btn {
  display: flex;
}
.cid-tB9CdfoFdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tB9CdfoFdG .collapsed .navbar-collapse.collapsing,
.cid-tB9CdfoFdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tB9CdfoFdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tB9CdfoFdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tB9CdfoFdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tB9CdfoFdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tB9CdfoFdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tB9CdfoFdG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tB9CdfoFdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tB9CdfoFdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tB9CdfoFdG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tB9CdfoFdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-tB9CdfoFdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tB9CdfoFdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tB9CdfoFdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tB9CdfoFdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tB9CdfoFdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tB9CdfoFdG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tB9CdfoFdG .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tB9CdfoFdG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tB9CdfoFdG .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tB9CdfoFdG .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tB9CdfoFdG .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tB9CdfoFdG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tB9CdfoFdG .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tB9CdfoFdG .navbar-collapse.collapsing,
  .cid-tB9CdfoFdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-tB9CdfoFdG .navbar-collapse.collapsing .navbar-nav,
  .cid-tB9CdfoFdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tB9CdfoFdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tB9CdfoFdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tB9CdfoFdG .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tB9CdfoFdG .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tB9CdfoFdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-tB9CdfoFdG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tB9CdfoFdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tB9CdfoFdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tB9CdfoFdG img {
    height: 3.8rem !important;
  }
  .cid-tB9CdfoFdG .btn {
    display: flex;
  }
  .cid-tB9CdfoFdG button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tB9CdfoFdG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tB9CdfoFdG .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tB9CdfoFdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tB9CdfoFdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tB9CdfoFdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tB9CdfoFdG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tB9CdfoFdG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tB9CdfoFdG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tB9CdfoFdG .navbar-toggler {
  position: relative;
}
.cid-tB9CdfoFdG .dropdown-item.active,
.cid-tB9CdfoFdG .dropdown-item:active {
  color: initial;
}
.cid-tB9CdfoFdG .widget-title {
  color: #83868c;
}
.cid-tB9CdfoFdG .widget-text {
  color: #83868c;
}
.cid-tB9CdfoFdG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tB9CdfoFdG .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tB9CdfoFdG .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tB9CdfoFdG .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tB9CdfoFdG .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tB9CdfoFdG .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tB9CdfoFdG .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tB9CdfoFdG .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tB9CdfoFdG .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tB9CdfoFdG .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tB9CdfoFdG .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tB9CdfoFdG .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tB9CdfoFdG .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tB9CdfoFdG .menu-content-top,
  .cid-tB9CdfoFdG .menu-bottom {
    padding: 0 15px;
  }
  .cid-tB9CdfoFdG button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tB9CdgrZCJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img5-2000x949.png");
  overflow: hidden;
  position: relative;
}
.cid-tB9CdgrZCJ .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-tB9CdgrZCJ .mbr-section-title {
  color: #ffffff;
}
.cid-tB9CdgrZCJ .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tB9CdgrZCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9CdgrZCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9Cdh4LCB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9Cdh4LCB .row {
  align-items: center;
}
.cid-tB9Cdh4LCB .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tB9Cdh4LCB .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tB9Cdh4LCB .header-text {
    margin-bottom: 20px;
  }
}
.cid-tB9Cdh4LCB .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-tB9Cdh4LCB .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-tB9Cdh4LCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9Cdh4LCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9CYJsHH7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9CYJsHH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9CYJsHH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9CYJsHH7 .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tB9CYJsHH7 .card-wrap {
  padding: 20px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tB9CYJsHH7 .card-wrap {
    padding: 20px 20px;
  }
}
.cid-tB9CYJsHH7 .card-wrap .panel-group .card {
  border-bottom: 1px solid #d9dade;
  border-radius: 0;
}
.cid-tB9CYJsHH7 .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 28px 0;
}
@media (max-width: 768px) {
  .cid-tB9CYJsHH7 .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-tB9CYJsHH7 .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tB9CYJsHH7 .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.cid-tB9CYJsHH7 .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tB9CYJsHH7 .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tB9CYJsHH7 .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tB9CYJsHH7 .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d9dade;
  font-size: 24px;
  color: #83868c;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tB9CYJsHH7 .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tB9CYJsHH7 .panel-title-edit {
  color: #83868c;
}
.cid-tB9CYJsHH7 .panel-text {
  color: #000000;
}
.cid-tB9CdlkXvj {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tB9CdlkXvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9CdlkXvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9CdlkXvj .title-wrapper {
  padding: 0 2rem;
}
.cid-tB9CdlkXvj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tB9CdlkXvj .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tB9CdlkXvj .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tB9CdlkXvj .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tB9CdlkXvj .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tB9CdlkXvj .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tB9CdlkXvj .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tB9CdlkXvj .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tB9CdlkXvj .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB9CdlkXvj .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tB9CdlkXvj .mbr-section-title {
  color: #1c314e;
}
.cid-tB9CdlkXvj .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tB9CdlkXvj .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tB9CdlkXvj .mbr-section-title,
.cid-tB9CdlkXvj .mbr-section-btn {
  text-align: center;
  color: #1b1a1a;
}
.cid-tB9CdlWRGt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tB9CdlWRGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9CdlWRGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9CdlWRGt .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tB9CdlWRGt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB9CdlWRGt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tB9CdlWRGt .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tB9CdlWRGt .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB9CdlWRGt .mbr-text,
.cid-tB9CdlWRGt .mbr-section-btn {
  color: #000000;
}
.cid-tB9CdmNeiz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/molcaxac-1080x665.jpg");
}
.cid-tB9CdmNeiz .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tB9CdmNeiz .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tB9CdmNeiz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tB9CdmNeiz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tB9CdmNeiz .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tB9CdmNeiz .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tB9CdmNeiz .mbr-section-title,
.cid-tB9CdmNeiz .social-list,
.cid-tB9CdmNeiz .underline {
  color: #ffffff;
}
.cid-tB9CdnHnQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tB9CdnHnQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9CdnHnQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9CdnHnQU .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tB9CdnHnQU .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tB9CdnHnQU .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tB9CdnHnQU .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tB9CdnHnQU .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tB9CdnHnQU P {
  color: #000000;
}
.cid-tB9CdoJ4EW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB9CdoJ4EW .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tB9CdoJ4EW .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tB9CdoJ4EW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tB9CdoJ4EW .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-tB9CdoJ4EW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tB9CdoJ4EW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tB9CdoJ4EW .map-placeholder {
  display: none;
}
.cid-tB9CdoJ4EW h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tB9CdpAeF3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnzcC7.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnzcC7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnzcC7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnzcC7 .modal-content,
.cid-uAJptnzcC7 .modal-dialog {
  height: auto;
}
.cid-uAJptnzcC7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnzcC7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnzcC7 .form-wrapper .mbr-form .form-group,
  .cid-uAJptnzcC7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnzcC7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnzcC7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnzcC7 .mbr-text {
  text-align: justify;
}
.cid-uAJptnzcC7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnzcC7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnzcC7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnzcC7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnzcC7 .modal-open {
  overflow: hidden;
}
.cid-uAJptnzcC7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnzcC7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnzcC7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnzcC7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnzcC7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnzcC7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnzcC7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnzcC7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnzcC7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnzcC7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnzcC7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnzcC7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnzcC7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnzcC7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzcC7 .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnzcC7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnzcC7 .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnzcC7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnzcC7 .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnzcC7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnzcC7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnzcC7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzcC7 .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnzcC7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnzcC7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzcC7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnzcC7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnzcC7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnzcC7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnzcC7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnzcC7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnzcC7 .modal-lg,
  .cid-uAJptnzcC7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnzcC7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnzcC7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnzcC7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnzcC7 .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnzcC7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnzcC7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnzcC7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnzcC7 .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnzcC7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tB9MlHGGfB .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tB9MlHGGfB .navbar-fixed-top {
  padding-top: 0;
}
.cid-tB9MlHGGfB .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tB9MlHGGfB .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tB9MlHGGfB .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tB9MlHGGfB .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tB9MlHGGfB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tB9MlHGGfB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tB9MlHGGfB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tB9MlHGGfB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tB9MlHGGfB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tB9MlHGGfB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tB9MlHGGfB .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tB9MlHGGfB .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tB9MlHGGfB .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tB9MlHGGfB .dropdown-item,
.cid-tB9MlHGGfB .nav-link,
.cid-tB9MlHGGfB .brand-name {
  font-style: normal;
}
.cid-tB9MlHGGfB .dropdown-item:hover,
.cid-tB9MlHGGfB .nav-link:hover,
.cid-tB9MlHGGfB .brand-name:hover {
  color: #000000 !important;
}
.cid-tB9MlHGGfB .dropdown-menu {
  background-color: #ffffff;
}
.cid-tB9MlHGGfB .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tB9MlHGGfB .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tB9MlHGGfB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tB9MlHGGfB .nav-item {
  position: relative;
}
.cid-tB9MlHGGfB .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tB9MlHGGfB .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tB9MlHGGfB .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tB9MlHGGfB .nav-link {
    line-height: 6.13;
  }
  .cid-tB9MlHGGfB .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tB9MlHGGfB .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tB9MlHGGfB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB9MlHGGfB .content-text {
  margin-bottom: 0;
}
.cid-tB9MlHGGfB .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tB9MlHGGfB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tB9MlHGGfB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tB9MlHGGfB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tB9MlHGGfB .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tB9MlHGGfB .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB9MlHGGfB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tB9MlHGGfB .content-right-side {
  text-align: center;
}
.cid-tB9MlHGGfB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tB9MlHGGfB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tB9MlHGGfB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tB9MlHGGfB .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tB9MlHGGfB .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tB9MlHGGfB .info-widget:first-child {
  margin-left: 0;
}
.cid-tB9MlHGGfB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tB9MlHGGfB .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tB9MlHGGfB .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tB9MlHGGfB .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tB9MlHGGfB .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tB9MlHGGfB .navbar {
    display: block;
    padding: 0;
  }
  .cid-tB9MlHGGfB .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tB9MlHGGfB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tB9MlHGGfB .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tB9MlHGGfB .navbar-toggler {
    display: none;
  }
  .cid-tB9MlHGGfB .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tB9MlHGGfB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tB9MlHGGfB .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tB9MlHGGfB .btn-sm {
  padding: 13px 29px;
}
.cid-tB9MlHGGfB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tB9MlHGGfB .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tB9MlHGGfB .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tB9MlHGGfB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tB9MlHGGfB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tB9MlHGGfB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tB9MlHGGfB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tB9MlHGGfB .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tB9MlHGGfB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tB9MlHGGfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB9MlHGGfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB9MlHGGfB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tB9MlHGGfB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tB9MlHGGfB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB9MlHGGfB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tB9MlHGGfB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB9MlHGGfB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tB9MlHGGfB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tB9MlHGGfB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tB9MlHGGfB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tB9MlHGGfB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tB9MlHGGfB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tB9MlHGGfB button.navbar-toggler:focus {
  outline: none;
}
.cid-tB9MlHGGfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tB9MlHGGfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB9MlHGGfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB9MlHGGfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB9MlHGGfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB9MlHGGfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB9MlHGGfB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB9MlHGGfB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB9MlHGGfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB9MlHGGfB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB9MlHGGfB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB9MlHGGfB .collapsed .btn {
  display: flex;
}
.cid-tB9MlHGGfB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tB9MlHGGfB .collapsed .navbar-collapse.collapsing,
.cid-tB9MlHGGfB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tB9MlHGGfB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tB9MlHGGfB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tB9MlHGGfB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tB9MlHGGfB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tB9MlHGGfB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tB9MlHGGfB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tB9MlHGGfB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tB9MlHGGfB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tB9MlHGGfB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tB9MlHGGfB .collapsed button.navbar-toggler {
  display: block;
}
.cid-tB9MlHGGfB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tB9MlHGGfB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tB9MlHGGfB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tB9MlHGGfB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tB9MlHGGfB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tB9MlHGGfB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tB9MlHGGfB .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tB9MlHGGfB .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tB9MlHGGfB .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tB9MlHGGfB .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tB9MlHGGfB .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tB9MlHGGfB .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tB9MlHGGfB .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tB9MlHGGfB .navbar-collapse.collapsing,
  .cid-tB9MlHGGfB .navbar-collapse.show {
    display: block !important;
  }
  .cid-tB9MlHGGfB .navbar-collapse.collapsing .navbar-nav,
  .cid-tB9MlHGGfB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tB9MlHGGfB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tB9MlHGGfB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tB9MlHGGfB .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tB9MlHGGfB .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tB9MlHGGfB .navbar-collapse.collapsing .navbar-buttons,
  .cid-tB9MlHGGfB .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tB9MlHGGfB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tB9MlHGGfB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tB9MlHGGfB img {
    height: 3.8rem !important;
  }
  .cid-tB9MlHGGfB .btn {
    display: flex;
  }
  .cid-tB9MlHGGfB button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tB9MlHGGfB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tB9MlHGGfB .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tB9MlHGGfB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tB9MlHGGfB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tB9MlHGGfB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tB9MlHGGfB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tB9MlHGGfB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tB9MlHGGfB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tB9MlHGGfB .navbar-toggler {
  position: relative;
}
.cid-tB9MlHGGfB .dropdown-item.active,
.cid-tB9MlHGGfB .dropdown-item:active {
  color: initial;
}
.cid-tB9MlHGGfB .widget-title {
  color: #83868c;
}
.cid-tB9MlHGGfB .widget-text {
  color: #83868c;
}
.cid-tB9MlHGGfB .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tB9MlHGGfB .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tB9MlHGGfB .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tB9MlHGGfB .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tB9MlHGGfB .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tB9MlHGGfB .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tB9MlHGGfB .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tB9MlHGGfB .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tB9MlHGGfB .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tB9MlHGGfB .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tB9MlHGGfB .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tB9MlHGGfB .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tB9MlHGGfB .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tB9MlHGGfB .menu-content-top,
  .cid-tB9MlHGGfB .menu-bottom {
    padding: 0 15px;
  }
  .cid-tB9MlHGGfB button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tB9MlINHYI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img3-2000x937.png");
  overflow: hidden;
  position: relative;
}
.cid-tB9MlINHYI .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-tB9MlINHYI .mbr-section-title {
  color: #ffffff;
}
.cid-tB9MlINHYI .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tB9MlINHYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9MlINHYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9MlJUNZW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9MlJUNZW .row {
  align-items: center;
}
.cid-tB9MlJUNZW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tB9MlJUNZW .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tB9MlJUNZW .header-text {
    margin-bottom: 20px;
  }
}
.cid-tB9MlJUNZW .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-tB9MlJUNZW .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-tB9MlJUNZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9MlJUNZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9MlKYc5f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9MlKYc5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9MlKYc5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9MlKYc5f .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tB9MlKYc5f .card-wrap {
  padding: 20px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tB9MlKYc5f .card-wrap {
    padding: 20px 20px;
  }
}
.cid-tB9MlKYc5f .card-wrap .panel-group .card {
  border-bottom: 1px solid #d9dade;
  border-radius: 0;
}
.cid-tB9MlKYc5f .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 28px 0;
}
@media (max-width: 768px) {
  .cid-tB9MlKYc5f .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-tB9MlKYc5f .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tB9MlKYc5f .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.cid-tB9MlKYc5f .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tB9MlKYc5f .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tB9MlKYc5f .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tB9MlKYc5f .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d9dade;
  font-size: 24px;
  color: #eff2f7;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tB9MlKYc5f .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tB9MlKYc5f .panel-title-edit {
  color: #83868c;
}
.cid-tB9MlKYc5f .panel-text {
  color: #000000;
}
.cid-tB9MlM6IMl {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tB9MlM6IMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9MlM6IMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9MlM6IMl .title-wrapper {
  padding: 0 2rem;
}
.cid-tB9MlM6IMl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tB9MlM6IMl .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tB9MlM6IMl .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tB9MlM6IMl .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tB9MlM6IMl .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tB9MlM6IMl .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tB9MlM6IMl .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tB9MlM6IMl .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tB9MlM6IMl .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB9MlM6IMl .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tB9MlM6IMl .mbr-section-title {
  color: #1c314e;
}
.cid-tB9MlM6IMl .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tB9MlM6IMl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tB9MlM6IMl .mbr-section-title,
.cid-tB9MlM6IMl .mbr-section-btn {
  text-align: center;
  color: #1b1a1a;
}
.cid-tB9MlN9WaE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tB9MlN9WaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9MlN9WaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9MlN9WaE .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tB9MlN9WaE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB9MlN9WaE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tB9MlN9WaE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tB9MlN9WaE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB9MlN9WaE .mbr-text,
.cid-tB9MlN9WaE .mbr-section-btn {
  color: #000000;
}
.cid-tB9MlO3zVz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/molcaxac-1080x665.jpg");
}
.cid-tB9MlO3zVz .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tB9MlO3zVz .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tB9MlO3zVz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tB9MlO3zVz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tB9MlO3zVz .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tB9MlO3zVz .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tB9MlO3zVz .mbr-section-title,
.cid-tB9MlO3zVz .social-list,
.cid-tB9MlO3zVz .underline {
  color: #ffffff;
}
.cid-tB9MlP7DLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tB9MlP7DLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9MlP7DLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9MlP7DLh .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tB9MlP7DLh .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tB9MlP7DLh .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tB9MlP7DLh .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tB9MlP7DLh .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tB9MlP7DLh P {
  color: #000000;
}
.cid-tB9MlQBfln {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB9MlQBfln .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tB9MlQBfln .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tB9MlQBfln .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tB9MlQBfln .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-tB9MlQBfln .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tB9MlQBfln .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tB9MlQBfln .map-placeholder {
  display: none;
}
.cid-tB9MlQBfln h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tB9MlRRCau {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnztAn.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnztAn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnztAn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnztAn .modal-content,
.cid-uAJptnztAn .modal-dialog {
  height: auto;
}
.cid-uAJptnztAn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnztAn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnztAn .form-wrapper .mbr-form .form-group,
  .cid-uAJptnztAn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnztAn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnztAn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnztAn .mbr-text {
  text-align: justify;
}
.cid-uAJptnztAn .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnztAn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnztAn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnztAn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnztAn .modal-open {
  overflow: hidden;
}
.cid-uAJptnztAn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnztAn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnztAn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnztAn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnztAn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnztAn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnztAn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnztAn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnztAn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnztAn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnztAn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnztAn .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnztAn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnztAn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnztAn .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnztAn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnztAn .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnztAn .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnztAn .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnztAn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnztAn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnztAn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnztAn .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnztAn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnztAn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnztAn .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnztAn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnztAn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnztAn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnztAn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnztAn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnztAn .modal-lg,
  .cid-uAJptnztAn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnztAn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnztAn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnztAn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnztAn .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnztAn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnztAn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnztAn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnztAn .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnztAn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tB9PO9uWej .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tB9PO9uWej .navbar-fixed-top {
  padding-top: 0;
}
.cid-tB9PO9uWej .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tB9PO9uWej .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tB9PO9uWej .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tB9PO9uWej .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tB9PO9uWej .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tB9PO9uWej .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tB9PO9uWej .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tB9PO9uWej .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tB9PO9uWej .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tB9PO9uWej .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tB9PO9uWej .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tB9PO9uWej .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tB9PO9uWej .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tB9PO9uWej .dropdown-item,
.cid-tB9PO9uWej .nav-link,
.cid-tB9PO9uWej .brand-name {
  font-style: normal;
}
.cid-tB9PO9uWej .dropdown-item:hover,
.cid-tB9PO9uWej .nav-link:hover,
.cid-tB9PO9uWej .brand-name:hover {
  color: #000000 !important;
}
.cid-tB9PO9uWej .dropdown-menu {
  background-color: #ffffff;
}
.cid-tB9PO9uWej .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tB9PO9uWej .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tB9PO9uWej .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tB9PO9uWej .nav-item {
  position: relative;
}
.cid-tB9PO9uWej .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tB9PO9uWej .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tB9PO9uWej .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tB9PO9uWej .nav-link {
    line-height: 6.13;
  }
  .cid-tB9PO9uWej .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tB9PO9uWej .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tB9PO9uWej .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB9PO9uWej .content-text {
  margin-bottom: 0;
}
.cid-tB9PO9uWej .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tB9PO9uWej .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tB9PO9uWej .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tB9PO9uWej .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tB9PO9uWej .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tB9PO9uWej .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB9PO9uWej .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tB9PO9uWej .content-right-side {
  text-align: center;
}
.cid-tB9PO9uWej .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tB9PO9uWej .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tB9PO9uWej .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tB9PO9uWej .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tB9PO9uWej .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tB9PO9uWej .info-widget:first-child {
  margin-left: 0;
}
.cid-tB9PO9uWej .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tB9PO9uWej .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tB9PO9uWej .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tB9PO9uWej .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tB9PO9uWej .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tB9PO9uWej .navbar {
    display: block;
    padding: 0;
  }
  .cid-tB9PO9uWej .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tB9PO9uWej .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tB9PO9uWej .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tB9PO9uWej .navbar-toggler {
    display: none;
  }
  .cid-tB9PO9uWej .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tB9PO9uWej .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tB9PO9uWej .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tB9PO9uWej .btn-sm {
  padding: 13px 29px;
}
.cid-tB9PO9uWej .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tB9PO9uWej .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tB9PO9uWej .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tB9PO9uWej .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tB9PO9uWej .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tB9PO9uWej .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tB9PO9uWej .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tB9PO9uWej .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tB9PO9uWej .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tB9PO9uWej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB9PO9uWej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB9PO9uWej .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tB9PO9uWej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tB9PO9uWej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB9PO9uWej .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tB9PO9uWej .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB9PO9uWej .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tB9PO9uWej .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tB9PO9uWej .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tB9PO9uWej .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tB9PO9uWej .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tB9PO9uWej button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tB9PO9uWej button.navbar-toggler:focus {
  outline: none;
}
.cid-tB9PO9uWej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tB9PO9uWej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB9PO9uWej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB9PO9uWej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB9PO9uWej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB9PO9uWej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB9PO9uWej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB9PO9uWej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB9PO9uWej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB9PO9uWej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB9PO9uWej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB9PO9uWej .collapsed .btn {
  display: flex;
}
.cid-tB9PO9uWej .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tB9PO9uWej .collapsed .navbar-collapse.collapsing,
.cid-tB9PO9uWej .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tB9PO9uWej .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tB9PO9uWej .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tB9PO9uWej .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tB9PO9uWej .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tB9PO9uWej .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tB9PO9uWej .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tB9PO9uWej .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tB9PO9uWej .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tB9PO9uWej .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tB9PO9uWej .collapsed button.navbar-toggler {
  display: block;
}
.cid-tB9PO9uWej .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tB9PO9uWej .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tB9PO9uWej .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tB9PO9uWej .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tB9PO9uWej .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tB9PO9uWej .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tB9PO9uWej .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tB9PO9uWej .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tB9PO9uWej .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tB9PO9uWej .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tB9PO9uWej .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tB9PO9uWej .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tB9PO9uWej .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tB9PO9uWej .navbar-collapse.collapsing,
  .cid-tB9PO9uWej .navbar-collapse.show {
    display: block !important;
  }
  .cid-tB9PO9uWej .navbar-collapse.collapsing .navbar-nav,
  .cid-tB9PO9uWej .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tB9PO9uWej .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tB9PO9uWej .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tB9PO9uWej .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tB9PO9uWej .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tB9PO9uWej .navbar-collapse.collapsing .navbar-buttons,
  .cid-tB9PO9uWej .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tB9PO9uWej .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tB9PO9uWej .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tB9PO9uWej img {
    height: 3.8rem !important;
  }
  .cid-tB9PO9uWej .btn {
    display: flex;
  }
  .cid-tB9PO9uWej button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tB9PO9uWej .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tB9PO9uWej .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tB9PO9uWej .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tB9PO9uWej .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tB9PO9uWej .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tB9PO9uWej .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tB9PO9uWej .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tB9PO9uWej .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tB9PO9uWej .navbar-toggler {
  position: relative;
}
.cid-tB9PO9uWej .dropdown-item.active,
.cid-tB9PO9uWej .dropdown-item:active {
  color: initial;
}
.cid-tB9PO9uWej .widget-title {
  color: #83868c;
}
.cid-tB9PO9uWej .widget-text {
  color: #83868c;
}
.cid-tB9PO9uWej .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tB9PO9uWej .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tB9PO9uWej .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tB9PO9uWej .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tB9PO9uWej .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tB9PO9uWej .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tB9PO9uWej .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tB9PO9uWej .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tB9PO9uWej .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tB9PO9uWej .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tB9PO9uWej .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tB9PO9uWej .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tB9PO9uWej .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tB9PO9uWej .menu-content-top,
  .cid-tB9PO9uWej .menu-bottom {
    padding: 0 15px;
  }
  .cid-tB9PO9uWej button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tB9POawYY6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img2-2000x1333.png");
  overflow: hidden;
  position: relative;
}
.cid-tB9POawYY6 .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-tB9POawYY6 .mbr-section-title {
  color: #ffffff;
}
.cid-tB9POawYY6 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tB9POawYY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9POawYY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9PObsqAc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9PObsqAc .row {
  align-items: center;
}
.cid-tB9PObsqAc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tB9PObsqAc .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tB9PObsqAc .header-text {
    margin-bottom: 20px;
  }
}
.cid-tB9PObsqAc .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-tB9PObsqAc .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-tB9PObsqAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9PObsqAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9POcjHz6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9POcjHz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9POcjHz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9POcjHz6 .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tB9POcjHz6 .card-wrap {
  padding: 20px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tB9POcjHz6 .card-wrap {
    padding: 20px 20px;
  }
}
.cid-tB9POcjHz6 .card-wrap .panel-group .card {
  border-bottom: 1px solid #d9dade;
  border-radius: 0;
}
.cid-tB9POcjHz6 .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 28px 0;
}
@media (max-width: 768px) {
  .cid-tB9POcjHz6 .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-tB9POcjHz6 .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tB9POcjHz6 .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.cid-tB9POcjHz6 .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tB9POcjHz6 .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tB9POcjHz6 .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tB9POcjHz6 .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d9dade;
  font-size: 24px;
  color: #eff2f7;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tB9POcjHz6 .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tB9POcjHz6 .panel-title-edit {
  color: #83868c;
}
.cid-tB9POcjHz6 .panel-text {
  color: #000000;
}
.cid-tB9POdvS4I {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tB9POdvS4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9POdvS4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9POdvS4I .title-wrapper {
  padding: 0 2rem;
}
.cid-tB9POdvS4I .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tB9POdvS4I .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tB9POdvS4I .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tB9POdvS4I .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tB9POdvS4I .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tB9POdvS4I .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tB9POdvS4I .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tB9POdvS4I .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tB9POdvS4I .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB9POdvS4I .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tB9POdvS4I .mbr-section-title {
  color: #1c314e;
}
.cid-tB9POdvS4I .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tB9POdvS4I .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tB9POdvS4I .mbr-section-title,
.cid-tB9POdvS4I .mbr-section-btn {
  text-align: center;
  color: #1b1a1a;
}
.cid-tB9POeEmpN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tB9POeEmpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9POeEmpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9POeEmpN .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tB9POeEmpN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB9POeEmpN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tB9POeEmpN .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tB9POeEmpN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB9POeEmpN .mbr-text,
.cid-tB9POeEmpN .mbr-section-btn {
  color: #000000;
}
.cid-tB9POfv3tg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/molcaxac-1080x665.jpg");
}
.cid-tB9POfv3tg .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tB9POfv3tg .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tB9POfv3tg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tB9POfv3tg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tB9POfv3tg .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tB9POfv3tg .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tB9POfv3tg .mbr-section-title,
.cid-tB9POfv3tg .social-list,
.cid-tB9POfv3tg .underline {
  color: #ffffff;
}
.cid-tB9POgq8v6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tB9POgq8v6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9POgq8v6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9POgq8v6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tB9POgq8v6 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tB9POgq8v6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tB9POgq8v6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tB9POgq8v6 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tB9POgq8v6 P {
  color: #000000;
}
.cid-tB9POhktA1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB9POhktA1 .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tB9POhktA1 .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tB9POhktA1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tB9POhktA1 .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-tB9POhktA1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tB9POhktA1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tB9POhktA1 .map-placeholder {
  display: none;
}
.cid-tB9POhktA1 h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tB9POieaHn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnzB6a.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnzB6a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnzB6a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnzB6a .modal-content,
.cid-uAJptnzB6a .modal-dialog {
  height: auto;
}
.cid-uAJptnzB6a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnzB6a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnzB6a .form-wrapper .mbr-form .form-group,
  .cid-uAJptnzB6a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnzB6a .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnzB6a .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnzB6a .mbr-text {
  text-align: justify;
}
.cid-uAJptnzB6a .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnzB6a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnzB6a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnzB6a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnzB6a .modal-open {
  overflow: hidden;
}
.cid-uAJptnzB6a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnzB6a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnzB6a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnzB6a .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnzB6a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnzB6a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnzB6a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnzB6a .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnzB6a .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnzB6a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnzB6a .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnzB6a .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnzB6a .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnzB6a .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzB6a .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnzB6a .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnzB6a .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnzB6a .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnzB6a .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnzB6a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnzB6a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnzB6a .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzB6a .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnzB6a .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnzB6a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzB6a .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnzB6a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnzB6a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnzB6a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnzB6a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnzB6a .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnzB6a .modal-lg,
  .cid-uAJptnzB6a .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnzB6a .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnzB6a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnzB6a .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnzB6a .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnzB6a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnzB6a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnzB6a .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnzB6a .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnzB6a .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBegsxcdXn .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tBegsxcdXn .navbar-fixed-top {
  padding-top: 0;
}
.cid-tBegsxcdXn .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tBegsxcdXn .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tBegsxcdXn .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tBegsxcdXn .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tBegsxcdXn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBegsxcdXn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tBegsxcdXn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tBegsxcdXn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBegsxcdXn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBegsxcdXn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBegsxcdXn .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tBegsxcdXn .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tBegsxcdXn .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tBegsxcdXn .dropdown-item,
.cid-tBegsxcdXn .nav-link,
.cid-tBegsxcdXn .brand-name {
  font-style: normal;
}
.cid-tBegsxcdXn .dropdown-item:hover,
.cid-tBegsxcdXn .nav-link:hover,
.cid-tBegsxcdXn .brand-name:hover {
  color: #000000 !important;
}
.cid-tBegsxcdXn .dropdown-menu {
  background-color: #ffffff;
}
.cid-tBegsxcdXn .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tBegsxcdXn .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tBegsxcdXn .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBegsxcdXn .nav-item {
  position: relative;
}
.cid-tBegsxcdXn .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tBegsxcdXn .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tBegsxcdXn .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tBegsxcdXn .nav-link {
    line-height: 6.13;
  }
  .cid-tBegsxcdXn .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tBegsxcdXn .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tBegsxcdXn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBegsxcdXn .content-text {
  margin-bottom: 0;
}
.cid-tBegsxcdXn .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tBegsxcdXn .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tBegsxcdXn .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tBegsxcdXn .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tBegsxcdXn .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tBegsxcdXn .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBegsxcdXn .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tBegsxcdXn .content-right-side {
  text-align: center;
}
.cid-tBegsxcdXn .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tBegsxcdXn .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tBegsxcdXn .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tBegsxcdXn .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tBegsxcdXn .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBegsxcdXn .info-widget:first-child {
  margin-left: 0;
}
.cid-tBegsxcdXn .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tBegsxcdXn .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tBegsxcdXn .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tBegsxcdXn .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tBegsxcdXn .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tBegsxcdXn .navbar {
    display: block;
    padding: 0;
  }
  .cid-tBegsxcdXn .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tBegsxcdXn .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tBegsxcdXn .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tBegsxcdXn .navbar-toggler {
    display: none;
  }
  .cid-tBegsxcdXn .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tBegsxcdXn .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tBegsxcdXn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tBegsxcdXn .btn-sm {
  padding: 13px 29px;
}
.cid-tBegsxcdXn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tBegsxcdXn .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tBegsxcdXn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tBegsxcdXn .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tBegsxcdXn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBegsxcdXn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tBegsxcdXn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBegsxcdXn .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tBegsxcdXn .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBegsxcdXn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBegsxcdXn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBegsxcdXn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBegsxcdXn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBegsxcdXn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBegsxcdXn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBegsxcdXn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBegsxcdXn .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tBegsxcdXn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tBegsxcdXn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBegsxcdXn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBegsxcdXn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBegsxcdXn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tBegsxcdXn button.navbar-toggler:focus {
  outline: none;
}
.cid-tBegsxcdXn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tBegsxcdXn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBegsxcdXn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBegsxcdXn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBegsxcdXn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBegsxcdXn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBegsxcdXn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBegsxcdXn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBegsxcdXn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBegsxcdXn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBegsxcdXn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBegsxcdXn .collapsed .btn {
  display: flex;
}
.cid-tBegsxcdXn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBegsxcdXn .collapsed .navbar-collapse.collapsing,
.cid-tBegsxcdXn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBegsxcdXn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBegsxcdXn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBegsxcdXn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBegsxcdXn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBegsxcdXn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBegsxcdXn .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tBegsxcdXn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBegsxcdXn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tBegsxcdXn .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBegsxcdXn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBegsxcdXn .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tBegsxcdXn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tBegsxcdXn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tBegsxcdXn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBegsxcdXn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBegsxcdXn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tBegsxcdXn .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBegsxcdXn .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tBegsxcdXn .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tBegsxcdXn .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tBegsxcdXn .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tBegsxcdXn .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tBegsxcdXn .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tBegsxcdXn .navbar-collapse.collapsing,
  .cid-tBegsxcdXn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBegsxcdXn .navbar-collapse.collapsing .navbar-nav,
  .cid-tBegsxcdXn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBegsxcdXn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBegsxcdXn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBegsxcdXn .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tBegsxcdXn .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tBegsxcdXn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBegsxcdXn .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tBegsxcdXn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBegsxcdXn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBegsxcdXn img {
    height: 3.8rem !important;
  }
  .cid-tBegsxcdXn .btn {
    display: flex;
  }
  .cid-tBegsxcdXn button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tBegsxcdXn .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tBegsxcdXn .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tBegsxcdXn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tBegsxcdXn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBegsxcdXn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBegsxcdXn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tBegsxcdXn .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tBegsxcdXn .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tBegsxcdXn .navbar-toggler {
  position: relative;
}
.cid-tBegsxcdXn .dropdown-item.active,
.cid-tBegsxcdXn .dropdown-item:active {
  color: initial;
}
.cid-tBegsxcdXn .widget-title {
  color: #83868c;
}
.cid-tBegsxcdXn .widget-text {
  color: #83868c;
}
.cid-tBegsxcdXn .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tBegsxcdXn .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tBegsxcdXn .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tBegsxcdXn .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tBegsxcdXn .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tBegsxcdXn .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tBegsxcdXn .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tBegsxcdXn .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tBegsxcdXn .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tBegsxcdXn .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tBegsxcdXn .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tBegsxcdXn .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tBegsxcdXn .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tBegsxcdXn .menu-content-top,
  .cid-tBegsxcdXn .menu-bottom {
    padding: 0 15px;
  }
  .cid-tBegsxcdXn button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tBegsy3IOa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/parque-huehuetlan-el-chivo-2-2000x1333.png");
  overflow: hidden;
  position: relative;
}
.cid-tBegsy3IOa .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-tBegsy3IOa .mbr-section-title {
  color: #ffffff;
}
.cid-tBegsy3IOa .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tBegsy3IOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBegsy3IOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeikMxTns {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBeikMxTns .line {
  background-color: #dcdfe2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBklwfyz7a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBklwfyz7a .container {
    max-width: 1400px;
  }
}
.cid-tBklwfyz7a .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBklwfyz7a .card-wrapper {
  margin-top: 3rem;
}
.cid-tBklwfyz7a .row {
  justify-content: center;
}
.cid-tBeihgyNoL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBeihgyNoL .container {
    max-width: 1400px;
  }
}
.cid-tBeihgyNoL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBeihgyNoL .card-wrapper {
  margin-top: 3rem;
}
.cid-tBeihgyNoL .row {
  justify-content: center;
}
.cid-tBeihR0Yy8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBeihR0Yy8 .container {
    max-width: 1400px;
  }
}
.cid-tBeihR0Yy8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #22944c;
  margin-bottom: 2rem;
}
.cid-tBeihR0Yy8 .card-wrapper {
  margin-top: 3rem;
}
.cid-tBeihR0Yy8 .row {
  justify-content: center;
}
.cid-tBknmVbNlu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBknmVbNlu .container {
    max-width: 1400px;
  }
}
.cid-tBknmVbNlu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBknmVbNlu .card-wrapper {
  margin-top: 3rem;
}
.cid-tBknmVbNlu .row {
  justify-content: center;
}
.cid-tBkoergu8c {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBkoergu8c .line {
  background-color: #dcdfe2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBkoAiBV62 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBkoAiBV62 .container {
    max-width: 1400px;
  }
}
.cid-tBkoAiBV62 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBkoAiBV62 .card-wrapper {
  margin-top: 3rem;
}
.cid-tBkoAiBV62 .row {
  justify-content: center;
}
.cid-tBkwOTncXR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBkwOTncXR .container {
    max-width: 1400px;
  }
}
.cid-tBkwOTncXR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBkwOTncXR .card-wrapper {
  margin-top: 3rem;
}
.cid-tBkwOTncXR .row {
  justify-content: center;
}
.cid-tBky0Q19ZB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBky0Q19ZB .container {
    max-width: 1400px;
  }
}
.cid-tBky0Q19ZB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBky0Q19ZB .card-wrapper {
  margin-top: 3rem;
}
.cid-tBky0Q19ZB .row {
  justify-content: center;
}
.cid-tBTz6e84VE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBTz6e84VE .container {
    max-width: 1400px;
  }
}
.cid-tBTz6e84VE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBTz6e84VE .card-wrapper {
  margin-top: 3rem;
}
.cid-tBTz6e84VE .row {
  justify-content: center;
}
.cid-tBTC7cYU5f {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBTC7cYU5f .container {
    max-width: 1400px;
  }
}
.cid-tBTC7cYU5f .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBTC7cYU5f .card-wrapper {
  margin-top: 3rem;
}
.cid-tBTC7cYU5f .row {
  justify-content: center;
}
.cid-tBkzZLjvmR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBkzZLjvmR .line {
  background-color: #e3e5e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBkA5Zh9Uo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBkA5Zh9Uo .container {
    max-width: 1400px;
  }
}
.cid-tBkA5Zh9Uo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBkA5Zh9Uo .card-wrapper {
  margin-top: 3rem;
}
.cid-tBkA5Zh9Uo .row {
  justify-content: center;
}
.cid-tBkP4chqFN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBkP4chqFN .container {
    max-width: 1400px;
  }
}
.cid-tBkP4chqFN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBkP4chqFN .card-wrapper {
  margin-top: 3rem;
}
.cid-tBkP4chqFN .row {
  justify-content: center;
}
.cid-tBkPwOjRcF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tBkPwOjRcF .container {
    max-width: 1400px;
  }
}
.cid-tBkPwOjRcF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #279e64;
  margin-bottom: 2rem;
}
.cid-tBkPwOjRcF .card-wrapper {
  margin-top: 3rem;
}
.cid-tBkPwOjRcF .row {
  justify-content: center;
}
.cid-tBegsyHyjJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBegsyHyjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBegsyHyjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBegsyHyjJ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tBegsyHyjJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBegsyHyjJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBegsyHyjJ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tBegsyHyjJ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBegsyHyjJ .mbr-text,
.cid-tBegsyHyjJ .mbr-section-btn {
  color: #000000;
}
.cid-tBegsz65OJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/panorama-mirador-2000x682.png");
}
.cid-tBegsz65OJ .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tBegsz65OJ .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tBegsz65OJ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tBegsz65OJ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tBegsz65OJ .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tBegsz65OJ .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tBegsz65OJ .mbr-section-title,
.cid-tBegsz65OJ .social-list,
.cid-tBegsz65OJ .underline {
  color: #ffffff;
}
.cid-tBegszNkCg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBegszNkCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBegszNkCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBegszNkCg .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tBegszNkCg .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBegszNkCg .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBegszNkCg .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tBegszNkCg .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tBegszNkCg P {
  color: #000000;
}
.cid-tBegsAyqr6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBegsAyqr6 .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tBegsAyqr6 .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tBegsAyqr6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBegsAyqr6 .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-tBegsAyqr6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBegsAyqr6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBegsAyqr6 .map-placeholder {
  display: none;
}
.cid-tBegsAyqr6 h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tBegsBdqAL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnzqKI.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnzqKI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnzqKI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnzqKI .modal-content,
.cid-uAJptnzqKI .modal-dialog {
  height: auto;
}
.cid-uAJptnzqKI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnzqKI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnzqKI .form-wrapper .mbr-form .form-group,
  .cid-uAJptnzqKI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnzqKI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnzqKI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnzqKI .mbr-text {
  text-align: justify;
}
.cid-uAJptnzqKI .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnzqKI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnzqKI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnzqKI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnzqKI .modal-open {
  overflow: hidden;
}
.cid-uAJptnzqKI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnzqKI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnzqKI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnzqKI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnzqKI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnzqKI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnzqKI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnzqKI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnzqKI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnzqKI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnzqKI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnzqKI .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnzqKI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnzqKI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzqKI .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnzqKI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnzqKI .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnzqKI .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnzqKI .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnzqKI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnzqKI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnzqKI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzqKI .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnzqKI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnzqKI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzqKI .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnzqKI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnzqKI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnzqKI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnzqKI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnzqKI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnzqKI .modal-lg,
  .cid-uAJptnzqKI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnzqKI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnzqKI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnzqKI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnzqKI .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnzqKI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnzqKI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnzqKI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnzqKI .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnzqKI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBewXOII5K .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tBewXOII5K .navbar-fixed-top {
  padding-top: 0;
}
.cid-tBewXOII5K .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tBewXOII5K .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tBewXOII5K .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tBewXOII5K .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tBewXOII5K .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBewXOII5K .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tBewXOII5K .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tBewXOII5K .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBewXOII5K .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBewXOII5K .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBewXOII5K .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tBewXOII5K .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tBewXOII5K .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tBewXOII5K .dropdown-item,
.cid-tBewXOII5K .nav-link,
.cid-tBewXOII5K .brand-name {
  font-style: normal;
}
.cid-tBewXOII5K .dropdown-item:hover,
.cid-tBewXOII5K .nav-link:hover,
.cid-tBewXOII5K .brand-name:hover {
  color: #000000 !important;
}
.cid-tBewXOII5K .dropdown-menu {
  background-color: #ffffff;
}
.cid-tBewXOII5K .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tBewXOII5K .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tBewXOII5K .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBewXOII5K .nav-item {
  position: relative;
}
.cid-tBewXOII5K .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tBewXOII5K .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tBewXOII5K .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tBewXOII5K .nav-link {
    line-height: 6.13;
  }
  .cid-tBewXOII5K .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tBewXOII5K .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tBewXOII5K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBewXOII5K .content-text {
  margin-bottom: 0;
}
.cid-tBewXOII5K .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tBewXOII5K .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tBewXOII5K .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tBewXOII5K .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tBewXOII5K .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tBewXOII5K .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBewXOII5K .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tBewXOII5K .content-right-side {
  text-align: center;
}
.cid-tBewXOII5K .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tBewXOII5K .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tBewXOII5K .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tBewXOII5K .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tBewXOII5K .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBewXOII5K .info-widget:first-child {
  margin-left: 0;
}
.cid-tBewXOII5K .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tBewXOII5K .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tBewXOII5K .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tBewXOII5K .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tBewXOII5K .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tBewXOII5K .navbar {
    display: block;
    padding: 0;
  }
  .cid-tBewXOII5K .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tBewXOII5K .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tBewXOII5K .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tBewXOII5K .navbar-toggler {
    display: none;
  }
  .cid-tBewXOII5K .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tBewXOII5K .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tBewXOII5K .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tBewXOII5K .btn-sm {
  padding: 13px 29px;
}
.cid-tBewXOII5K .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tBewXOII5K .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tBewXOII5K .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tBewXOII5K .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tBewXOII5K .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBewXOII5K .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tBewXOII5K .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBewXOII5K .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tBewXOII5K .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBewXOII5K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBewXOII5K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBewXOII5K .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBewXOII5K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBewXOII5K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBewXOII5K .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBewXOII5K .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBewXOII5K .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tBewXOII5K .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tBewXOII5K .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBewXOII5K .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBewXOII5K .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBewXOII5K button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tBewXOII5K button.navbar-toggler:focus {
  outline: none;
}
.cid-tBewXOII5K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tBewXOII5K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBewXOII5K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBewXOII5K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBewXOII5K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBewXOII5K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBewXOII5K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBewXOII5K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBewXOII5K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBewXOII5K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBewXOII5K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBewXOII5K .collapsed .btn {
  display: flex;
}
.cid-tBewXOII5K .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBewXOII5K .collapsed .navbar-collapse.collapsing,
.cid-tBewXOII5K .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBewXOII5K .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBewXOII5K .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBewXOII5K .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBewXOII5K .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBewXOII5K .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBewXOII5K .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tBewXOII5K .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBewXOII5K .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tBewXOII5K .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBewXOII5K .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBewXOII5K .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tBewXOII5K .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tBewXOII5K .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tBewXOII5K .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBewXOII5K .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBewXOII5K .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tBewXOII5K .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBewXOII5K .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tBewXOII5K .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tBewXOII5K .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tBewXOII5K .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tBewXOII5K .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tBewXOII5K .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tBewXOII5K .navbar-collapse.collapsing,
  .cid-tBewXOII5K .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBewXOII5K .navbar-collapse.collapsing .navbar-nav,
  .cid-tBewXOII5K .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBewXOII5K .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBewXOII5K .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBewXOII5K .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tBewXOII5K .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tBewXOII5K .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBewXOII5K .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tBewXOII5K .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBewXOII5K .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBewXOII5K img {
    height: 3.8rem !important;
  }
  .cid-tBewXOII5K .btn {
    display: flex;
  }
  .cid-tBewXOII5K button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tBewXOII5K .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tBewXOII5K .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tBewXOII5K .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tBewXOII5K .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBewXOII5K .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBewXOII5K .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tBewXOII5K .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tBewXOII5K .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tBewXOII5K .navbar-toggler {
  position: relative;
}
.cid-tBewXOII5K .dropdown-item.active,
.cid-tBewXOII5K .dropdown-item:active {
  color: initial;
}
.cid-tBewXOII5K .widget-title {
  color: #83868c;
}
.cid-tBewXOII5K .widget-text {
  color: #83868c;
}
.cid-tBewXOII5K .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tBewXOII5K .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tBewXOII5K .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tBewXOII5K .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tBewXOII5K .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tBewXOII5K .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tBewXOII5K .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tBewXOII5K .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tBewXOII5K .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tBewXOII5K .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tBewXOII5K .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tBewXOII5K .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tBewXOII5K .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tBewXOII5K .menu-content-top,
  .cid-tBewXOII5K .menu-bottom {
    padding: 0 15px;
  }
  .cid-tBewXOII5K button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tBewXPwZuO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/parque-huehuetlan-el-chivo-2-2000x1333.png");
  overflow: hidden;
  position: relative;
}
.cid-tBewXPwZuO .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-tBewXPwZuO .mbr-section-title {
  color: #ffffff;
}
.cid-tBewXPwZuO .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tBewXPwZuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBewXPwZuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBexuv7pCf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBexuv7pCf .line {
  background-color: #12351f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uB83iGMcIi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB83iGMcIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB83iGMcIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uB83iGMcIi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uB83iGMcIi .row {
  flex-direction: row-reverse;
}
.cid-uB83iGMcIi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uB83iGMcIi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBfQGYLWo4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b1a1a;
}
.cid-tBfQGYLWo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBfQGYLWo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBfflVPlhK {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tBfflVPlhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBfflVPlhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBewXQUo1t {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/panorama-paruqe-2000x897.png");
}
.cid-tBewXQUo1t .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tBewXQUo1t .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tBewXQUo1t .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tBewXQUo1t .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tBewXQUo1t .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tBewXQUo1t .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tBewXQUo1t .mbr-section-title,
.cid-tBewXQUo1t .social-list,
.cid-tBewXQUo1t .underline {
  color: #ffffff;
}
.cid-tBewXRziLb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBewXRziLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBewXRziLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBewXRziLb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tBewXRziLb .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBewXRziLb .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBewXRziLb .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tBewXRziLb .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tBewXRziLb P {
  color: #000000;
}
.cid-tBewXSiken {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBewXSiken .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tBewXSiken .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tBewXSiken .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBewXSiken .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-tBewXSiken .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBewXSiken .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBewXSiken .map-placeholder {
  display: none;
}
.cid-tBewXSiken h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tBewXSVWLL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnz1Hk.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnz1Hk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnz1Hk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnz1Hk .modal-content,
.cid-uAJptnz1Hk .modal-dialog {
  height: auto;
}
.cid-uAJptnz1Hk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnz1Hk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnz1Hk .form-wrapper .mbr-form .form-group,
  .cid-uAJptnz1Hk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnz1Hk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnz1Hk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnz1Hk .mbr-text {
  text-align: justify;
}
.cid-uAJptnz1Hk .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnz1Hk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnz1Hk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnz1Hk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnz1Hk .modal-open {
  overflow: hidden;
}
.cid-uAJptnz1Hk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnz1Hk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnz1Hk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnz1Hk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnz1Hk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnz1Hk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnz1Hk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnz1Hk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnz1Hk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnz1Hk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnz1Hk .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnz1Hk .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnz1Hk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnz1Hk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnz1Hk .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnz1Hk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnz1Hk .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnz1Hk .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnz1Hk .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnz1Hk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnz1Hk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnz1Hk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnz1Hk .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnz1Hk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnz1Hk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnz1Hk .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnz1Hk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnz1Hk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnz1Hk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnz1Hk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnz1Hk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnz1Hk .modal-lg,
  .cid-uAJptnz1Hk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnz1Hk .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnz1Hk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnz1Hk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnz1Hk .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnz1Hk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnz1Hk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnz1Hk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnz1Hk .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnz1Hk .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBlcsypev8 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tBlcsypev8 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tBlcsypev8 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tBlcsypev8 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tBlcsypev8 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tBlcsypev8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tBlcsypev8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBlcsypev8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tBlcsypev8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tBlcsypev8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBlcsypev8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBlcsypev8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBlcsypev8 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tBlcsypev8 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tBlcsypev8 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tBlcsypev8 .dropdown-item,
.cid-tBlcsypev8 .nav-link,
.cid-tBlcsypev8 .brand-name {
  font-style: normal;
}
.cid-tBlcsypev8 .dropdown-item:hover,
.cid-tBlcsypev8 .nav-link:hover,
.cid-tBlcsypev8 .brand-name:hover {
  color: #000000 !important;
}
.cid-tBlcsypev8 .dropdown-menu {
  background-color: #ffffff;
}
.cid-tBlcsypev8 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tBlcsypev8 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tBlcsypev8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBlcsypev8 .nav-item {
  position: relative;
}
.cid-tBlcsypev8 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tBlcsypev8 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tBlcsypev8 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tBlcsypev8 .nav-link {
    line-height: 6.13;
  }
  .cid-tBlcsypev8 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tBlcsypev8 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tBlcsypev8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBlcsypev8 .content-text {
  margin-bottom: 0;
}
.cid-tBlcsypev8 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tBlcsypev8 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tBlcsypev8 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tBlcsypev8 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tBlcsypev8 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tBlcsypev8 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBlcsypev8 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tBlcsypev8 .content-right-side {
  text-align: center;
}
.cid-tBlcsypev8 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tBlcsypev8 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tBlcsypev8 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tBlcsypev8 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tBlcsypev8 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBlcsypev8 .info-widget:first-child {
  margin-left: 0;
}
.cid-tBlcsypev8 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tBlcsypev8 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tBlcsypev8 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tBlcsypev8 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tBlcsypev8 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tBlcsypev8 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tBlcsypev8 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tBlcsypev8 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tBlcsypev8 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tBlcsypev8 .navbar-toggler {
    display: none;
  }
  .cid-tBlcsypev8 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tBlcsypev8 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tBlcsypev8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tBlcsypev8 .btn-sm {
  padding: 13px 29px;
}
.cid-tBlcsypev8 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tBlcsypev8 .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tBlcsypev8 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tBlcsypev8 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tBlcsypev8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBlcsypev8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tBlcsypev8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBlcsypev8 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tBlcsypev8 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBlcsypev8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBlcsypev8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBlcsypev8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBlcsypev8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBlcsypev8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBlcsypev8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBlcsypev8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBlcsypev8 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tBlcsypev8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tBlcsypev8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBlcsypev8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBlcsypev8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBlcsypev8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tBlcsypev8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tBlcsypev8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tBlcsypev8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBlcsypev8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBlcsypev8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBlcsypev8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBlcsypev8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBlcsypev8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBlcsypev8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBlcsypev8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBlcsypev8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBlcsypev8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBlcsypev8 .collapsed .btn {
  display: flex;
}
.cid-tBlcsypev8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBlcsypev8 .collapsed .navbar-collapse.collapsing,
.cid-tBlcsypev8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBlcsypev8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBlcsypev8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBlcsypev8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBlcsypev8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBlcsypev8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBlcsypev8 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tBlcsypev8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBlcsypev8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tBlcsypev8 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBlcsypev8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBlcsypev8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tBlcsypev8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tBlcsypev8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tBlcsypev8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBlcsypev8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBlcsypev8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tBlcsypev8 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBlcsypev8 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tBlcsypev8 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tBlcsypev8 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tBlcsypev8 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tBlcsypev8 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tBlcsypev8 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tBlcsypev8 .navbar-collapse.collapsing,
  .cid-tBlcsypev8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBlcsypev8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tBlcsypev8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBlcsypev8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBlcsypev8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBlcsypev8 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tBlcsypev8 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tBlcsypev8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBlcsypev8 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tBlcsypev8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBlcsypev8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBlcsypev8 img {
    height: 3.8rem !important;
  }
  .cid-tBlcsypev8 .btn {
    display: flex;
  }
  .cid-tBlcsypev8 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tBlcsypev8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tBlcsypev8 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tBlcsypev8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tBlcsypev8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBlcsypev8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBlcsypev8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tBlcsypev8 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tBlcsypev8 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tBlcsypev8 .navbar-toggler {
  position: relative;
}
.cid-tBlcsypev8 .dropdown-item.active,
.cid-tBlcsypev8 .dropdown-item:active {
  color: initial;
}
.cid-tBlcsypev8 .widget-title {
  color: #83868c;
}
.cid-tBlcsypev8 .widget-text {
  color: #83868c;
}
.cid-tBlcsypev8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tBlcsypev8 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tBlcsypev8 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tBlcsypev8 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tBlcsypev8 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tBlcsypev8 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tBlcsypev8 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tBlcsypev8 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tBlcsypev8 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tBlcsypev8 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tBlcsypev8 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tBlcsypev8 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tBlcsypev8 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tBlcsypev8 .menu-content-top,
  .cid-tBlcsypev8 .menu-bottom {
    padding: 0 15px;
  }
  .cid-tBlcsypev8 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tBlcsz8LJO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/molcaxac-1080x665.jpg");
  overflow: hidden;
  position: relative;
}
.cid-tBlcsz8LJO .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-tBlcsz8LJO .mbr-section-title {
  color: #ffffff;
}
.cid-tBlcsz8LJO .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tBlcsz8LJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBlcsz8LJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBlcszE6RN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBlcszE6RN .row {
  align-items: center;
}
.cid-tBlcszE6RN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tBlcszE6RN .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tBlcszE6RN .header-text {
    margin-bottom: 20px;
  }
}
.cid-tBlcszE6RN .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-tBlcszE6RN .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-tBlcszE6RN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBlcszE6RN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBlfeXh3aZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1a1a;
}
.cid-tBlfeXh3aZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBlfeXh3aZ .mbr-section-title {
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tBlfeXh3aZ .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tBlfeXh3aZ .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-tBlfeXh3aZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBlfeXh3aZ img {
  border-radius: 3rem;
}
.cid-tBlfeXh3aZ .mbr-text,
.cid-tBlfeXh3aZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tBlcsBtRI3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBlcsBtRI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBlcsBtRI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBlcsBtRI3 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tBlcsBtRI3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBlcsBtRI3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBlcsBtRI3 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tBlcsBtRI3 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBlcsBtRI3 .mbr-text,
.cid-tBlcsBtRI3 .mbr-section-btn {
  color: #000000;
}
.cid-tBlcsC1I5b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/molcaxac-1080x665.jpg");
}
.cid-tBlcsC1I5b .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tBlcsC1I5b .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tBlcsC1I5b .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tBlcsC1I5b .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tBlcsC1I5b .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tBlcsC1I5b .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tBlcsC1I5b .mbr-section-title,
.cid-tBlcsC1I5b .social-list,
.cid-tBlcsC1I5b .underline {
  color: #ffffff;
}
.cid-tBlcsCBJRS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBlcsCBJRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBlcsCBJRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBlcsCBJRS .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tBlcsCBJRS .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBlcsCBJRS .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBlcsCBJRS .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tBlcsCBJRS .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tBlcsCBJRS P {
  color: #000000;
}
.cid-tBlcsDf5ZJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBlcsDf5ZJ .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tBlcsDf5ZJ .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tBlcsDf5ZJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBlcsDf5ZJ .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-tBlcsDf5ZJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBlcsDf5ZJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBlcsDf5ZJ .map-placeholder {
  display: none;
}
.cid-tBlcsDf5ZJ h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tBlcsE02aM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnzjI2.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnzjI2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnzjI2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnzjI2 .modal-content,
.cid-uAJptnzjI2 .modal-dialog {
  height: auto;
}
.cid-uAJptnzjI2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnzjI2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnzjI2 .form-wrapper .mbr-form .form-group,
  .cid-uAJptnzjI2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnzjI2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnzjI2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnzjI2 .mbr-text {
  text-align: justify;
}
.cid-uAJptnzjI2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnzjI2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnzjI2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnzjI2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnzjI2 .modal-open {
  overflow: hidden;
}
.cid-uAJptnzjI2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnzjI2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnzjI2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnzjI2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnzjI2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnzjI2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnzjI2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnzjI2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnzjI2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnzjI2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnzjI2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnzjI2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnzjI2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnzjI2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzjI2 .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnzjI2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnzjI2 .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnzjI2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnzjI2 .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnzjI2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnzjI2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnzjI2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzjI2 .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnzjI2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnzjI2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzjI2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnzjI2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnzjI2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnzjI2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnzjI2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnzjI2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnzjI2 .modal-lg,
  .cid-uAJptnzjI2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnzjI2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnzjI2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnzjI2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnzjI2 .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnzjI2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnzjI2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnzjI2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnzjI2 .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnzjI2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBmySW4Amf .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tBmySW4Amf .navbar-fixed-top {
  padding-top: 0;
}
.cid-tBmySW4Amf .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tBmySW4Amf .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tBmySW4Amf .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tBmySW4Amf .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tBmySW4Amf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBmySW4Amf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tBmySW4Amf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tBmySW4Amf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBmySW4Amf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBmySW4Amf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBmySW4Amf .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tBmySW4Amf .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tBmySW4Amf .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tBmySW4Amf .dropdown-item,
.cid-tBmySW4Amf .nav-link,
.cid-tBmySW4Amf .brand-name {
  font-style: normal;
}
.cid-tBmySW4Amf .dropdown-item:hover,
.cid-tBmySW4Amf .nav-link:hover,
.cid-tBmySW4Amf .brand-name:hover {
  color: #000000 !important;
}
.cid-tBmySW4Amf .dropdown-menu {
  background-color: #ffffff;
}
.cid-tBmySW4Amf .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tBmySW4Amf .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tBmySW4Amf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBmySW4Amf .nav-item {
  position: relative;
}
.cid-tBmySW4Amf .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tBmySW4Amf .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tBmySW4Amf .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tBmySW4Amf .nav-link {
    line-height: 6.13;
  }
  .cid-tBmySW4Amf .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tBmySW4Amf .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tBmySW4Amf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBmySW4Amf .content-text {
  margin-bottom: 0;
}
.cid-tBmySW4Amf .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tBmySW4Amf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tBmySW4Amf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tBmySW4Amf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tBmySW4Amf .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tBmySW4Amf .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBmySW4Amf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tBmySW4Amf .content-right-side {
  text-align: center;
}
.cid-tBmySW4Amf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tBmySW4Amf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tBmySW4Amf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tBmySW4Amf .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tBmySW4Amf .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBmySW4Amf .info-widget:first-child {
  margin-left: 0;
}
.cid-tBmySW4Amf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tBmySW4Amf .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tBmySW4Amf .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tBmySW4Amf .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tBmySW4Amf .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tBmySW4Amf .navbar {
    display: block;
    padding: 0;
  }
  .cid-tBmySW4Amf .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tBmySW4Amf .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tBmySW4Amf .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tBmySW4Amf .navbar-toggler {
    display: none;
  }
  .cid-tBmySW4Amf .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tBmySW4Amf .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tBmySW4Amf .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tBmySW4Amf .btn-sm {
  padding: 13px 29px;
}
.cid-tBmySW4Amf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tBmySW4Amf .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tBmySW4Amf .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tBmySW4Amf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tBmySW4Amf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBmySW4Amf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tBmySW4Amf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBmySW4Amf .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tBmySW4Amf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBmySW4Amf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBmySW4Amf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBmySW4Amf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBmySW4Amf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBmySW4Amf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBmySW4Amf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBmySW4Amf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBmySW4Amf .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tBmySW4Amf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tBmySW4Amf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBmySW4Amf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBmySW4Amf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBmySW4Amf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tBmySW4Amf button.navbar-toggler:focus {
  outline: none;
}
.cid-tBmySW4Amf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tBmySW4Amf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBmySW4Amf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBmySW4Amf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBmySW4Amf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBmySW4Amf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBmySW4Amf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBmySW4Amf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBmySW4Amf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBmySW4Amf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBmySW4Amf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBmySW4Amf .collapsed .btn {
  display: flex;
}
.cid-tBmySW4Amf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBmySW4Amf .collapsed .navbar-collapse.collapsing,
.cid-tBmySW4Amf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBmySW4Amf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBmySW4Amf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBmySW4Amf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBmySW4Amf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBmySW4Amf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBmySW4Amf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tBmySW4Amf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBmySW4Amf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tBmySW4Amf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBmySW4Amf .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBmySW4Amf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tBmySW4Amf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tBmySW4Amf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tBmySW4Amf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBmySW4Amf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBmySW4Amf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tBmySW4Amf .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBmySW4Amf .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tBmySW4Amf .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tBmySW4Amf .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tBmySW4Amf .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tBmySW4Amf .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tBmySW4Amf .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tBmySW4Amf .navbar-collapse.collapsing,
  .cid-tBmySW4Amf .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBmySW4Amf .navbar-collapse.collapsing .navbar-nav,
  .cid-tBmySW4Amf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBmySW4Amf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBmySW4Amf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBmySW4Amf .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tBmySW4Amf .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tBmySW4Amf .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBmySW4Amf .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tBmySW4Amf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBmySW4Amf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBmySW4Amf img {
    height: 3.8rem !important;
  }
  .cid-tBmySW4Amf .btn {
    display: flex;
  }
  .cid-tBmySW4Amf button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tBmySW4Amf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tBmySW4Amf .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tBmySW4Amf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tBmySW4Amf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBmySW4Amf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBmySW4Amf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tBmySW4Amf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tBmySW4Amf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tBmySW4Amf .navbar-toggler {
  position: relative;
}
.cid-tBmySW4Amf .dropdown-item.active,
.cid-tBmySW4Amf .dropdown-item:active {
  color: initial;
}
.cid-tBmySW4Amf .widget-title {
  color: #83868c;
}
.cid-tBmySW4Amf .widget-text {
  color: #83868c;
}
.cid-tBmySW4Amf .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tBmySW4Amf .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tBmySW4Amf .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tBmySW4Amf .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tBmySW4Amf .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tBmySW4Amf .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tBmySW4Amf .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tBmySW4Amf .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tBmySW4Amf .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tBmySW4Amf .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tBmySW4Amf .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tBmySW4Amf .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tBmySW4Amf .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tBmySW4Amf .menu-content-top,
  .cid-tBmySW4Amf .menu-bottom {
    padding: 0 15px;
  }
  .cid-tBmySW4Amf button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tBmySWYG38 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/panorama-paruqe-2000x897.png");
  overflow: hidden;
  position: relative;
}
.cid-tBmySWYG38 .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-tBmySWYG38 .mbr-section-title {
  color: #ffffff;
}
.cid-tBmySWYG38 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tBmySWYG38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBmySWYG38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyUiNF9k2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAyUiNF9k2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyUiNF9k2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAyUiNF9k2 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAyUiNF9k2 .container {
    padding: 0 12px;
  }
}
.cid-uAyUiNF9k2 .row {
  justify-content: center;
}
.cid-uAyUiNF9k2 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
.cid-uAyUiNF9k2 .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  border-radius: 32px;
  opacity: .85;
}
.cid-uAyUiNF9k2 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uAyUiNF9k2 .image-wrapper img {
    height: 350px;
  }
}
.cid-tBmMbd4NVp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBmMbd4NVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBmMbd4NVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBmMbd4NVp .mbr-title {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tBmMbd4NVp .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tBmMbd4NVp .mbr-subtitle {
  padding-top: 20px;
  color: #0a1126;
}
.cid-tBmMbd4NVp .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tBmMbd4NVp .mbr-section-btn {
  padding-top: 40px;
}
.cid-v320GbMwJ0 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-v320GbMwJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v320GbMwJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v320GbMwJ0 .container {
    max-width: 1400px;
  }
}
.cid-v320GbMwJ0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a38d43;
  margin-bottom: 2rem;
}
.cid-v320GbMwJ0 .card-wrapper {
  margin-top: 3rem;
}
.cid-v320GbMwJ0 .row {
  justify-content: center;
}
.cid-uB6jG8hp0T {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uB6jG8hp0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6jG8hp0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uB6jG8hp0T .container {
    max-width: 1400px;
  }
}
.cid-uB6jG8hp0T .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff8f00;
  margin-bottom: 2rem;
}
.cid-uB6jG8hp0T .card-wrapper {
  margin-top: 3rem;
}
.cid-uB6jG8hp0T .row {
  justify-content: center;
}
.cid-uB6sjEiFiA {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uB6sjEiFiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6sjEiFiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uB6sjEiFiA .container {
    max-width: 1400px;
  }
}
.cid-uB6sjEiFiA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff8f00;
  margin-bottom: 2rem;
}
.cid-uB6sjEiFiA .card-wrapper {
  margin-top: 3rem;
}
.cid-uB6sjEiFiA .row {
  justify-content: center;
}
.cid-uB6wnkRGNG {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uB6wnkRGNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6wnkRGNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uB6wnkRGNG .container {
    max-width: 1400px;
  }
}
.cid-uB6wnkRGNG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a38d43;
  margin-bottom: 2rem;
}
.cid-uB6wnkRGNG .card-wrapper {
  margin-top: 3rem;
}
.cid-uB6wnkRGNG .row {
  justify-content: center;
}
.cid-uB7MC3MgCg {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uB7MC3MgCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7MC3MgCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uB7MC3MgCg .container {
    max-width: 1400px;
  }
}
.cid-uB7MC3MgCg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a38d43;
  margin-bottom: 2rem;
}
.cid-uB7MC3MgCg .card-wrapper {
  margin-top: 3rem;
}
.cid-uB7MC3MgCg .row {
  justify-content: center;
}
.cid-v2JHrb3bpR {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-v2JHrb3bpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JHrb3bpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v2JHrb3bpR .container {
    max-width: 1400px;
  }
}
.cid-v2JHrb3bpR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a38d43;
  margin-bottom: 2rem;
}
.cid-v2JHrb3bpR .card-wrapper {
  margin-top: 3rem;
}
.cid-v2JHrb3bpR .row {
  justify-content: center;
}
.cid-vdwufAqQ6D {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdwufAqQ6D .line {
  background-color: #a38d43;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vdwuhp4BuU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vdwuhp4BuU .mbr-text {
  color: #767676;
}
.cid-vdwuhp4BuU h4 {
  text-align: center;
}
.cid-vdwuhp4BuU p {
  text-align: center;
}
.cid-vdwuhp4BuU .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #c5b997;
  border: 2px solid #c5b997;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-vdwuhp4BuU .card:hover .card-img span {
  background: none;
  color: #c5b997;
}
.cid-vdwv4DeVRd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vdwv4DeVRd .mbr-text {
  color: #767676;
}
.cid-vdwv4DeVRd h4 {
  text-align: center;
}
.cid-vdwv4DeVRd p {
  text-align: center;
}
.cid-vdwv4DeVRd .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #c5b997;
  border: 2px solid #c5b997;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-vdwv4DeVRd .card:hover .card-img span {
  background: none;
  color: #c5b997;
}
.cid-v321ngppFJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a38d43;
}
.cid-v321ngppFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v321ngppFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v321ngppFJ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v321ngppFJ .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v321ngppFJ .content-wrapper {
    width: 100%;
  }
}
.cid-v321ngppFJ .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v321ngppFJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v321ngppFJ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v321ngppFJ .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v321ngppFJ .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-v321ngppFJ .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-v321ngppFJ .content-wrapper .desc-wrapper::before,
.cid-v321ngppFJ .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-v321ngppFJ .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-v321ngppFJ .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-v321ngppFJ .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-v321ngppFJ .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v321ngppFJ .mbr-section-title {
  color: #181824;
}
.cid-v321ngppFJ .mbr-text {
  color: #54547e;
  text-align: center;
}
.cid-v321ngppFJ .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-v321ngppFJ .mbr-section-title,
.cid-v321ngppFJ .mbr-section-btn {
  text-align: center;
}
.cid-v321ngppFJ .mbr-section-title,
.cid-v321ngppFJ .mbr-section-btn,
.cid-v321ngppFJ .logo-wrapper {
  color: #ffffff;
}
.cid-v321W4zuUs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v321W4zuUs .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v321W4zuUs .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v321W4zuUs .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v321W4zuUs .underline .line {
  width: 3rem;
  height: 2px;
  background: #ff6600;
  display: inline-block;
}
.cid-v321W4zuUs .process-icon,
.cid-v321W4zuUs .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-v321W4zuUs .wrapper,
.cid-v321W4zuUs .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v321W4zuUs .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #9998a6;
  opacity: .4;
}
.cid-v321W4zuUs .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-v321W4zuUs .icon-container a {
  display: inherit;
}
.cid-v321W4zuUs .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #b0b4ad !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-v321W4zuUs .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-v321W4zuUs .icon-main:hover .icon-wrapper {
  background-color: #b0b4ad !important;
}
.cid-v321W4zuUs .icon-main:hover .icon-number {
  background-color: #9998a6 !important;
  color: #ffffff !important;
}
.cid-v321W4zuUs .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-v321W4zuUs .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-v321W4zuUs .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-v321W4zuUs .third-elem .wrapper:before {
    display: none;
  }
}
.cid-v321W4zuUs .mbr-section-title {
  margin: 0;
}
.cid-v321W4zuUs .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uAyzNbAyoQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAyzNbAyoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyzNbAyoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyzNbAyoQ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uAyzNbAyoQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAyzNbAyoQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uAyzNbAyoQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uAyzNbAyoQ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAyzNbAyoQ .mbr-text,
.cid-uAyzNbAyoQ .mbr-section-btn {
  color: #000000;
}
.cid-uAyzNbAyoQ .mbr-section-title {
  color: #000000;
}
.cid-uAyzOVRFoJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/panorama-mirador-2000x682.png");
}
.cid-uAyzOVRFoJ .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uAyzOVRFoJ .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uAyzOVRFoJ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAyzOVRFoJ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-uAyzOVRFoJ .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uAyzOVRFoJ .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uAyzOVRFoJ .mbr-section-title,
.cid-uAyzOVRFoJ .social-list,
.cid-uAyzOVRFoJ .underline {
  color: #ffffff;
}
.cid-uAyzQz7PNZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAyzQz7PNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyzQz7PNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyzQz7PNZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uAyzQz7PNZ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uAyzQz7PNZ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAyzQz7PNZ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uAyzQz7PNZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-uAyzQz7PNZ P {
  color: #000000;
}
.cid-tBmyT2nmdg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBmyT2nmdg .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tBmyT2nmdg .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tBmyT2nmdg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBmyT2nmdg .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-tBmyT2nmdg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBmyT2nmdg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBmyT2nmdg .map-placeholder {
  display: none;
}
.cid-tBmyT2nmdg h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tBmyT2ZTjv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnzNlI.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnzNlI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnzNlI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnzNlI .modal-content,
.cid-uAJptnzNlI .modal-dialog {
  height: auto;
}
.cid-uAJptnzNlI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnzNlI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnzNlI .form-wrapper .mbr-form .form-group,
  .cid-uAJptnzNlI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnzNlI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnzNlI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnzNlI .mbr-text {
  text-align: justify;
}
.cid-uAJptnzNlI .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnzNlI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnzNlI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnzNlI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnzNlI .modal-open {
  overflow: hidden;
}
.cid-uAJptnzNlI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnzNlI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnzNlI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnzNlI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnzNlI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnzNlI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnzNlI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnzNlI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnzNlI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnzNlI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnzNlI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnzNlI .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnzNlI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnzNlI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzNlI .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnzNlI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnzNlI .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnzNlI .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnzNlI .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnzNlI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnzNlI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnzNlI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzNlI .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnzNlI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnzNlI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnzNlI .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnzNlI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnzNlI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnzNlI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnzNlI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnzNlI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnzNlI .modal-lg,
  .cid-uAJptnzNlI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnzNlI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnzNlI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnzNlI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnzNlI .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnzNlI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnzNlI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnzNlI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnzNlI .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnzNlI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBrOZS1dFF .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tBrOZS1dFF .navbar-fixed-top {
  padding-top: 0;
}
.cid-tBrOZS1dFF .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tBrOZS1dFF .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tBrOZS1dFF .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tBrOZS1dFF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tBrOZS1dFF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBrOZS1dFF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tBrOZS1dFF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tBrOZS1dFF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBrOZS1dFF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBrOZS1dFF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBrOZS1dFF .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tBrOZS1dFF .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tBrOZS1dFF .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tBrOZS1dFF .dropdown-item,
.cid-tBrOZS1dFF .nav-link,
.cid-tBrOZS1dFF .brand-name {
  font-style: normal;
}
.cid-tBrOZS1dFF .dropdown-item:hover,
.cid-tBrOZS1dFF .nav-link:hover,
.cid-tBrOZS1dFF .brand-name:hover {
  color: #000000 !important;
}
.cid-tBrOZS1dFF .dropdown-menu {
  background-color: #ffffff;
}
.cid-tBrOZS1dFF .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tBrOZS1dFF .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tBrOZS1dFF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBrOZS1dFF .nav-item {
  position: relative;
}
.cid-tBrOZS1dFF .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tBrOZS1dFF .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tBrOZS1dFF .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tBrOZS1dFF .nav-link {
    line-height: 6.13;
  }
  .cid-tBrOZS1dFF .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tBrOZS1dFF .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tBrOZS1dFF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBrOZS1dFF .content-text {
  margin-bottom: 0;
}
.cid-tBrOZS1dFF .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tBrOZS1dFF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tBrOZS1dFF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tBrOZS1dFF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tBrOZS1dFF .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tBrOZS1dFF .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBrOZS1dFF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tBrOZS1dFF .content-right-side {
  text-align: center;
}
.cid-tBrOZS1dFF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tBrOZS1dFF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tBrOZS1dFF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tBrOZS1dFF .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tBrOZS1dFF .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBrOZS1dFF .info-widget:first-child {
  margin-left: 0;
}
.cid-tBrOZS1dFF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tBrOZS1dFF .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tBrOZS1dFF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tBrOZS1dFF .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tBrOZS1dFF .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tBrOZS1dFF .navbar {
    display: block;
    padding: 0;
  }
  .cid-tBrOZS1dFF .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tBrOZS1dFF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tBrOZS1dFF .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tBrOZS1dFF .navbar-toggler {
    display: none;
  }
  .cid-tBrOZS1dFF .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tBrOZS1dFF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tBrOZS1dFF .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tBrOZS1dFF .btn-sm {
  padding: 13px 29px;
}
.cid-tBrOZS1dFF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tBrOZS1dFF .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tBrOZS1dFF .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tBrOZS1dFF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tBrOZS1dFF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBrOZS1dFF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tBrOZS1dFF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBrOZS1dFF .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tBrOZS1dFF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBrOZS1dFF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBrOZS1dFF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBrOZS1dFF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBrOZS1dFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBrOZS1dFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBrOZS1dFF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBrOZS1dFF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBrOZS1dFF .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tBrOZS1dFF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tBrOZS1dFF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBrOZS1dFF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBrOZS1dFF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBrOZS1dFF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tBrOZS1dFF button.navbar-toggler:focus {
  outline: none;
}
.cid-tBrOZS1dFF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tBrOZS1dFF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBrOZS1dFF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBrOZS1dFF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBrOZS1dFF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBrOZS1dFF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBrOZS1dFF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBrOZS1dFF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBrOZS1dFF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBrOZS1dFF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBrOZS1dFF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBrOZS1dFF .collapsed .btn {
  display: flex;
}
.cid-tBrOZS1dFF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBrOZS1dFF .collapsed .navbar-collapse.collapsing,
.cid-tBrOZS1dFF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBrOZS1dFF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBrOZS1dFF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBrOZS1dFF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBrOZS1dFF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBrOZS1dFF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBrOZS1dFF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tBrOZS1dFF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBrOZS1dFF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tBrOZS1dFF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBrOZS1dFF .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBrOZS1dFF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tBrOZS1dFF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tBrOZS1dFF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tBrOZS1dFF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBrOZS1dFF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBrOZS1dFF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tBrOZS1dFF .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBrOZS1dFF .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tBrOZS1dFF .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tBrOZS1dFF .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tBrOZS1dFF .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tBrOZS1dFF .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tBrOZS1dFF .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tBrOZS1dFF .navbar-collapse.collapsing,
  .cid-tBrOZS1dFF .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBrOZS1dFF .navbar-collapse.collapsing .navbar-nav,
  .cid-tBrOZS1dFF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBrOZS1dFF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBrOZS1dFF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBrOZS1dFF .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tBrOZS1dFF .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tBrOZS1dFF .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBrOZS1dFF .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tBrOZS1dFF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBrOZS1dFF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBrOZS1dFF img {
    height: 3.8rem !important;
  }
  .cid-tBrOZS1dFF .btn {
    display: flex;
  }
  .cid-tBrOZS1dFF button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tBrOZS1dFF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tBrOZS1dFF .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tBrOZS1dFF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tBrOZS1dFF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBrOZS1dFF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBrOZS1dFF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tBrOZS1dFF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tBrOZS1dFF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tBrOZS1dFF .navbar-toggler {
  position: relative;
}
.cid-tBrOZS1dFF .dropdown-item.active,
.cid-tBrOZS1dFF .dropdown-item:active {
  color: initial;
}
.cid-tBrOZS1dFF .widget-title {
  color: #83868c;
}
.cid-tBrOZS1dFF .widget-text {
  color: #83868c;
}
.cid-tBrOZS1dFF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tBrOZS1dFF .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tBrOZS1dFF .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tBrOZS1dFF .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tBrOZS1dFF .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tBrOZS1dFF .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tBrOZS1dFF .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tBrOZS1dFF .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tBrOZS1dFF .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tBrOZS1dFF .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tBrOZS1dFF .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tBrOZS1dFF .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tBrOZS1dFF .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tBrOZS1dFF .menu-content-top,
  .cid-tBrOZS1dFF .menu-bottom {
    padding: 0 15px;
  }
  .cid-tBrOZS1dFF button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tBrOZSXQ7P {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/presidencia20huehuetlan20el20chico-2000x1333.png");
  overflow: hidden;
  position: relative;
}
.cid-tBrOZSXQ7P .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-tBrOZSXQ7P .mbr-section-title {
  color: #ffffff;
}
.cid-tBrOZSXQ7P .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tBrOZSXQ7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBrOZSXQ7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBrOZTKuCN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBrOZTKuCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBrOZTKuCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBrOZTKuCN .mbr-title {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tBrOZTKuCN .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tBrOZTKuCN .mbr-subtitle {
  padding-top: 20px;
  color: #0a1126;
}
.cid-tBrOZTKuCN .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tBrOZTKuCN .mbr-section-btn {
  padding-top: 40px;
}
.cid-tBrPe02YtO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBrPe02YtO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tBrPe02YtO textarea {
  min-height: 150px;
}
.cid-tBrPe02YtO .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #d9dade;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-tBrPe02YtO .form-control,
.cid-tBrPe02YtO .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #656565;
  color: #000000 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-tBrPe02YtO .form-control input::-webkit-input-placeholder,
.cid-tBrPe02YtO .field-input input::-webkit-input-placeholder,
.cid-tBrPe02YtO .form-control textarea::-webkit-input-placeholder,
.cid-tBrPe02YtO .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tBrPe02YtO .form-control input:-moz-placeholder,
.cid-tBrPe02YtO .field-input input:-moz-placeholder,
.cid-tBrPe02YtO .form-control textarea:-moz-placeholder,
.cid-tBrPe02YtO .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-tBrPe02YtO .form-control:hover,
.cid-tBrPe02YtO .field-input:hover,
.cid-tBrPe02YtO .form-control:focus,
.cid-tBrPe02YtO .field-input:focus {
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBrPe02YtO .form-control:hover input::-webkit-input-placeholder,
.cid-tBrPe02YtO .field-input:hover input::-webkit-input-placeholder,
.cid-tBrPe02YtO .form-control:focus input::-webkit-input-placeholder,
.cid-tBrPe02YtO .field-input:focus input::-webkit-input-placeholder,
.cid-tBrPe02YtO .form-control:hover textarea::-webkit-input-placeholder,
.cid-tBrPe02YtO .field-input:hover textarea::-webkit-input-placeholder,
.cid-tBrPe02YtO .form-control:focus textarea::-webkit-input-placeholder,
.cid-tBrPe02YtO .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tBrPe02YtO .form-control:hover input:-moz-placeholder,
.cid-tBrPe02YtO .field-input:hover input:-moz-placeholder,
.cid-tBrPe02YtO .form-control:focus input:-moz-placeholder,
.cid-tBrPe02YtO .field-input:focus input:-moz-placeholder,
.cid-tBrPe02YtO .form-control:hover textarea:-moz-placeholder,
.cid-tBrPe02YtO .field-input:hover textarea:-moz-placeholder,
.cid-tBrPe02YtO .form-control:focus textarea:-moz-placeholder,
.cid-tBrPe02YtO .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tBrPe02YtO .jq-number__spin:hover,
.cid-tBrPe02YtO .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBrPe02YtO .jq-number__spin {
  background-color: #ffffff;
  border-color: #656565;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tBrPe02YtO .jq-selectbox li,
.cid-tBrPe02YtO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tBrPe02YtO .jq-selectbox li:hover,
.cid-tBrPe02YtO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tBrPe02YtO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tBrPe02YtO .jq-number__spin.minus:hover:after,
.cid-tBrPe02YtO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tBrPe02YtO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tBrPe02YtO .jq-number__spin.minus:after,
.cid-tBrPe02YtO .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tBrPe02YtO input::-webkit-clear-button {
  display: none;
}
.cid-tBrPe02YtO input::-webkit-inner-spin-button {
  display: none;
}
.cid-tBrPe02YtO input::-webkit-outer-spin-button {
  display: none;
}
.cid-tBrPe02YtO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tBrOZWLPXZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBrOZWLPXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBrOZWLPXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBrOZWLPXZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tBrOZWLPXZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBrOZWLPXZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBrOZWLPXZ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tBrOZWLPXZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBrOZWLPXZ .mbr-text,
.cid-tBrOZWLPXZ .mbr-section-btn {
  color: #000000;
}
.cid-tBrOZXeJFP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/panorama-mirador-2000x682.png");
}
.cid-tBrOZXeJFP .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tBrOZXeJFP .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tBrOZXeJFP .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tBrOZXeJFP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tBrOZXeJFP .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tBrOZXeJFP .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tBrOZXeJFP .mbr-section-title,
.cid-tBrOZXeJFP .social-list,
.cid-tBrOZXeJFP .underline {
  color: #ffffff;
}
.cid-tBrOZXWFzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBrOZXWFzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBrOZXWFzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBrOZXWFzF .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tBrOZXWFzF .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBrOZXWFzF .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBrOZXWFzF .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tBrOZXWFzF .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tBrOZXWFzF P {
  color: #000000;
}
.cid-tBrOZYJINH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBrOZYJINH .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tBrOZYJINH .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tBrOZYJINH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBrOZYJINH .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-tBrOZYJINH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBrOZYJINH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBrOZYJINH .map-placeholder {
  display: none;
}
.cid-tBrOZYJINH h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tBrOZZDOgL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnAyBD.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnAyBD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnAyBD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnAyBD .modal-content,
.cid-uAJptnAyBD .modal-dialog {
  height: auto;
}
.cid-uAJptnAyBD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnAyBD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnAyBD .form-wrapper .mbr-form .form-group,
  .cid-uAJptnAyBD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnAyBD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnAyBD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnAyBD .mbr-text {
  text-align: justify;
}
.cid-uAJptnAyBD .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnAyBD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnAyBD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnAyBD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnAyBD .modal-open {
  overflow: hidden;
}
.cid-uAJptnAyBD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnAyBD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnAyBD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnAyBD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnAyBD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnAyBD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnAyBD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnAyBD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnAyBD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnAyBD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnAyBD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnAyBD .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnAyBD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnAyBD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnAyBD .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnAyBD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnAyBD .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnAyBD .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnAyBD .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnAyBD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnAyBD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnAyBD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnAyBD .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnAyBD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnAyBD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnAyBD .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnAyBD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnAyBD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnAyBD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnAyBD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnAyBD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnAyBD .modal-lg,
  .cid-uAJptnAyBD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnAyBD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnAyBD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnAyBD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnAyBD .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnAyBD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnAyBD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnAyBD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnAyBD .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnAyBD .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBrQZ0xumM .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tBrQZ0xumM .navbar-fixed-top {
  padding-top: 0;
}
.cid-tBrQZ0xumM .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tBrQZ0xumM .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tBrQZ0xumM .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tBrQZ0xumM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tBrQZ0xumM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBrQZ0xumM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tBrQZ0xumM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tBrQZ0xumM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBrQZ0xumM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBrQZ0xumM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBrQZ0xumM .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tBrQZ0xumM .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tBrQZ0xumM .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tBrQZ0xumM .dropdown-item,
.cid-tBrQZ0xumM .nav-link,
.cid-tBrQZ0xumM .brand-name {
  font-style: normal;
}
.cid-tBrQZ0xumM .dropdown-item:hover,
.cid-tBrQZ0xumM .nav-link:hover,
.cid-tBrQZ0xumM .brand-name:hover {
  color: #000000 !important;
}
.cid-tBrQZ0xumM .dropdown-menu {
  background-color: #ffffff;
}
.cid-tBrQZ0xumM .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tBrQZ0xumM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tBrQZ0xumM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBrQZ0xumM .nav-item {
  position: relative;
}
.cid-tBrQZ0xumM .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tBrQZ0xumM .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tBrQZ0xumM .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tBrQZ0xumM .nav-link {
    line-height: 6.13;
  }
  .cid-tBrQZ0xumM .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tBrQZ0xumM .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tBrQZ0xumM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBrQZ0xumM .content-text {
  margin-bottom: 0;
}
.cid-tBrQZ0xumM .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tBrQZ0xumM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tBrQZ0xumM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tBrQZ0xumM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tBrQZ0xumM .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tBrQZ0xumM .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBrQZ0xumM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tBrQZ0xumM .content-right-side {
  text-align: center;
}
.cid-tBrQZ0xumM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tBrQZ0xumM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tBrQZ0xumM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tBrQZ0xumM .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tBrQZ0xumM .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBrQZ0xumM .info-widget:first-child {
  margin-left: 0;
}
.cid-tBrQZ0xumM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tBrQZ0xumM .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tBrQZ0xumM .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tBrQZ0xumM .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tBrQZ0xumM .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tBrQZ0xumM .navbar {
    display: block;
    padding: 0;
  }
  .cid-tBrQZ0xumM .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tBrQZ0xumM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tBrQZ0xumM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tBrQZ0xumM .navbar-toggler {
    display: none;
  }
  .cid-tBrQZ0xumM .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tBrQZ0xumM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tBrQZ0xumM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tBrQZ0xumM .btn-sm {
  padding: 13px 29px;
}
.cid-tBrQZ0xumM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tBrQZ0xumM .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tBrQZ0xumM .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tBrQZ0xumM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tBrQZ0xumM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBrQZ0xumM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tBrQZ0xumM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBrQZ0xumM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tBrQZ0xumM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBrQZ0xumM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBrQZ0xumM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBrQZ0xumM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tBrQZ0xumM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBrQZ0xumM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBrQZ0xumM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBrQZ0xumM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBrQZ0xumM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tBrQZ0xumM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tBrQZ0xumM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBrQZ0xumM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBrQZ0xumM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBrQZ0xumM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tBrQZ0xumM button.navbar-toggler:focus {
  outline: none;
}
.cid-tBrQZ0xumM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tBrQZ0xumM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBrQZ0xumM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBrQZ0xumM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBrQZ0xumM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBrQZ0xumM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBrQZ0xumM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBrQZ0xumM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBrQZ0xumM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBrQZ0xumM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBrQZ0xumM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBrQZ0xumM .collapsed .btn {
  display: flex;
}
.cid-tBrQZ0xumM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBrQZ0xumM .collapsed .navbar-collapse.collapsing,
.cid-tBrQZ0xumM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBrQZ0xumM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBrQZ0xumM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBrQZ0xumM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBrQZ0xumM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBrQZ0xumM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBrQZ0xumM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tBrQZ0xumM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBrQZ0xumM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tBrQZ0xumM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tBrQZ0xumM .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBrQZ0xumM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tBrQZ0xumM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tBrQZ0xumM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tBrQZ0xumM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBrQZ0xumM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBrQZ0xumM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tBrQZ0xumM .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBrQZ0xumM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tBrQZ0xumM .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tBrQZ0xumM .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tBrQZ0xumM .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tBrQZ0xumM .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tBrQZ0xumM .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tBrQZ0xumM .navbar-collapse.collapsing,
  .cid-tBrQZ0xumM .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBrQZ0xumM .navbar-collapse.collapsing .navbar-nav,
  .cid-tBrQZ0xumM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBrQZ0xumM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBrQZ0xumM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBrQZ0xumM .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tBrQZ0xumM .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tBrQZ0xumM .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBrQZ0xumM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tBrQZ0xumM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBrQZ0xumM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBrQZ0xumM img {
    height: 3.8rem !important;
  }
  .cid-tBrQZ0xumM .btn {
    display: flex;
  }
  .cid-tBrQZ0xumM button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tBrQZ0xumM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tBrQZ0xumM .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tBrQZ0xumM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tBrQZ0xumM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBrQZ0xumM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBrQZ0xumM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tBrQZ0xumM .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tBrQZ0xumM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tBrQZ0xumM .navbar-toggler {
  position: relative;
}
.cid-tBrQZ0xumM .dropdown-item.active,
.cid-tBrQZ0xumM .dropdown-item:active {
  color: initial;
}
.cid-tBrQZ0xumM .widget-title {
  color: #83868c;
}
.cid-tBrQZ0xumM .widget-text {
  color: #83868c;
}
.cid-tBrQZ0xumM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tBrQZ0xumM .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tBrQZ0xumM .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tBrQZ0xumM .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tBrQZ0xumM .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tBrQZ0xumM .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tBrQZ0xumM .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tBrQZ0xumM .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tBrQZ0xumM .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tBrQZ0xumM .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tBrQZ0xumM .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tBrQZ0xumM .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tBrQZ0xumM .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tBrQZ0xumM .menu-content-top,
  .cid-tBrQZ0xumM .menu-bottom {
    padding: 0 15px;
  }
  .cid-tBrQZ0xumM button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tBrQZ1CRfu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/presidencia20huehuetlan20el20chico-2000x1333.png");
  overflow: hidden;
  position: relative;
}
.cid-tBrQZ1CRfu .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-tBrQZ1CRfu .mbr-section-title {
  color: #ffffff;
}
.cid-tBrQZ1CRfu .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tBrQZ1CRfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBrQZ1CRfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBrQZ2njdd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBrQZ2njdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBrQZ2njdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBrQZ2njdd .mbr-title {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tBrQZ2njdd .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tBrQZ2njdd .mbr-subtitle {
  padding-top: 20px;
  color: #0a1126;
}
.cid-tBrQZ2njdd .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tBrQZ2njdd .mbr-section-btn {
  padding-top: 40px;
}
.cid-tBrQZ2njdd .mbr-subtitle DIV {
  text-align: left;
}
.cid-tBrVNYL3pd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBrVNYL3pd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tBrVNYL3pd textarea {
  min-height: 150px;
}
.cid-tBrVNYL3pd .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #22944c;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-tBrVNYL3pd .form-control,
.cid-tBrVNYL3pd .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #656565;
  color: #000000 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-tBrVNYL3pd .form-control input::-webkit-input-placeholder,
.cid-tBrVNYL3pd .field-input input::-webkit-input-placeholder,
.cid-tBrVNYL3pd .form-control textarea::-webkit-input-placeholder,
.cid-tBrVNYL3pd .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tBrVNYL3pd .form-control input:-moz-placeholder,
.cid-tBrVNYL3pd .field-input input:-moz-placeholder,
.cid-tBrVNYL3pd .form-control textarea:-moz-placeholder,
.cid-tBrVNYL3pd .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-tBrVNYL3pd .form-control:hover,
.cid-tBrVNYL3pd .field-input:hover,
.cid-tBrVNYL3pd .form-control:focus,
.cid-tBrVNYL3pd .field-input:focus {
  background-color: #ffffff;
  border-color: #83868c;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBrVNYL3pd .form-control:hover input::-webkit-input-placeholder,
.cid-tBrVNYL3pd .field-input:hover input::-webkit-input-placeholder,
.cid-tBrVNYL3pd .form-control:focus input::-webkit-input-placeholder,
.cid-tBrVNYL3pd .field-input:focus input::-webkit-input-placeholder,
.cid-tBrVNYL3pd .form-control:hover textarea::-webkit-input-placeholder,
.cid-tBrVNYL3pd .field-input:hover textarea::-webkit-input-placeholder,
.cid-tBrVNYL3pd .form-control:focus textarea::-webkit-input-placeholder,
.cid-tBrVNYL3pd .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tBrVNYL3pd .form-control:hover input:-moz-placeholder,
.cid-tBrVNYL3pd .field-input:hover input:-moz-placeholder,
.cid-tBrVNYL3pd .form-control:focus input:-moz-placeholder,
.cid-tBrVNYL3pd .field-input:focus input:-moz-placeholder,
.cid-tBrVNYL3pd .form-control:hover textarea:-moz-placeholder,
.cid-tBrVNYL3pd .field-input:hover textarea:-moz-placeholder,
.cid-tBrVNYL3pd .form-control:focus textarea:-moz-placeholder,
.cid-tBrVNYL3pd .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tBrVNYL3pd .jq-number__spin:hover,
.cid-tBrVNYL3pd .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #83868c;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBrVNYL3pd .jq-number__spin {
  background-color: #ffffff;
  border-color: #656565;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tBrVNYL3pd .jq-selectbox li,
.cid-tBrVNYL3pd .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tBrVNYL3pd .jq-selectbox li:hover,
.cid-tBrVNYL3pd .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tBrVNYL3pd .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tBrVNYL3pd .jq-number__spin.minus:hover:after,
.cid-tBrVNYL3pd .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tBrVNYL3pd .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tBrVNYL3pd .jq-number__spin.minus:after,
.cid-tBrVNYL3pd .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tBrVNYL3pd input::-webkit-clear-button {
  display: none;
}
.cid-tBrVNYL3pd input::-webkit-inner-spin-button {
  display: none;
}
.cid-tBrVNYL3pd input::-webkit-outer-spin-button {
  display: none;
}
.cid-tBrVNYL3pd input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tBrQZ459bO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBrQZ459bO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBrQZ459bO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBrQZ459bO .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tBrQZ459bO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBrQZ459bO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBrQZ459bO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tBrQZ459bO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBrQZ459bO .mbr-text,
.cid-tBrQZ459bO .mbr-section-btn {
  color: #000000;
}
.cid-tBrQZ4BuCn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/panorama-mirador-2000x682.png");
}
.cid-tBrQZ4BuCn .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tBrQZ4BuCn .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tBrQZ4BuCn .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tBrQZ4BuCn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tBrQZ4BuCn .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tBrQZ4BuCn .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tBrQZ4BuCn .mbr-section-title,
.cid-tBrQZ4BuCn .social-list,
.cid-tBrQZ4BuCn .underline {
  color: #ffffff;
}
.cid-tBrQZ5i91d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBrQZ5i91d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBrQZ5i91d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBrQZ5i91d .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tBrQZ5i91d .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBrQZ5i91d .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBrQZ5i91d .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tBrQZ5i91d .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tBrQZ5i91d P {
  color: #000000;
}
.cid-tBrQZ62t4G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBrQZ62t4G .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tBrQZ62t4G .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tBrQZ62t4G .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBrQZ62t4G .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-tBrQZ62t4G .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBrQZ62t4G .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBrQZ62t4G .map-placeholder {
  display: none;
}
.cid-tBrQZ62t4G h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tBrQZ6OFOp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnA5AB.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnA5AB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnA5AB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnA5AB .modal-content,
.cid-uAJptnA5AB .modal-dialog {
  height: auto;
}
.cid-uAJptnA5AB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnA5AB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnA5AB .form-wrapper .mbr-form .form-group,
  .cid-uAJptnA5AB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnA5AB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnA5AB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnA5AB .mbr-text {
  text-align: justify;
}
.cid-uAJptnA5AB .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnA5AB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnA5AB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnA5AB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnA5AB .modal-open {
  overflow: hidden;
}
.cid-uAJptnA5AB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnA5AB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnA5AB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnA5AB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnA5AB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnA5AB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnA5AB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnA5AB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnA5AB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnA5AB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnA5AB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnA5AB .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnA5AB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnA5AB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnA5AB .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnA5AB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnA5AB .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnA5AB .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnA5AB .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnA5AB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnA5AB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnA5AB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnA5AB .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnA5AB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnA5AB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnA5AB .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnA5AB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnA5AB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnA5AB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnA5AB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnA5AB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnA5AB .modal-lg,
  .cid-uAJptnA5AB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnA5AB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnA5AB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnA5AB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnA5AB .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnA5AB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnA5AB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnA5AB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnA5AB .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnA5AB .mbr-section-btn .btn {
  margin: 0;
}
.cid-tCaTqYyFip .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tCaTqYyFip .navbar-fixed-top {
  padding-top: 0;
}
.cid-tCaTqYyFip .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tCaTqYyFip .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-tCaTqYyFip .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tCaTqYyFip .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tCaTqYyFip .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tCaTqYyFip .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tCaTqYyFip .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tCaTqYyFip .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCaTqYyFip .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCaTqYyFip .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCaTqYyFip .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tCaTqYyFip .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tCaTqYyFip .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tCaTqYyFip .dropdown-item,
.cid-tCaTqYyFip .nav-link,
.cid-tCaTqYyFip .brand-name {
  font-style: normal;
}
.cid-tCaTqYyFip .dropdown-item:hover,
.cid-tCaTqYyFip .nav-link:hover,
.cid-tCaTqYyFip .brand-name:hover {
  color: #000000 !important;
}
.cid-tCaTqYyFip .dropdown-menu {
  background-color: #ffffff;
}
.cid-tCaTqYyFip .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tCaTqYyFip .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-tCaTqYyFip .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tCaTqYyFip .nav-item {
  position: relative;
}
.cid-tCaTqYyFip .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tCaTqYyFip .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tCaTqYyFip .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tCaTqYyFip .nav-link {
    line-height: 6.13;
  }
  .cid-tCaTqYyFip .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tCaTqYyFip .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tCaTqYyFip .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCaTqYyFip .content-text {
  margin-bottom: 0;
}
.cid-tCaTqYyFip .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tCaTqYyFip .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tCaTqYyFip .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tCaTqYyFip .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tCaTqYyFip .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tCaTqYyFip .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCaTqYyFip .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tCaTqYyFip .content-right-side {
  text-align: center;
}
.cid-tCaTqYyFip .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tCaTqYyFip .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tCaTqYyFip .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-tCaTqYyFip .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-tCaTqYyFip .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCaTqYyFip .info-widget:first-child {
  margin-left: 0;
}
.cid-tCaTqYyFip .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tCaTqYyFip .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tCaTqYyFip .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tCaTqYyFip .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-tCaTqYyFip .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tCaTqYyFip .navbar {
    display: block;
    padding: 0;
  }
  .cid-tCaTqYyFip .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tCaTqYyFip .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tCaTqYyFip .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tCaTqYyFip .navbar-toggler {
    display: none;
  }
  .cid-tCaTqYyFip .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-tCaTqYyFip .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tCaTqYyFip .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tCaTqYyFip .btn-sm {
  padding: 13px 29px;
}
.cid-tCaTqYyFip .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tCaTqYyFip .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tCaTqYyFip .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tCaTqYyFip .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tCaTqYyFip .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCaTqYyFip .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tCaTqYyFip .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCaTqYyFip .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCaTqYyFip .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tCaTqYyFip .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCaTqYyFip .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCaTqYyFip .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tCaTqYyFip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCaTqYyFip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCaTqYyFip .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCaTqYyFip .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCaTqYyFip .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tCaTqYyFip .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tCaTqYyFip .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCaTqYyFip .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCaTqYyFip .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCaTqYyFip button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tCaTqYyFip button.navbar-toggler:focus {
  outline: none;
}
.cid-tCaTqYyFip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tCaTqYyFip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCaTqYyFip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCaTqYyFip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCaTqYyFip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCaTqYyFip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCaTqYyFip nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCaTqYyFip nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCaTqYyFip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCaTqYyFip .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCaTqYyFip .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCaTqYyFip .collapsed .btn {
  display: flex;
}
.cid-tCaTqYyFip .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCaTqYyFip .collapsed .navbar-collapse.collapsing,
.cid-tCaTqYyFip .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCaTqYyFip .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCaTqYyFip .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCaTqYyFip .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCaTqYyFip .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCaTqYyFip .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCaTqYyFip .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tCaTqYyFip .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCaTqYyFip .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tCaTqYyFip .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tCaTqYyFip .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCaTqYyFip .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tCaTqYyFip .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tCaTqYyFip .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tCaTqYyFip .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCaTqYyFip .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCaTqYyFip .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tCaTqYyFip .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCaTqYyFip .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tCaTqYyFip .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tCaTqYyFip .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tCaTqYyFip .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tCaTqYyFip .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-tCaTqYyFip .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tCaTqYyFip .navbar-collapse.collapsing,
  .cid-tCaTqYyFip .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCaTqYyFip .navbar-collapse.collapsing .navbar-nav,
  .cid-tCaTqYyFip .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCaTqYyFip .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCaTqYyFip .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCaTqYyFip .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tCaTqYyFip .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tCaTqYyFip .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCaTqYyFip .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tCaTqYyFip .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCaTqYyFip .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCaTqYyFip img {
    height: 3.8rem !important;
  }
  .cid-tCaTqYyFip .btn {
    display: flex;
  }
  .cid-tCaTqYyFip button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tCaTqYyFip .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tCaTqYyFip .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tCaTqYyFip .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tCaTqYyFip .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCaTqYyFip .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCaTqYyFip .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tCaTqYyFip .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tCaTqYyFip .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tCaTqYyFip .navbar-toggler {
  position: relative;
}
.cid-tCaTqYyFip .dropdown-item.active,
.cid-tCaTqYyFip .dropdown-item:active {
  color: initial;
}
.cid-tCaTqYyFip .widget-title {
  color: #83868c;
}
.cid-tCaTqYyFip .widget-text {
  color: #83868c;
}
.cid-tCaTqYyFip .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tCaTqYyFip .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tCaTqYyFip .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tCaTqYyFip .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tCaTqYyFip .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tCaTqYyFip .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tCaTqYyFip .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tCaTqYyFip .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tCaTqYyFip .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tCaTqYyFip .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tCaTqYyFip .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tCaTqYyFip .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tCaTqYyFip .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tCaTqYyFip .menu-content-top,
  .cid-tCaTqYyFip .menu-bottom {
    padding: 0 15px;
  }
  .cid-tCaTqYyFip button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tCaTqZmRxi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/molcaxac-1080x665.jpg");
  overflow: hidden;
  position: relative;
}
.cid-tCaTqZmRxi .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-tCaTqZmRxi .mbr-section-title {
  color: #ffffff;
}
.cid-tCaTqZmRxi .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tCaTqZmRxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaTqZmRxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCb5zqb2sq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCb5zqb2sq .title_block {
  margin-bottom: 80px;
}
.cid-tCb5zqb2sq .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tCb5zqb2sq .mbr-section-title {
  color: #1b1a1a;
}
.cid-tCb5zqb2sq .image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCb5zqb2sq .image img {
    width: 80%;
    height: 80%;
    margin: auto;
  }
}
.cid-tCb5zqb2sq .mbr-text {
  margin-top: 30px;
}
.cid-tCb5zqb2sq .nav-tabs .nav-item.open .nav-link:focus,
.cid-tCb5zqb2sq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tCb5zqb2sq .nav-tabs {
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}
.cid-tCb5zqb2sq .nav-tabs .nav-item:nth-child(1) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(202, 31, 39, 0.4);
  background-image: linear-gradient(40deg, #ca1f27 0%, #e8676d 100%);
}
.cid-tCb5zqb2sq .nav-tabs .nav-item:nth-child(2) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(18, 53, 31, 0.4);
  background-image: linear-gradient(40deg, #12351f 0%, #2c814c 100%);
}
.cid-tCb5zqb2sq .nav-tabs .nav-item:nth-child(3) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #000000 0%, #333333 100%);
}
.cid-tCb5zqb2sq .nav-tabs .nav-item:nth-child(4) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(239, 242, 247, 0.4);
  background-image: linear-gradient(40deg, #eff2f7 0%, #ffffff 100%);
}
.cid-tCb5zqb2sq .nav-tabs .nav-item:nth-child(5) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #83868c 0%, #b8babd 100%);
}
.cid-tCb5zqb2sq .nav-item {
  width: 190px;
  min-height: 210px;
}
.cid-tCb5zqb2sq .nav-item .mbr-iconfont {
  margin: 0;
  border-radius: 50%;
  color: #ffffff;
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 30px;
}
.cid-tCb5zqb2sq .nav-tabs .nav-link {
  background-color: #e3e5e6 !important;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: none;
  color: #000000 !important;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tCb5zqb2sq .nav-tabs .nav-link.active {
  background-color: #656565 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
}
.cid-tCb5zqb2sq .nav-tabs .nav-link:hover {
  background-color: #656565 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-tCb5zqb2sq .nav-tabs .nav-item {
  margin: 15px;
}
@media (max-width: 991px) {
  .cid-tCb5zqb2sq .title_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tCb5zqb2sq .nav-item {
    width: 46%;
    min-height: 150px;
  }
  .cid-tCb5zqb2sq .nav-item .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .cid-tCb5zqb2sq .mbr-text {
    margin-top: 20px;
  }
  .cid-tCb5zqb2sq .nav-tabs .nav-link {
    padding: 25px 10px;
  }
  .cid-tCb5zqb2sq .nav-tabs .nav-item {
    margin: 0 10px 10px 0;
  }
  .cid-tCb5zqb2sq .nav-tabs {
    margin-bottom: 30px;
  }
}
.cid-tCaTr1c6yh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCaTr1c6yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaTr1c6yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCaTr1c6yh .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCaTr1c6yh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCaTr1c6yh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCaTr1c6yh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tCaTr1c6yh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCaTr1c6yh .mbr-text,
.cid-tCaTr1c6yh .mbr-section-btn {
  color: #000000;
}
.cid-tCaTr1MpI7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/molcaxac-1080x665.jpg");
}
.cid-tCaTr1MpI7 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tCaTr1MpI7 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCaTr1MpI7 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tCaTr1MpI7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-tCaTr1MpI7 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCaTr1MpI7 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tCaTr1MpI7 .mbr-section-title,
.cid-tCaTr1MpI7 .social-list,
.cid-tCaTr1MpI7 .underline {
  color: #ffffff;
}
.cid-tCaTr2qIqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCaTr2qIqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaTr2qIqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCaTr2qIqw .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tCaTr2qIqw .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tCaTr2qIqw .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCaTr2qIqw .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tCaTr2qIqw .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-tCaTr2qIqw P {
  color: #000000;
}
.cid-tCaTr3abq8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCaTr3abq8 .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-tCaTr3abq8 .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-tCaTr3abq8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tCaTr3abq8 .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-tCaTr3abq8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tCaTr3abq8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tCaTr3abq8 .map-placeholder {
  display: none;
}
.cid-tCaTr3abq8 h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-tCaTr3VAuk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnAQ42.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnAQ42.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnAQ42.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnAQ42 .modal-content,
.cid-uAJptnAQ42 .modal-dialog {
  height: auto;
}
.cid-uAJptnAQ42 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnAQ42 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnAQ42 .form-wrapper .mbr-form .form-group,
  .cid-uAJptnAQ42 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnAQ42 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnAQ42 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnAQ42 .mbr-text {
  text-align: justify;
}
.cid-uAJptnAQ42 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnAQ42 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnAQ42 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnAQ42 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnAQ42 .modal-open {
  overflow: hidden;
}
.cid-uAJptnAQ42 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnAQ42 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnAQ42 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnAQ42 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnAQ42 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnAQ42 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnAQ42 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnAQ42 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnAQ42 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnAQ42 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnAQ42 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnAQ42 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnAQ42 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnAQ42 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnAQ42 .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnAQ42 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnAQ42 .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnAQ42 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnAQ42 .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnAQ42 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnAQ42 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnAQ42 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnAQ42 .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnAQ42 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnAQ42 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnAQ42 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnAQ42 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnAQ42 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnAQ42 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnAQ42 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnAQ42 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnAQ42 .modal-lg,
  .cid-uAJptnAQ42 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnAQ42 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnAQ42 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnAQ42 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnAQ42 .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnAQ42 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnAQ42 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnAQ42 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnAQ42 .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnAQ42 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAypw8fVos .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uAypw8fVos .navbar-fixed-top {
  padding-top: 0;
}
.cid-uAypw8fVos .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uAypw8fVos .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uAypw8fVos .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uAypw8fVos .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uAypw8fVos .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uAypw8fVos .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uAypw8fVos .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uAypw8fVos .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uAypw8fVos .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uAypw8fVos .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uAypw8fVos .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uAypw8fVos .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uAypw8fVos .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uAypw8fVos .dropdown-item,
.cid-uAypw8fVos .nav-link,
.cid-uAypw8fVos .brand-name {
  font-style: normal;
}
.cid-uAypw8fVos .dropdown-item:hover,
.cid-uAypw8fVos .nav-link:hover,
.cid-uAypw8fVos .brand-name:hover {
  color: #000000 !important;
}
.cid-uAypw8fVos .dropdown-menu {
  background-color: #ffffff;
}
.cid-uAypw8fVos .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uAypw8fVos .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uAypw8fVos .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uAypw8fVos .nav-item {
  position: relative;
}
.cid-uAypw8fVos .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uAypw8fVos .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uAypw8fVos .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uAypw8fVos .nav-link {
    line-height: 6.13;
  }
  .cid-uAypw8fVos .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #0a1126;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uAypw8fVos .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-uAypw8fVos .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAypw8fVos .content-text {
  margin-bottom: 0;
}
.cid-uAypw8fVos .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uAypw8fVos .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uAypw8fVos .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uAypw8fVos .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uAypw8fVos .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uAypw8fVos .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAypw8fVos .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uAypw8fVos .content-right-side {
  text-align: center;
}
.cid-uAypw8fVos .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uAypw8fVos .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uAypw8fVos .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #a38d43;
}
.cid-uAypw8fVos .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uAypw8fVos .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAypw8fVos .info-widget:first-child {
  margin-left: 0;
}
.cid-uAypw8fVos .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uAypw8fVos .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uAypw8fVos .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uAypw8fVos .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #1b1a1a;
}
@media (min-width: 992px) {
  .cid-uAypw8fVos .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uAypw8fVos .navbar {
    display: block;
    padding: 0;
  }
  .cid-uAypw8fVos .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uAypw8fVos .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uAypw8fVos .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uAypw8fVos .navbar-toggler {
    display: none;
  }
  .cid-uAypw8fVos .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-uAypw8fVos .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uAypw8fVos .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uAypw8fVos .btn-sm {
  padding: 13px 29px;
}
.cid-uAypw8fVos .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uAypw8fVos .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uAypw8fVos .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uAypw8fVos .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uAypw8fVos .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uAypw8fVos .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uAypw8fVos .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uAypw8fVos .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uAypw8fVos .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uAypw8fVos .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAypw8fVos .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAypw8fVos .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uAypw8fVos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAypw8fVos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAypw8fVos .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uAypw8fVos .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAypw8fVos .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uAypw8fVos .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uAypw8fVos .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uAypw8fVos .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uAypw8fVos .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uAypw8fVos button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uAypw8fVos button.navbar-toggler:focus {
  outline: none;
}
.cid-uAypw8fVos button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-uAypw8fVos button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAypw8fVos button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAypw8fVos button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAypw8fVos button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAypw8fVos nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAypw8fVos nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAypw8fVos nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAypw8fVos nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAypw8fVos .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAypw8fVos .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAypw8fVos .collapsed .btn {
  display: flex;
}
.cid-uAypw8fVos .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uAypw8fVos .collapsed .navbar-collapse.collapsing,
.cid-uAypw8fVos .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uAypw8fVos .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uAypw8fVos .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uAypw8fVos .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uAypw8fVos .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uAypw8fVos .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uAypw8fVos .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uAypw8fVos .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uAypw8fVos .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uAypw8fVos .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uAypw8fVos .collapsed button.navbar-toggler {
  display: block;
}
.cid-uAypw8fVos .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uAypw8fVos .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uAypw8fVos .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uAypw8fVos .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uAypw8fVos .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uAypw8fVos .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uAypw8fVos .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uAypw8fVos .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uAypw8fVos .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uAypw8fVos .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uAypw8fVos .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uAypw8fVos .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uAypw8fVos .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uAypw8fVos .navbar-collapse.collapsing,
  .cid-uAypw8fVos .navbar-collapse.show {
    display: block !important;
  }
  .cid-uAypw8fVos .navbar-collapse.collapsing .navbar-nav,
  .cid-uAypw8fVos .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uAypw8fVos .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uAypw8fVos .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uAypw8fVos .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uAypw8fVos .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uAypw8fVos .navbar-collapse.collapsing .navbar-buttons,
  .cid-uAypw8fVos .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uAypw8fVos .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uAypw8fVos .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uAypw8fVos img {
    height: 3.8rem !important;
  }
  .cid-uAypw8fVos .btn {
    display: flex;
  }
  .cid-uAypw8fVos button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uAypw8fVos .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uAypw8fVos .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uAypw8fVos .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uAypw8fVos .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uAypw8fVos .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uAypw8fVos .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uAypw8fVos .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uAypw8fVos .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uAypw8fVos .navbar-toggler {
  position: relative;
}
.cid-uAypw8fVos .dropdown-item.active,
.cid-uAypw8fVos .dropdown-item:active {
  color: initial;
}
.cid-uAypw8fVos .widget-title {
  color: #83868c;
}
.cid-uAypw8fVos .widget-text {
  color: #83868c;
}
.cid-uAypw8fVos .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uAypw8fVos .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uAypw8fVos .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uAypw8fVos .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #0a1126;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uAypw8fVos .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uAypw8fVos .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uAypw8fVos .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uAypw8fVos .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uAypw8fVos .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uAypw8fVos .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uAypw8fVos .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uAypw8fVos .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uAypw8fVos .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uAypw8fVos .menu-content-top,
  .cid-uAypw8fVos .menu-bottom {
    padding: 0 15px;
  }
  .cid-uAypw8fVos button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uAypw9nYKt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1a1a;
}
.cid-uAypw9nYKt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAypw9nYKt .mbr-section-title {
  color: #ffffff;
}
.cid-uAypw9nYKt .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uAypw9nYKt .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uAypw9nYKt .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #000000;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uAypw9nYKt .mbr-section-btn {
  display: flex;
}
.cid-uAypw9nYKt .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uAypw9nYKt .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uAypw9nYKt .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uAypw9nYKt .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uAypw9nYKt .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uAypw9nYKt .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uAypw9nYKt .video-wrap .icon-wrap .line-video-1,
.cid-uAypw9nYKt .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uAypw9nYKt .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uAypw9nYKt .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uAypw9nYKt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uAypw9nYKt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uAypw9nYKt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uAypw9nYKt a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ca1f27;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uAypw9nYKt a.close:hover {
  color: #ca1f27;
}
@media (max-width: 991px) {
  .cid-uAypw9nYKt .separator,
  .cid-uAypw9nYKt .sep-holder,
  .cid-uAypw9nYKt .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uAypw9nYKt .buttons-wrap {
    flex-direction: column;
  }
  .cid-uAypw9nYKt .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uAypw9nYKt .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uAypw9nYKt .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uAypw9nYKt .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uAypw9nYKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAypw9nYKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAE7wHf8Ry {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAE7wHf8Ry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAE7wHf8Ry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAE7wHf8Ry .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uAE7wHf8Ry .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uAE7wHf8Ry .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uAE7wHf8Ry .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAE7wHf8Ry .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uAE7wHf8Ry .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAE7wHf8Ry .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uAE7wHf8Ry .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uAE7wHf8Ry .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAE7wHf8Ry .mbr-section-title {
  color: #191c25;
}
.cid-uAE7wHf8Ry .mbr-desc {
  color: #858585;
  text-align: center;
}
.cid-uAE7wHf8Ry .mbr-section-title,
.cid-uAE7wHf8Ry .mbr-section-btn,
.cid-uAE7wHf8Ry .title-wrapper {
  text-align: center;
}
.cid-uAE7ogr2ls {
  overflow: hidden !important;
  background: linear-gradient(to right, #d9dade 0%, #d9dade 30%, #ffffff 30%, #ffffff 100%);
}
.cid-uAE7ogr2ls .animated-element {
  color: #353535;
}
.cid-uAE7ogr2ls .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAE7ogr2ls .mbr-section-subtitle {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uAE7ogr2ls .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAE7ogr2ls .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uAE7ogr2ls {
    background: #ffffff;
  }
  .cid-uAE7ogr2ls .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uAE7ogr2ls .mbr-section-title {
  color: #000000;
}
.cid-uAE7q6qCXj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uAE7q6qCXj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uAE7q6qCXj .team-card:hover {
  transform: translateY(-10px);
}
.cid-uAE7q6qCXj .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uAE7q6qCXj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uAE7q6qCXj .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uAE7q6qCXj .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAE7q6qCXj .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uAE7q6qCXj .social-row {
  text-align: center;
}
.cid-uAE7q6qCXj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uAE7q6qCXj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uAE7q6qCXj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uAE7q6qCXj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uAE7q6qCXj .mbr-section-title {
  color: #000000;
}
.cid-uAIyzgbjwz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uAIyzgbjwz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uAIyzgbjwz .team-card:hover {
  transform: translateY(-10px);
}
.cid-uAIyzgbjwz .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uAIyzgbjwz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uAIyzgbjwz .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uAIyzgbjwz .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAIyzgbjwz .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uAIyzgbjwz .social-row {
  text-align: center;
}
.cid-uAIyzgbjwz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uAIyzgbjwz .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uAIyzgbjwz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uAIyzgbjwz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uAIyzgbjwz .mbr-section-title {
  color: #000000;
}
.cid-uAILiTU5JO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uAILiTU5JO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uAILiTU5JO .team-card:hover {
  transform: translateY(-10px);
}
.cid-uAILiTU5JO .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uAILiTU5JO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uAILiTU5JO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uAILiTU5JO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAILiTU5JO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uAILiTU5JO .social-row {
  text-align: center;
}
.cid-uAILiTU5JO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uAILiTU5JO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uAILiTU5JO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uAILiTU5JO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uAILiTU5JO .mbr-section-title {
  color: #000000;
}
.cid-uAJP7uaFFJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #12351f;
}
.cid-uAJP7uaFFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJP7uaFFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAJP7uaFFJ .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uAJP7uaFFJ .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uAJP7uaFFJ .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uAJP7uaFFJ .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uAJP7uaFFJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAJP7uaFFJ .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uAJP7uaFFJ .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAJP7uaFFJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAJP7uaFFJ .btn-wrapper {
  margin-top: -15%;
}
.cid-uAJP7uaFFJ .mbr-section-title {
  color: #272b2e;
}
.cid-uAJP7uaFFJ .mbr-text,
.cid-uAJP7uaFFJ .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uAJP7uaFFJ .mbr-section-title,
.cid-uAJP7uaFFJ .mbr-section-btn,
.cid-uAJP7uaFFJ .clients-wrapper {
  text-align: center;
}
.cid-uAJPxyedJ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a38d43;
}
.cid-uAJPxyedJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJPxyedJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAJPxyedJ3 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uAJPxyedJ3 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uAJPxyedJ3 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uAJPxyedJ3 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uAJPxyedJ3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAJPxyedJ3 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uAJPxyedJ3 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAJPxyedJ3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAJPxyedJ3 .btn-wrapper {
  margin-top: -15%;
}
.cid-uAJPxyedJ3 .mbr-section-title {
  color: #272b2e;
}
.cid-uAJPxyedJ3 .mbr-text,
.cid-uAJPxyedJ3 .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uAJPxyedJ3 .mbr-section-title,
.cid-uAJPxyedJ3 .mbr-section-btn,
.cid-uAJPxyedJ3 .clients-wrapper {
  text-align: center;
}
.cid-uAySRft5jq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAySRft5jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAySRft5jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAySRft5jq .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uAySRft5jq .container {
    padding: 0 12px;
  }
}
.cid-uAySRft5jq .row {
  justify-content: center;
}
.cid-uAySRft5jq .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
.cid-uAySRft5jq .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  border-radius: 32px;
  opacity: .85;
}
.cid-uAySRft5jq .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uAySRft5jq .image-wrapper img {
    height: 350px;
  }
}
.cid-uAypwavOZX {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAypwavOZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAypwavOZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAypwavOZX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uAypwavOZX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAypwavOZX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uAypwavOZX .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uAypwavOZX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uAypwavOZX .mbr-text,
.cid-uAypwavOZX .mbr-section-btn {
  color: #000000;
}
.cid-uAypwavOZX .mbr-section-title {
  color: #000000;
}
.cid-uAypwaV6Fl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/panorama-mirador-2000x682.png");
}
.cid-uAypwaV6Fl .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uAypwaV6Fl .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uAypwaV6Fl .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uAypwaV6Fl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #a38d43);
  display: inline-block;
}
.cid-uAypwaV6Fl .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uAypwaV6Fl .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uAypwaV6Fl .mbr-section-title,
.cid-uAypwaV6Fl .social-list,
.cid-uAypwaV6Fl .underline {
  color: #ffffff;
}
.cid-uAypwbm1b1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAypwbm1b1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAypwbm1b1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAypwbm1b1 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uAypwbm1b1 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uAypwbm1b1 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAypwbm1b1 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uAypwbm1b1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-uAypwbm1b1 P {
  color: #000000;
}
.cid-uAypwbQnBa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAypwbQnBa .mbr-section-title {
  margin-bottom: 30px;
  color: #a38d43;
}
.cid-uAypwbQnBa .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-uAypwbQnBa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uAypwbQnBa .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-uAypwbQnBa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAypwbQnBa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAypwbQnBa .map-placeholder {
  display: none;
}
.cid-uAypwbQnBa h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uAypwcdXEQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #12351f;
}
.cid-uAJptnAyHq.popup-builder {
  background-color: #ffffff;
}
.cid-uAJptnAyHq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAJptnAyHq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAJptnAyHq .modal-content,
.cid-uAJptnAyHq .modal-dialog {
  height: auto;
}
.cid-uAJptnAyHq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAJptnAyHq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAJptnAyHq .form-wrapper .mbr-form .form-group,
  .cid-uAJptnAyHq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAJptnAyHq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAJptnAyHq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAJptnAyHq .mbr-text {
  text-align: justify;
}
.cid-uAJptnAyHq .pt-0 {
  padding-top: 0 !important;
}
.cid-uAJptnAyHq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAJptnAyHq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}
.cid-uAJptnAyHq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAJptnAyHq .modal-open {
  overflow: hidden;
}
.cid-uAJptnAyHq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAJptnAyHq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAJptnAyHq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAJptnAyHq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAJptnAyHq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAJptnAyHq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAJptnAyHq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAJptnAyHq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAJptnAyHq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAJptnAyHq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAJptnAyHq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAJptnAyHq .modal-backdrop.show {
  opacity: .5;
}
.cid-uAJptnAyHq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAJptnAyHq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnAyHq .modal-header {
    padding: 1rem;
  }
}
.cid-uAJptnAyHq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAJptnAyHq .modal-header .close svg {
  fill: #353535;
}
.cid-uAJptnAyHq .modal-header .close:hover {
  opacity: 1;
}
.cid-uAJptnAyHq .modal-header .close:focus {
  outline: none;
}
.cid-uAJptnAyHq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAJptnAyHq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAJptnAyHq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnAyHq .modal-body {
    padding: 1rem;
  }
}
.cid-uAJptnAyHq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAJptnAyHq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJptnAyHq .modal-footer {
    padding: 1rem;
  }
}
.cid-uAJptnAyHq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAJptnAyHq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAJptnAyHq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAJptnAyHq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAJptnAyHq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAJptnAyHq .modal-lg,
  .cid-uAJptnAyHq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAJptnAyHq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAJptnAyHq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAJptnAyHq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAJptnAyHq .form-group {
  margin-bottom: 1rem;
}
.cid-uAJptnAyHq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAJptnAyHq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAJptnAyHq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAJptnAyHq .mbr-section-btn {
  margin: 0;
}
.cid-uAJptnAyHq .mbr-section-btn .btn {
  margin: 0;
}
