body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5.2rem;
  line-height: 1.38221154;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 3.42105263rem;
    line-height: 1.40673077;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 3.04093567rem;
    line-height: 1.43870192;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.08rem;
    line-height: 1.44230769;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.2rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.30882353rem;
    line-height: 1.07666667;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.98013245rem;
    line-height: 1.09055556;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.18446602rem;
    line-height: 1.03;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.25;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.16071429rem;
    line-height: 1.18461538;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2rem;
    line-height: 1.3125;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.71232877rem;
    line-height: 1.095;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.42045455rem;
    line-height: 1.32;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.33333333rem;
    line-height: 1.265625;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.20300752rem;
    line-height: 1.246875;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.20300752rem;
    line-height: 1.19492188;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e45e26 !important;
}
.bg-success {
  background-color: #77c043 !important;
}
.bg-info {
  background-color: #69c7c2 !important;
}
.bg-warning {
  background-color: #355528 !important;
}
.bg-danger {
  background-color: #00494d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e45e26 !important;
  border-color: #e45e26 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e45e26;
  border-color: #e45e26;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e45e26 !important;
  border-color: #e45e26 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f99d1c !important;
  border-color: #f99d1c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f99d1c;
  border-color: #f99d1c;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f99d1c !important;
  border-color: #f99d1c !important;
}
.btn-secondary:hover {
  background-color: #dc8306 !important;
  border-color: #dc8306 !important;
}
.btn-info,
.btn-info:active {
  background-color: #69c7c2 !important;
  border-color: #69c7c2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #69c7c2;
  border-color: #69c7c2;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #69c7c2 !important;
  border-color: #69c7c2 !important;
}
.btn-info:hover {
  background-color: #45b8b2 !important;
  border-color: #45b8b2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #77c043 !important;
  border-color: #77c043 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #77c043;
  border-color: #77c043;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #77c043 !important;
  border-color: #77c043 !important;
}
.btn-success:hover {
  background-color: #5f9c34 !important;
  border-color: #5f9c34 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #355528 !important;
  border-color: #355528 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #355528;
  border-color: #355528;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #355528 !important;
  border-color: #355528 !important;
}
.btn-warning:hover {
  background-color: #4b7838 !important;
  border-color: #4b7838 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00494d !important;
  border-color: #00494d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #00494d;
  border-color: #00494d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00494d !important;
  border-color: #00494d !important;
}
.btn-danger:hover {
  background-color: #007980 !important;
  border-color: #007980 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e45e26;
  color: #e45e26;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #e45e26 !important;
  border-color: #e45e26;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e45e26 !important;
  border-color: #e45e26 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f99d1c;
  color: #f99d1c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #f99d1c !important;
  border-color: #f99d1c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f99d1c !important;
  border-color: #f99d1c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #69c7c2;
  color: #69c7c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #69c7c2 !important;
  border-color: #69c7c2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69c7c2 !important;
  border-color: #69c7c2 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #77c043;
  color: #77c043;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #77c043 !important;
  border-color: #77c043;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #77c043 !important;
  border-color: #77c043 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #355528;
  color: #355528;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #355528 !important;
  border-color: #355528;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #355528 !important;
  border-color: #355528 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #00494d;
  color: #00494d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #00494d !important;
  border-color: #00494d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00494d !important;
  border-color: #00494d !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #e45e26 !important;
}
.text-secondary {
  color: #f99d1c !important;
}
.text-success {
  color: #77c043 !important;
}
.text-info {
  color: #69c7c2 !important;
}
.text-warning {
  color: #355528 !important;
}
.text-danger {
  color: #00494d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ec906a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aa6505 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #487627 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #37938e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #355528 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #e45e26 !important;
}
.alert-success {
  background-color: #77c043;
}
.alert-info {
  background-color: #69c7c2;
}
.alert-warning {
  background-color: #355528;
}
.alert-danger {
  background-color: #00494d;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e45e26;
  border-color: #e45e26;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e45e26;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbe5db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bce0a2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c6eae8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a5cd95;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #33f4ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
}
.form-control > .mbr-iconfont {
  font-size: 2.56rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.33333333rem;
    line-height: 1.265625;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.20300752rem;
    line-height: 1.246875;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.20300752rem;
    line-height: 1.19492188;
  }
}
blockquote {
  border-color: #e45e26;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e45e26;
  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: #e45e26;
  border-bottom-color: #e45e26;
}
.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: #e45e26 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f99d1c !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.17rem;
  line-height: 0.86538462;
}
.cid-ugJNO64fIN {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #77c043;
}
.cid-ugJNO64fIN .nav-link,
.cid-ugJNO64fIN .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-ugJNO64fIN .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ugJNO64fIN .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-ugJNO64fIN .nav-link.text-primary:hover,
.cid-ugJNO64fIN .nav-link.text-primary:focus {
  color: #e45e26 !important;
}
.cid-ugJNO64fIN .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-ugJNO64fIN .nav-link:hover:before {
  opacity: 1;
}
.cid-ugJNO64fIN .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f99d1c;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-ugJNO64fIN .nav-link {
    margin: 0 !important;
  }
}
.cid-ugJNO64fIN .icons-menu {
  line-height: 0;
}
.cid-ugJNO64fIN .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-ugJNO64fIN .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-ugJNO64fIN .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-ugJNO64fIN .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-ugJNO64fIN .dropdown-menu a {
  overflow: hidden;
}
.cid-ugJNO64fIN .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/voyage3.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-ugJNO64fIN .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-ugJNO64fIN .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/voyage1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-ugJNO64fIN .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-ugJNO64fIN .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/voyage2.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-ugJNO64fIN .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-ugJNO64fIN .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/voyage4.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-ugJNO64fIN .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-ugJNO64fIN .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-ugJNO64fIN .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-ugJNO64fIN .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-ugJNO64fIN .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-ugJNO64fIN .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-ugJNO64fIN .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-ugJNO64fIN.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-ugJNO64fIN .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-ugJNO64fIN .btn {
    white-space: nowrap;
  }
  .cid-ugJNO64fIN .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #fbfbfb;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-ugJNO64fIN .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-ugJNO64fIN .nav-item.dropdown:hover::before,
  .cid-ugJNO64fIN .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-ugJNO64fIN .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-ugJNO64fIN .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ugJNO64fIN .navbar > .container,
.cid-ugJNO64fIN .navbar > .container-fluid {
  align-items: center;
}
.cid-ugJNO64fIN .dropdown-toggle::after,
.cid-ugJNO64fIN .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-ugJNO64fIN .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-ugJNO64fIN .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-ugJNO64fIN .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-ugJNO64fIN .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-ugJNO64fIN .nav-item:focus,
.cid-ugJNO64fIN .nav-link:focus {
  outline: none;
}
.cid-ugJNO64fIN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ugJNO64fIN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugJNO64fIN .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ugJNO64fIN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-ugJNO64fIN ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-ugJNO64fIN .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #77c043;
}
.cid-ugJNO64fIN .navbar.opened {
  transition: all 0.3s;
  background: #77c043 !important;
}
.cid-ugJNO64fIN .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ugJNO64fIN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugJNO64fIN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugJNO64fIN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-ugJNO64fIN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ugJNO64fIN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugJNO64fIN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugJNO64fIN .dropdown-menu .menu__images {
    display: none;
  }
  .cid-ugJNO64fIN .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-ugJNO64fIN .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugJNO64fIN.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugJNO64fIN .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-ugJNO64fIN .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-ugJNO64fIN .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-ugJNO64fIN .navbar-logo {
    margin: 0;
  }
  .cid-ugJNO64fIN .navbar-logo img {
    height: 60px !important;
  }
  .cid-ugJNO64fIN .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-ugJNO64fIN .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugJNO64fIN .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-ugJNO64fIN .navbar {
    padding: 13px 90px;
  }
  .cid-ugJNO64fIN .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ugJNO64fIN .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-ugJNO64fIN .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ugJNO64fIN .dropdown-toggle::after,
  .cid-ugJNO64fIN .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-ugJNO64fIN .nav-item {
    border-bottom: 1px solid #fbfbfb;
  }
  .cid-ugJNO64fIN a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-ugJNO64fIN ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-ugJNO64fIN .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-ugJNO64fIN .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-ugJNO64fIN.navbar-short {
  background: #77c043 !important;
  min-height: 70px;
  height: 70px;
}
.cid-ugJNO64fIN.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ugJNO64fIN.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugJNO64fIN.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-ugJNO64fIN .navbar {
    padding: 0 !important;
  }
  .cid-ugJNO64fIN ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-ugJNO64fIN a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-ugJNO64fIN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-ugJNO64fIN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugJNO64fIN .dropdown-item.active,
.cid-ugJNO64fIN .dropdown-item:active {
  background-color: transparent;
}
.cid-ugJNO64fIN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #77c043;
}
.cid-ugJNO64fIN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-ugJNO64fIN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ugJNO64fIN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugJNO64fIN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugJNO64fIN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugJNO64fIN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugJNO64fIN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugJNO64fIN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugJNO64fIN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugJNO64fIN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugJNO64fIN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-ugJNO64fIN .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-ugJNO64fIN .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugJNO64fIN .navbar {
    height: 97px;
  }
  .cid-ugJNO64fIN .navbar.opened {
    height: auto;
  }
  .cid-ugJNO64fIN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugJxtExYzz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #fcffff;
}
.cid-ugJxtExYzz .title__block {
  position: relative;
  z-index: 10;
}
.cid-ugJxtExYzz .mbr-section-title {
  margin-bottom: 25px;
  color: #f99d1c;
}
.cid-ugJxtExYzz .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #69c7c2;
}
.cid-ugJxtExYzz .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-ugJxtExYzz .mbr-section-btn {
  padding-right: 150px;
}
.cid-ugJxtExYzz .slider__block .container {
  padding: 0 15px;
}
.cid-ugJxtExYzz .carousel {
  padding-bottom: 100px;
}
.cid-ugJxtExYzz .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-ugJxtExYzz .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-ugJxtExYzz .carousel-item.active {
  opacity: 1;
}
.cid-ugJxtExYzz .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-ugJxtExYzz .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-ugJxtExYzz .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ugJxtExYzz .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ugJxtExYzz .carousel-item .cloneditem-1,
.cid-ugJxtExYzz .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-ugJxtExYzz .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-ugJxtExYzz .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-ugJxtExYzz .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-ugJxtExYzz .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-ugJxtExYzz .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ugJxtExYzz .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-ugJxtExYzz .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-ugJxtExYzz .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ugJxtExYzz .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ugJxtExYzz .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-ugJxtExYzz .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-ugJxtExYzz .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-ugJxtExYzz .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-ugJxtExYzz .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-ugJxtExYzz .cloneditem-1,
.cid-ugJxtExYzz .cloneditem-2,
.cid-ugJxtExYzz .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-ugJxtExYzz .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ugJxtExYzz .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-ugJxtExYzz .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ugJxtExYzz .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ugJxtExYzz .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ugJxtExYzz .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ugJxtExYzz .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ugJxtExYzz .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ugJxtExYzz .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ugJxtExYzz .carousel-inner.slides2 .cloneditem-1,
  .cid-ugJxtExYzz .carousel-inner.slides2 .cloneditem-2,
  .cid-ugJxtExYzz .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ugJxtExYzz .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ugJxtExYzz .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ugJxtExYzz .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ugJxtExYzz .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ugJxtExYzz .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ugJxtExYzz .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ugJxtExYzz .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ugJxtExYzz .carousel-inner.slides3 .cloneditem-1,
  .cid-ugJxtExYzz .carousel-inner.slides3 .cloneditem-2,
  .cid-ugJxtExYzz .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-ugJxtExYzz .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-ugJxtExYzz .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-ugJxtExYzz .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-ugJxtExYzz .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-ugJxtExYzz .mbr-section-btn {
    padding-right: 0;
  }
  .cid-ugJxtExYzz .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-ugJxtExYzz .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-ugJxtExYzz .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-ugJxtExYzz .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-ugJxtExYzz .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-ugJxtExYzz .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-ugJxtExYzz .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-ugJxtExYzz .carousel {
    padding-bottom: 50px;
  }
}
.cid-ugJxtExYzz .mbr-text,
.cid-ugJxtExYzz .mbr-section-btn {
  color: #3a6686;
}
.cid-uhFJQcM2cH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uhFJQcM2cH .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #eef5f4;
  z-index: 0;
}
.cid-uhFJQcM2cH .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-uhFJQcM2cH .mbr-section-subtitle {
  color: #f99d1c;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-uhFJQcM2cH .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/direccion-400x400.png");
}
.cid-uhFJQcM2cH .mbr-section-title {
  margin-bottom: 33px;
  color: #69c7c2;
}
.cid-uhFJQcM2cH .slider__image {
  margin-left: 11.8%;
}
.cid-uhFJQcM2cH .img-wrap {
  max-width: 100%;
}
.cid-uhFJQcM2cH .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uhFJQcM2cH .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-uhFJQcM2cH .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-uhFJQcM2cH .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-uhFJQcM2cH .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-uhFJQcM2cH .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-uhFJQcM2cH .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-uhFJQcM2cH .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-uhFJQcM2cH .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uhFJQcM2cH .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uhFJQcM2cH .carousel-controls .carousel-control-next,
.cid-uhFJQcM2cH .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uhFJQcM2cH .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-uhFJQcM2cH .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhFJQcM2cH .image-element {
    min-width: 50%;
  }
  .cid-uhFJQcM2cH .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uhFJQcM2cH .two__background:before {
    max-width: 90%;
  }
  .cid-uhFJQcM2cH .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-uhFJQcM2cH .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-uhFJQcM2cH .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-uhFJQcM2cH .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-uhFJQcM2cH .mbr-section-subtitle:after {
    content: none;
  }
  .cid-uhFJQcM2cH .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uhFJQcM2cH .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-uhFJQcM2cH .img-wrap {
    width: 100%;
  }
  .cid-uhFJQcM2cH .carousel-controls {
    display: none;
  }
  .cid-uhFJQcM2cH .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-uhFJQcM2cH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhFJQcM2cH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhFJQcM2cH .mbr-text {
  color: #3a6686;
}
.cid-ugJQLtNVfc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fcffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ugJQLtNVfc .mbr-section-title {
  margin-bottom: 25px;
  color: #f99d1c;
}
.cid-ugJQLtNVfc .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #69c7c2;
}
.cid-ugJQLtNVfc .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-ugJQLtNVfc .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-ugJQLtNVfc .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-ugJQLtNVfc .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-ugJQLtNVfc .mbr-gallery-filter ul {
  display: block;
}
.cid-ugJQLtNVfc .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-ugJQLtNVfc .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-ugJQLtNVfc .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-ugJQLtNVfc .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-ugJQLtNVfc .mbr-gallery-row {
  margin-top: 50px;
}
.cid-ugJQLtNVfc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ugJQLtNVfc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-ugJQLtNVfc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-ugJQLtNVfc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ugJQLtNVfc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-ugJQLtNVfc .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-ugJQLtNVfc .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-ugJQLtNVfc .icon-focus {
  display: none;
}
.cid-ugJQLtNVfc .mbr-gallery-item > div img,
.cid-ugJQLtNVfc .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-ugJQLtNVfc .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-ugJQLtNVfc .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-ugJQLtNVfc .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-ugJQLtNVfc .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-ugJQLtNVfc .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-ugJQLtNVfc .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ugJQLtNVfc .mbr-section-title {
    text-align: center;
  }
  .cid-ugJQLtNVfc .image {
    top: auto;
    height: 420px;
  }
  .cid-ugJQLtNVfc .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-ugJQLtNVfc .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-ugJQLtNVfc .mbr-gallery-item > div img,
  .cid-ugJQLtNVfc .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-ugJQLtNVfc .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-ugJQLtNVfc .image {
    height: 290px;
  }
}
.cid-uhBAjP1LFA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uhBAjP1LFA .title__block {
  z-index: 5;
}
.cid-uhBAjP1LFA .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uhBAjP1LFA .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110px;
  height: 110px;
  bottom: -85px;
  left: -105px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uhBAjP1LFA .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-uhBAjP1LFA .link a {
  font-weight: 700;
}
.cid-uhBAjP1LFA .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uhBAjP1LFA .link:hover span {
  transform: translateX(9px);
}
.cid-uhBAjP1LFA .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #eef5f4;
}
.cid-uhBAjP1LFA .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-uhBAjP1LFA .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-uhBAjP1LFA .card__content:hover {
  transform: scale(0.95);
}
.cid-uhBAjP1LFA .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uhBAjP1LFA .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-uhBAjP1LFA .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-uhBAjP1LFA .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-uhBAjP1LFA .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-uhBAjP1LFA .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-uhBAjP1LFA .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-uhBAjP1LFA .title__block {
    margin-bottom: 74px;
  }
  .cid-uhBAjP1LFA .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-uhBAjP1LFA .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uhBAjP1LFA .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-uhBAjP1LFA .card__content {
    height: 200px;
  }
  .cid-uhBAjP1LFA .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhBAjP1LFA .card__item {
    max-width: 274px;
  }
}
.cid-uhBAjP1LFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhBAjP1LFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugOGsMDuGT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcffff;
}
.cid-ugOGsMDuGT .mbr-section-title {
  margin-bottom: 20px;
  color: #f99d1c;
}
.cid-ugOGsMDuGT .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-ugOGsMDuGT .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-ugOGsMDuGT .card__title1 {
  color: #69c7c2;
}
.cid-ugOGsMDuGT .card__title2 {
  color: #69c7c2;
}
.cid-ugOGsMDuGT .card__title3 {
  color: #69c7c2;
}
.cid-ugOGsMDuGT .figure {
  margin-bottom: 26px;
}
.cid-ugOGsMDuGT .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-ugOGsMDuGT .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/direccion-400x400.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ugOGsMDuGT .card__text {
  margin-bottom: 0;
  color: #3a6686;
}
@media (max-width: 991px) {
  .cid-ugOGsMDuGT .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-ugOGsMDuGT .card__wrap {
    margin-bottom: 25px;
  }
  .cid-ugOGsMDuGT .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-ugOGsMDuGT .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-ugOGsMDuGT .figure {
    margin-bottom: 10px;
  }
  .cid-ugOGsMDuGT .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-ugOGsMDuGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugOGsMDuGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugJxQZ86pi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-ugJxQZ86pi .mbr-section-title {
  padding-left: 90px;
  color: #69c7c2;
}
.cid-ugJxQZ86pi .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-ugJxQZ86pi .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  bottom: -120px;
  right: 30px;
  background-image: url("../../../assets/images/direccion-400x400.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ugJxQZ86pi .mbr-section-subtitle {
  margin-bottom: 0;
  color: #f99d1c;
}
.cid-ugJxQZ86pi .rotate__image {
  transform: rotate(5.92deg);
  width: 30%;
  bottom: -100px;
  left: 12%;
  z-index: 1;
  position: absolute;
}
.cid-ugJxQZ86pi .rotate__image .image {
  min-width: 425px;
  position: relative;
}
.cid-ugJxQZ86pi .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-ugJxQZ86pi .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-ugJxQZ86pi .rotate__image2 {
  bottom: -45px;
  z-index: 2;
  left: 5.5%;
  position: absolute;
  transform: rotate(-9.18deg);
  width: 13%;
}
.cid-ugJxQZ86pi .rotate__image2 .image {
  min-width: 170px;
  position: relative;
}
.cid-ugJxQZ86pi .rotate__image2 .image:before {
  padding-top: 150%;
  display: block;
  content: "";
  width: 100%;
}
.cid-ugJxQZ86pi .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-ugJxQZ86pi .list__block {
  margin-top: 10px;
}
.cid-ugJxQZ86pi .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-ugJxQZ86pi .list__item {
  margin-bottom: 65px;
  position: relative;
}
.cid-ugJxQZ86pi .list__item span {
  display: block;
  position: absolute;
  top: 50%;
  left: -56px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform: translateY(-50%);
}
.cid-ugJxQZ86pi .list__item span:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: inherit;
  opacity: .2;
}
.cid-ugJxQZ86pi .list__item:nth-child(1) span {
  background-color: #00494d;
}
.cid-ugJxQZ86pi .list__item:nth-child(2) span {
  background-color: #77c043;
}
.cid-ugJxQZ86pi .list__item:nth-child(3) span {
  background-color: #355528;
}
.cid-ugJxQZ86pi .list__item:nth-child(4) span {
  background-color: #69c7c2;
}
.cid-ugJxQZ86pi .list__item:nth-child(5) span {
  background-color: #f99d1c;
}
.cid-ugJxQZ86pi .list__item:nth-child(6) span {
  background-color: #e45e26;
}
@media (max-width: 1024px) {
  .cid-ugJxQZ86pi .mbr-section-subtitle,
  .cid-ugJxQZ86pi .mbr-section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-ugJxQZ86pi .mbr-section-title {
    padding: 0 15px;
  }
  .cid-ugJxQZ86pi .figure:before {
    width: 70px;
    height: 70px;
    bottom: -65px;
    right: -5px;
  }
  .cid-ugJxQZ86pi .list__block {
    margin-top: 55px;
  }
  .cid-ugJxQZ86pi .list__item {
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 23px;
  }
  .cid-ugJxQZ86pi .list__item span {
    left: -44px;
  }
  .cid-ugJxQZ86pi .bottom__block {
    display: none;
  }
}
.cid-ugJxQZ86pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugJxQZ86pi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s142rgl4FV {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s142rgl4FV .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #efa181;
  color: #69c7c2;
}
.cid-s142rgl4FV .mbr-text {
  padding-right: 70px;
  color: #3a6686;
}
.cid-s142rgl4FV .form-group {
  padding: 0;
}
.cid-s142rgl4FV .form-control {
  background-color: #ffffff !important;
  color: #2c3945;
  border: 1px solid #77c043;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-s142rgl4FV .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-s142rgl4FV .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-s142rgl4FV .mbr-form .btn {
  margin: 0;
}
.cid-s142rgl4FV .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-s142rgl4FV input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-s142rgl4FV input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-s142rgl4FV .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-s142rgl4FV .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #efa181;
  }
  .cid-s142rgl4FV .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s142rgl4FV .dragArea {
    margin: 0;
  }
  .cid-s142rgl4FV .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-s142rgl4FV .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-s142rgl4FV .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-s142rgl4FV .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
