.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Stack Sans Headline;
}
.display-1 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 4.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.375rem;
}
.display-2 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epunda Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.01rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.01rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #caf31d !important;
}
.bg-success {
  background-color: #ffef05 !important;
}
.bg-info {
  background-color: #f8f8f8 !important;
}
.bg-warning {
  background-color: #fda41e !important;
}
.bg-danger {
  background-color: #fa1e24 !important;
}
.btn-primary .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #caf31d !important;
  border-color: #caf31d !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #dbf766 !important;
  border-color: #dbf766 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #dbf766 !important;
  border-color: #dbf766 !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #751ca9 !important;
  border-color: #751ca9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #9f34dd !important;
  border-color: #9f34dd !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9f34dd !important;
  border-color: #9f34dd !important;
}
.btn-info .mbr-iconfont {
  background-color: #464646;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #464646 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #464646 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #ffef05 !important;
  border-color: #ffef05 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fff452 !important;
  border-color: #fff452 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #fff452 !important;
  border-color: #fff452 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #fda41e !important;
  border-color: #fda41e !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fec36a !important;
  border-color: #fec36a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #fec36a !important;
  border-color: #fec36a !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-danger,
.btn-danger:active {
  background-color: #fa1e24 !important;
  border-color: #fa1e24 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fc696d !important;
  border-color: #fc696d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fc696d !important;
  border-color: #fc696d !important;
}
.btn-white .mbr-iconfont {
  background-color: #4d4d4d;
  color: #ffffff;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4d4d4d !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #262626 !important;
  border-color: #262626 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #caf31d;
  color: #000000;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #caf31d;
  color: #caf31d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #90b009 !important;
  background-color: transparent !important;
  border-color: #90b009 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background-color: #90b009;
  color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #caf31d !important;
  border-color: #caf31d !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #751ca9;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #751ca9;
  color: #751ca9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #42105f !important;
  background-color: transparent !important;
  border-color: #42105f !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background-color: #42105f;
  color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #751ca9 !important;
  border-color: #751ca9 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #f8f8f8;
  color: #5f5f5f;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f8f8f8;
  color: #f8f8f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cdcdcd !important;
  background-color: transparent !important;
  border-color: #cdcdcd !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background-color: #cdcdcd;
  color: #343434;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #464646 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #ffef05;
  color: #000000;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffef05;
  color: #ffef05;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ada200 !important;
  background-color: transparent !important;
  border-color: #ada200 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background-color: #ada200;
  color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffef05 !important;
  border-color: #ffef05 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #fda41e;
  color: #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fda41e;
  color: #fda41e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c37602 !important;
  background-color: transparent !important;
  border-color: #c37602 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background-color: #c37602;
  color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #fda41e !important;
  border-color: #fda41e !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #fa1e24;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fa1e24;
  color: #fa1e24;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bd0409 !important;
  background-color: transparent !important;
  border-color: #bd0409 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background-color: #bd0409;
  color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fa1e24 !important;
  border-color: #fa1e24 !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #ffffff;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background-color: #d4d4d4;
  color: #3b3b3b;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #4d4d4d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #caf31d !important;
}
.text-secondary {
  color: #751ca9 !important;
}
.text-success {
  color: #ffef05 !important;
}
.text-info {
  color: #f8f8f8 !important;
}
.text-warning {
  color: #fda41e !important;
}
.text-danger {
  color: #fa1e24 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #84a109 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #380e51 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9e9400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c5c5c5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b36c02 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ae0409 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #caf31d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f8f8f8;
}
.alert-warning {
  background-color: #fda41e;
}
.alert-danger {
  background-color: #fa1e24;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 16px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #caf31d;
  border-color: #caf31d;
  color: #212802;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #caf31d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7fddf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcd1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff6e8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fee6e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epunda Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 16px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #caf31d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #caf31d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 16px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 16px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #caf31d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #caf31d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #caf31d;
  border-bottom-color: #caf31d;
}
.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: #000000 !important;
  background-color: #caf31d !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: #751ca9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23caf31d' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 500;
  padding: 8px 24px 8px 24px;
  min-height: 62px;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 48px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all .3s ease;
  margin-left: 20px;
  margin-right: -17px;
}
.mbr-section-btn .btn-primary .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn .btn-primary.focus .mbr-iconfont,
.mbr-section-btn .btn-primary.active .mbr-iconfont {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  background-color: #caf31d !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  background-color: #caf31d !important;
  color: #000000 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.grid-item::before {
  border-radius: 30px !important;
}
@media (max-width: 991px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .grid-item::before {
    border-radius: 25px !important;
  }
}
.middle-radius {
  border-radius: 20px !important;
}
.little-radius,
.dropdown-item {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vb5sAtaLeA {
  z-index: 1000;
  width: 100%;
}
.cid-vb5sAtaLeA nav.navbar {
  position: fixed;
}
.cid-vb5sAtaLeA .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vb5sAtaLeA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb5sAtaLeA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vb5sAtaLeA .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vb5sAtaLeA .dropdown-item:hover,
.cid-vb5sAtaLeA .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vb5sAtaLeA .dropdown-item:hover span {
  color: white;
}
.cid-vb5sAtaLeA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vb5sAtaLeA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vb5sAtaLeA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vb5sAtaLeA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vb5sAtaLeA .nav-link {
  position: relative;
}
.cid-vb5sAtaLeA .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vb5sAtaLeA .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vb5sAtaLeA .container {
    max-width: 1100px;
  }
}
.cid-vb5sAtaLeA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vb5sAtaLeA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vb5sAtaLeA .dropdown-menu,
.cid-vb5sAtaLeA .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-vb5sAtaLeA .nav-item:focus,
.cid-vb5sAtaLeA .nav-link:focus {
  outline: none;
}
.cid-vb5sAtaLeA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb5sAtaLeA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vb5sAtaLeA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb5sAtaLeA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb5sAtaLeA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb5sAtaLeA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vb5sAtaLeA .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vb5sAtaLeA .navbar.opened {
  transition: all 0.3s;
}
.cid-vb5sAtaLeA .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vb5sAtaLeA .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vb5sAtaLeA .navbar .navbar-logo img {
  width: auto;
}
.cid-vb5sAtaLeA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vb5sAtaLeA .navbar.collapsed {
  justify-content: center;
}
.cid-vb5sAtaLeA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb5sAtaLeA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vb5sAtaLeA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vb5sAtaLeA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vb5sAtaLeA .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vb5sAtaLeA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vb5sAtaLeA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vb5sAtaLeA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb5sAtaLeA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vb5sAtaLeA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vb5sAtaLeA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5sAtaLeA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5sAtaLeA .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vb5sAtaLeA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5sAtaLeA .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vb5sAtaLeA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vb5sAtaLeA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb5sAtaLeA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5sAtaLeA .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vb5sAtaLeA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vb5sAtaLeA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb5sAtaLeA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5sAtaLeA .navbar.navbar-short {
  min-height: 86px;
}
.cid-vb5sAtaLeA .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vb5sAtaLeA .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vb5sAtaLeA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vb5sAtaLeA .navbar-brand .navbar-caption:hover,
.cid-vb5sAtaLeA .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vb5sAtaLeA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5sAtaLeA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vb5sAtaLeA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vb5sAtaLeA .dropdown-item.active,
.cid-vb5sAtaLeA .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5sAtaLeA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5sAtaLeA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5sAtaLeA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5sAtaLeA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vb5sAtaLeA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vb5sAtaLeA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vb5sAtaLeA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5sAtaLeA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vb5sAtaLeA ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vb5sAtaLeA ul.navbar-nav {
    padding: 10px;
  }
  .cid-vb5sAtaLeA ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vb5sAtaLeA .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vb5sAtaLeA .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vb5sAtaLeA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vb5sAtaLeA .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vb5sAtaLeA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vb5sAtaLeA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vb5sAtaLeA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vb5sAtaLeA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #06880e;
}
.cid-vb5sAtaLeA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vb5sAtaLeA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vb5sAtaLeA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vb5sAtaLeA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vb5sAtaLeA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5sAtaLeA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5sAtaLeA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5sAtaLeA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5sAtaLeA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vb5sAtaLeA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vb5sAtaLeA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5sAtaLeA .navbar {
    height: 70px;
  }
  .cid-vb5sAtaLeA .navbar.opened {
    height: auto;
  }
  .cid-vb5sAtaLeA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb5sAtaLeA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vb5sAtaLeA .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vb5sAtaLeA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vb5sAtaLeA .nav-item .nav-link:hover {
  background-color: #caf31d;
  color: #000000;
}
.cid-vb5sAtaLeA .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vb5sAtaLeA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vb5sAtaLeA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vb5sAtaLeA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vb5sAtaLeA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vb5sAtaLeA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vb5sAtaLeA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vb5sAtaLeA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vb5sAtaLeA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vb5sAtaLeA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vb5sAtaLeA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vb5sAtaLeA .content-wrap {
  min-height: 86px;
}
.cid-vb5sAtaLeA .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vb5sAtaLeA .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vb5sAEz2wR {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/whatsapp-image-2026-05-06-at-10.22.39-pm-1280x960.jpeg");
  overflow: hidden;
}
.cid-vb5sAEz2wR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5sAEz2wR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5sAEz2wR .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vb5sAEz2wR .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vb5sAEz2wR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vb5sAEz2wR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb5sAEz2wR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vb5sAEz2wR .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vb5sAEz2wR .mbr-section-title {
  color: #ffffff;
}
.cid-vb5sAEz2wR .mbr-text,
.cid-vb5sAEz2wR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vb5sAEz2wR .mbr-section-btn,
.cid-vb5sAEz2wR .mbr-section-title {
  text-align: center;
}
.cid-vb5sJRQV4V {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-vb5sJRQV4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5sJRQV4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5sJRQV4V .content-wrap {
  margin: 0 -25px;
}
.cid-vb5sJRQV4V .content-wrap .card {
  padding: 0 25px;
}
.cid-vb5sJRQV4V .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vb5sJRQV4V .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vb5sJRQV4V .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vb5sJRQV4V .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vb5sJRQV4V .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vb5sJRQV4V .title-wrapper {
  margin-bottom: 25px;
}
.cid-vb5sJRQV4V .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vb5sJRQV4V .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vb5sJRQV4V .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vb5sJRQV4V .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vb5sJRQV4V .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb5sJRQV4V .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vb5sJRQV4V .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vb5sJRQV4V .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vb5sJRQV4V .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vb5sJRQV4V .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vb5sJRQV4V .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vb5sJRQV4V .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vb5sJRQV4V .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vb5sJRQV4V .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vb5sJRQV4V .mbr-label {
  color: #000000;
}
.cid-vb5sJRQV4V .mbr-section-title {
  color: #000000;
}
.cid-vb5sJRQV4V .mbr-text {
  color: #000000;
}
.cid-vb5sJRQV4V .list {
  color: #000000;
}
.cid-vb5sJRQV4V .mbr-section-title,
.cid-vb5sJRQV4V .main-btn,
.cid-vb5sJRQV4V .title-wrap {
  color: #06880e;
}
.cid-vb5sTf57uY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #06880e;
}
.cid-vb5sTf57uY .item:focus,
.cid-vb5sTf57uY span:focus {
  outline: none;
}
.cid-vb5sTf57uY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vb5sTf57uY .content-head {
  max-width: 800px;
}
.cid-vb5sTf57uY .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vk00V9nHN0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vk00V9nHN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk00V9nHN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk00V9nHN0 .content-wrap {
  margin: 0 -25px;
}
.cid-vk00V9nHN0 .content-wrap .card {
  padding: 0 25px;
}
.cid-vk00V9nHN0 .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vk00V9nHN0 .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vk00V9nHN0 .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vk00V9nHN0 .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vk00V9nHN0 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vk00V9nHN0 .title-wrapper {
  margin-bottom: 25px;
}
.cid-vk00V9nHN0 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vk00V9nHN0 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vk00V9nHN0 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vk00V9nHN0 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vk00V9nHN0 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk00V9nHN0 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vk00V9nHN0 .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vk00V9nHN0 .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vk00V9nHN0 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vk00V9nHN0 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vk00V9nHN0 .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vk00V9nHN0 .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vk00V9nHN0 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vk00V9nHN0 .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vk00V9nHN0 .mbr-label {
  color: #000000;
}
.cid-vk00V9nHN0 .mbr-section-title {
  color: #000000;
}
.cid-vk00V9nHN0 .mbr-text {
  color: #000000;
}
.cid-vk00V9nHN0 .list {
  color: #000000;
}
.cid-vk02VFUqib {
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/motos-solares-1448x1086.jpg");
  overflow: hidden;
}
.cid-vk02VFUqib .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk02VFUqib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk02VFUqib .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vk02VFUqib .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vk02VFUqib .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vk02VFUqib .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk02VFUqib .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vk02VFUqib .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vk02VFUqib .mbr-section-title {
  color: #ffffff;
}
.cid-vk02VFUqib .mbr-text,
.cid-vk02VFUqib .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vk02VFUqib .mbr-section-btn,
.cid-vk02VFUqib .mbr-section-title {
  text-align: center;
}
.cid-vjxc45qq8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06880e;
}
.cid-vjxc45qq8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjxc45qq8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjxc45qq8N .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vjxc45qq8N .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vjxc45qq8N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjxc45qq8N .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjxc45qq8N .items-wrapper {
  margin: 0 -10px;
}
.cid-vjxc45qq8N .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vjxc45qq8N .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vjxc45qq8N .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjxc45qq8N .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 40px;
  border: 1px solid #303030;
  overflow: hidden;
  background-image: linear-gradient(135deg, #111111 0%, #111111 50%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vjxc45qq8N .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vjxc45qq8N .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjxc45qq8N .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vjxc45qq8N .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjxc45qq8N .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vjxc45qq8N .items-wrapper .item .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-vjxc45qq8N .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vjxc45qq8N .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vjxc45qq8N .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vjxc45qq8N .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vjxc45qq8N .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 14px;
}
.cid-vjxc45qq8N .mbr-section-title {
  color: #ffffff;
}
.cid-vjxc45qq8N .mbr-section-subtitle {
  color: #ffee00;
}
.cid-vjxc45qq8N .item-name {
  color: #ffee00;
}
.cid-vjxc45qq8N .item-role {
  color: #ffffff;
}
.cid-vjxc45qq8N .item-text {
  color: #8c8c8c;
}
.cid-vb5sB4Twcq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb5sB4Twcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5sB4Twcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5sB4Twcq .title-wrapper {
  margin-bottom: 50px;
}
.cid-vb5sB4Twcq .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vb5sB4Twcq .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vb5sB4Twcq .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vb5sB4Twcq .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vb5sB4Twcq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vb5sB4Twcq .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vb5sB4Twcq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vb5sB4Twcq .items-wrapper {
  margin: 0 -10px;
}
.cid-vb5sB4Twcq .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vb5sB4Twcq .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vb5sB4Twcq .items-wrapper .item:hover .item-wrapper,
.cid-vb5sB4Twcq .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vb5sB4Twcq .items-wrapper .item:hover .item-wrapper,
  .cid-vb5sB4Twcq .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vb5sB4Twcq .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vb5sB4Twcq .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #caf31d;
  color: #000000;
}
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #f9f458;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vb5sB4Twcq .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #caf31d;
  color: #000000;
}
.cid-vb5sB4Twcq .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vb5sB4Twcq .mbr-label,
.cid-vb5sB4Twcq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vb5sB4Twcq .mbr-section-title,
.cid-vb5sB4Twcq .title-wrap {
  color: #06880e;
  text-align: center;
}
.cid-vb5sB4Twcq .item-title {
  color: #000000;
}
.cid-vb5sB4Twcq .item-text {
  color: #000000;
}
.cid-vjxbAAj4eK {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vjxbAAj4eK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjxbAAj4eK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjxbAAj4eK .image-wrap {
  height: 300px;
}
.cid-vb5sRu7dbG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vb5sRu7dbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5sRu7dbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5sRu7dbG .content-wrap {
  margin: 0 -25px 50px -25px;
}
.cid-vb5sRu7dbG .content-wrap .card {
  justify-content: flex-end;
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vb5sRu7dbG .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vb5sRu7dbG .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vb5sRu7dbG .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vb5sRu7dbG .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vb5sRu7dbG .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vb5sRu7dbG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vb5sRu7dbG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb5sRu7dbG .items-wrapper {
  margin: 0 -75px;
}
@media (max-width: 1440px) {
  .cid-vb5sRu7dbG .items-wrapper {
    margin: 0 -25px;
  }
}
.cid-vb5sRu7dbG .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-vb5sRu7dbG .items-wrapper .item {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vb5sRu7dbG .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vb5sRu7dbG .items-wrapper .item .item-wrapper .card-box .item-title {
  border-bottom: 2px solid #000000;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vb5sRu7dbG .items-wrapper .item .item-wrapper .card-box .item-title {
    padding-bottom: 15px;
  }
}
.cid-vb5sRu7dbG .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vb5sRu7dbG .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-vb5sRu7dbG .mbr-label,
.cid-vb5sRu7dbG .label-wrapper {
  color: #000000;
}
.cid-vb5sRu7dbG .mbr-section-title {
  color: #000000;
}
.cid-vb5sRu7dbG .mbr-text {
  color: #000000;
}
.cid-vb5sRu7dbG .item-title {
  color: #000000;
}
.cid-vb5sRu7dbG .item-number {
  color: #000000;
}
.cid-vb5sRu7dbG .item-text {
  color: #000000;
}
.cid-vb5sRu7dbG .mbr-section-title,
.cid-vb5sRu7dbG .title-wrap {
  color: #06880e;
}
.cid-vjwW0QNjD1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vjwW0QNjD1 H3 {
  color: #000000;
}
.cid-vjwW0QNjD1 H4 {
  color: #d58f76;
}
.cid-vjwW0QNjD1 img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-vjwVwYbJjE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f458;
}
.cid-vjwVwYbJjE .card {
  margin: auto;
}
.cid-vjwVwYbJjE .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #200960;
  margin-bottom: 2rem;
}
.cid-vjwVwYbJjE .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 1rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-vjwVwYbJjE .card-text,
.cid-vjwVwYbJjE .card-box {
  color: #999999;
}
.cid-vjwVwYbJjE .display-5 {
  font-size: 1.6rem;
}
.cid-vjwVwYbJjE h4 {
  margin-bottom: 10px;
}
.cid-vjwVwYbJjE .card-title,
.cid-vjwVwYbJjE .card-box {
  color: #06880e;
}
.cid-vjwVwYbJjE .mbr-section-subtitle,
.cid-vjwVwYbJjE .card-box {
  color: #999999;
}
.cid-vb5sKllMRj {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vb5sKllMRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5sKllMRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5sKllMRj .image-wrap {
  height: 300px;
}
.cid-vmCXsf0hsq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f458;
  position: relative;
  overflow: hidden;
}
.cid-vmCXsf0hsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmCXsf0hsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmCXsf0hsq .col-title {
  margin-bottom: 2.5rem;
}
.cid-vmCXsf0hsq .mbr-section-title {
  color: #75083A;
}
.cid-vmCXsf0hsq .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-vmCXsf0hsq .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-vmCXsf0hsq .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 96px;
}
.cid-vmCXsf0hsq .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vmCXsf0hsq .mbr-section-btn {
  margin-top: 46px;
}
.cid-vmCXsf0hsq .bg-img {
  position: absolute;
  width: 100%;
  background-color: #a4cb02;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.cid-vb5sSnQ4ZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vb5sSnQ4ZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5sSnQ4ZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5sSnQ4ZG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vb5sSnQ4ZG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vb5sSnQ4ZG .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vb5sSnQ4ZG .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vb5sSnQ4ZG .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vb5sSnQ4ZG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb5sSnQ4ZG .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vb5sSnQ4ZG .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vb5sSnQ4ZG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vb5sSnQ4ZG .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vb5sSnQ4ZG .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vb5sSnQ4ZG .nav-wrapper .list .item-wrap:hover,
.cid-vb5sSnQ4ZG .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vb5sSnQ4ZG .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vb5sSnQ4ZG .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vb5sSnQ4ZG .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vb5sSnQ4ZG .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vb5sSnQ4ZG .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vb5sSnQ4ZG .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vb5sSnQ4ZG .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vb5sSnQ4ZG .mbr-text {
  color: #ffffff;
}
.cid-vb5sSnQ4ZG .list {
  color: #ffffff;
}
.cid-vb5sSnQ4ZG .mbr-soc {
  color: #ffffff;
}
.cid-vb5sSnQ4ZG .mbr-desc {
  color: #ffffff;
}
.cid-vb5sSnQ4ZG .list,
.cid-vb5sSnQ4ZG .item-wrap {
  color: #f9f458;
}
.cid-vkaPyokQjp {
  z-index: 1000;
  width: 100%;
}
.cid-vkaPyokQjp nav.navbar {
  position: fixed;
}
.cid-vkaPyokQjp .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vkaPyokQjp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkaPyokQjp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkaPyokQjp .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vkaPyokQjp .dropdown-item:hover,
.cid-vkaPyokQjp .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vkaPyokQjp .dropdown-item:hover span {
  color: white;
}
.cid-vkaPyokQjp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkaPyokQjp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkaPyokQjp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkaPyokQjp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkaPyokQjp .nav-link {
  position: relative;
}
.cid-vkaPyokQjp .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vkaPyokQjp .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vkaPyokQjp .container {
    max-width: 1100px;
  }
}
.cid-vkaPyokQjp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkaPyokQjp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkaPyokQjp .dropdown-menu,
.cid-vkaPyokQjp .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkaPyokQjp .nav-item:focus,
.cid-vkaPyokQjp .nav-link:focus {
  outline: none;
}
.cid-vkaPyokQjp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkaPyokQjp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vkaPyokQjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkaPyokQjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkaPyokQjp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkaPyokQjp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vkaPyokQjp .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vkaPyokQjp .navbar.opened {
  transition: all 0.3s;
}
.cid-vkaPyokQjp .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vkaPyokQjp .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vkaPyokQjp .navbar .navbar-logo img {
  width: auto;
}
.cid-vkaPyokQjp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkaPyokQjp .navbar.collapsed {
  justify-content: center;
}
.cid-vkaPyokQjp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkaPyokQjp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkaPyokQjp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vkaPyokQjp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vkaPyokQjp .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vkaPyokQjp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vkaPyokQjp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vkaPyokQjp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkaPyokQjp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkaPyokQjp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkaPyokQjp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkaPyokQjp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkaPyokQjp .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vkaPyokQjp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkaPyokQjp .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vkaPyokQjp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vkaPyokQjp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkaPyokQjp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkaPyokQjp .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vkaPyokQjp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkaPyokQjp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkaPyokQjp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkaPyokQjp .navbar.navbar-short {
  min-height: 86px;
}
.cid-vkaPyokQjp .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vkaPyokQjp .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkaPyokQjp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vkaPyokQjp .navbar-brand .navbar-caption:hover,
.cid-vkaPyokQjp .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vkaPyokQjp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkaPyokQjp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkaPyokQjp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vkaPyokQjp .dropdown-item.active,
.cid-vkaPyokQjp .dropdown-item:active {
  background-color: transparent;
}
.cid-vkaPyokQjp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkaPyokQjp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkaPyokQjp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkaPyokQjp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vkaPyokQjp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vkaPyokQjp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkaPyokQjp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkaPyokQjp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vkaPyokQjp ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vkaPyokQjp ul.navbar-nav {
    padding: 10px;
  }
  .cid-vkaPyokQjp ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vkaPyokQjp .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vkaPyokQjp .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vkaPyokQjp .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkaPyokQjp .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vkaPyokQjp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkaPyokQjp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkaPyokQjp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkaPyokQjp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #06880e;
}
.cid-vkaPyokQjp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkaPyokQjp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkaPyokQjp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkaPyokQjp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vkaPyokQjp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkaPyokQjp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkaPyokQjp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkaPyokQjp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkaPyokQjp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkaPyokQjp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkaPyokQjp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkaPyokQjp .navbar {
    height: 70px;
  }
  .cid-vkaPyokQjp .navbar.opened {
    height: auto;
  }
  .cid-vkaPyokQjp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkaPyokQjp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkaPyokQjp .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkaPyokQjp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkaPyokQjp .nav-item .nav-link:hover {
  background-color: #caf31d;
  color: #000000;
}
.cid-vkaPyokQjp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vkaPyokQjp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkaPyokQjp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkaPyokQjp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkaPyokQjp .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkaPyokQjp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkaPyokQjp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkaPyokQjp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkaPyokQjp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkaPyokQjp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkaPyokQjp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkaPyokQjp .content-wrap {
  min-height: 86px;
}
.cid-vkaPyokQjp .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vkaPyokQjp .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vkaPyp5H9Q {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/casa-residencial-1536x1024.png");
  overflow: hidden;
}
.cid-vkaPyp5H9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPyp5H9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPyp5H9Q .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vkaPyp5H9Q .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkaPyp5H9Q .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vkaPyp5H9Q .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkaPyp5H9Q .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkaPyp5H9Q .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vkaPyp5H9Q .mbr-section-title {
  color: #ffffff;
}
.cid-vkaPyp5H9Q .mbr-text,
.cid-vkaPyp5H9Q .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkaPyp5H9Q .mbr-section-btn,
.cid-vkaPyp5H9Q .mbr-section-title {
  text-align: center;
}
.cid-vkaPyr4dv2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vkaPyr4dv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPyr4dv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPyr4dv2 .content-wrap {
  margin: 0 -25px;
}
.cid-vkaPyr4dv2 .content-wrap .card {
  padding: 0 25px;
}
.cid-vkaPyr4dv2 .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vkaPyr4dv2 .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vkaPyr4dv2 .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vkaPyr4dv2 .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vkaPyr4dv2 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkaPyr4dv2 .title-wrapper {
  margin-bottom: 25px;
}
.cid-vkaPyr4dv2 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vkaPyr4dv2 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vkaPyr4dv2 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vkaPyr4dv2 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkaPyr4dv2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkaPyr4dv2 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkaPyr4dv2 .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vkaPyr4dv2 .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vkaPyr4dv2 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkaPyr4dv2 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vkaPyr4dv2 .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkaPyr4dv2 .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vkaPyr4dv2 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vkaPyr4dv2 .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vkaPyr4dv2 .mbr-label {
  color: #000000;
}
.cid-vkaPyr4dv2 .mbr-section-title {
  color: #000000;
}
.cid-vkaPyr4dv2 .mbr-text {
  color: #000000;
}
.cid-vkaPyr4dv2 .list {
  color: #000000;
}
.cid-vkaYf7P6Ee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vkaYf7P6Ee .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaYf7P6Ee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaYf7P6Ee .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 20px;
}
.cid-vkaYf7P6Ee .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkaYf7P6Ee .content-wrapper .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkaYf7P6Ee .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkaYf7P6Ee .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkaYf7P6Ee .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vkaYf7P6Ee .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vkaYf7P6Ee .image-wrapper img {
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkaYf7P6Ee .image-wrapper img {
    height: 300px;
  }
}
.cid-vkaYf7P6Ee .mbr-section-title {
  color: #000000;
}
.cid-vkaYf7P6Ee .mbr-section-subtitle {
  color: #707070;
}
.cid-vkaYf7P6Ee .mbr-text {
  color: #707070;
}
.cid-vkaPyqp1mb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #06880e;
}
.cid-vkaPyqp1mb .item:focus,
.cid-vkaPyqp1mb span:focus {
  outline: none;
}
.cid-vkaPyqp1mb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkaPyqp1mb .content-head {
  max-width: 800px;
}
.cid-vkaPyqp1mb .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vkaPyupTp5 {
  background-image: url("../../../assets/images/whatsapp-image-2026-05-06-at-10.49.56-pm-1280x960.jpg");
}
.cid-vkaPyupTp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPyupTp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPyupTp5 .image-wrap {
  height: 300px;
}
.cid-vkbz28McG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkbz28McG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkbz28McG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkbz28McG8 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vkbz28McG8 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vkbz28McG8 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vkbz28McG8 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vkbz28McG8 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkbz28McG8 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vkbz28McG8 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vkbz28McG8 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkbz28McG8 .items-wrapper {
  margin: 0 -10px;
}
.cid-vkbz28McG8 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkbz28McG8 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkbz28McG8 .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-vkbz28McG8 .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  will-change: transform;
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  will-change: transform;
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
  will-change: transform;
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #caf31d;
  opacity: .85;
  will-change: transform;
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
  position: relative;
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vkbz28McG8 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkbz28McG8 .mbr-label,
.cid-vkbz28McG8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vkbz28McG8 .mbr-section-title,
.cid-vkbz28McG8 .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vkbz28McG8 .item-title {
  color: #000000;
}
.cid-vkbz28McG8 .item-date {
  color: #000000;
}
.cid-vkbz28McG8 .item-text {
  color: #000000;
}
.cid-vkaPyA6U6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkaPyA6U6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPyA6U6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPyA6U6E .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vkaPyA6U6E .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vkaPyA6U6E .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vkaPyA6U6E .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vkaPyA6U6E .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vkaPyA6U6E .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkaPyA6U6E .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vkaPyA6U6E .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vkaPyA6U6E .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vkaPyA6U6E .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vkaPyA6U6E .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkaPyA6U6E .nav-wrapper .list .item-wrap:hover,
.cid-vkaPyA6U6E .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vkaPyA6U6E .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vkaPyA6U6E .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vkaPyA6U6E .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vkaPyA6U6E .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vkaPyA6U6E .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vkaPyA6U6E .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkaPyA6U6E .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vkaPyA6U6E .mbr-text {
  color: #ffffff;
}
.cid-vkaPyA6U6E .list {
  color: #ffffff;
}
.cid-vkaPyA6U6E .mbr-soc {
  color: #ffffff;
}
.cid-vkaPyA6U6E .mbr-desc {
  color: #ffffff;
}
.cid-vkaPyA6U6E .list,
.cid-vkaPyA6U6E .item-wrap {
  color: #f9f458;
}
.cid-vkaPxax9E8 {
  z-index: 1000;
  width: 100%;
}
.cid-vkaPxax9E8 nav.navbar {
  position: fixed;
}
.cid-vkaPxax9E8 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vkaPxax9E8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkaPxax9E8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkaPxax9E8 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vkaPxax9E8 .dropdown-item:hover,
.cid-vkaPxax9E8 .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vkaPxax9E8 .dropdown-item:hover span {
  color: white;
}
.cid-vkaPxax9E8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkaPxax9E8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkaPxax9E8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkaPxax9E8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkaPxax9E8 .nav-link {
  position: relative;
}
.cid-vkaPxax9E8 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vkaPxax9E8 .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vkaPxax9E8 .container {
    max-width: 1100px;
  }
}
.cid-vkaPxax9E8 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkaPxax9E8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkaPxax9E8 .dropdown-menu,
.cid-vkaPxax9E8 .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkaPxax9E8 .nav-item:focus,
.cid-vkaPxax9E8 .nav-link:focus {
  outline: none;
}
.cid-vkaPxax9E8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkaPxax9E8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vkaPxax9E8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkaPxax9E8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkaPxax9E8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkaPxax9E8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vkaPxax9E8 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vkaPxax9E8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vkaPxax9E8 .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vkaPxax9E8 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vkaPxax9E8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vkaPxax9E8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkaPxax9E8 .navbar.collapsed {
  justify-content: center;
}
.cid-vkaPxax9E8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkaPxax9E8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkaPxax9E8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vkaPxax9E8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vkaPxax9E8 .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vkaPxax9E8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vkaPxax9E8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vkaPxax9E8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkaPxax9E8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkaPxax9E8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkaPxax9E8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkaPxax9E8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkaPxax9E8 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vkaPxax9E8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkaPxax9E8 .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vkaPxax9E8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vkaPxax9E8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkaPxax9E8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkaPxax9E8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vkaPxax9E8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkaPxax9E8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkaPxax9E8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkaPxax9E8 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vkaPxax9E8 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vkaPxax9E8 .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkaPxax9E8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vkaPxax9E8 .navbar-brand .navbar-caption:hover,
.cid-vkaPxax9E8 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vkaPxax9E8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkaPxax9E8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkaPxax9E8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vkaPxax9E8 .dropdown-item.active,
.cid-vkaPxax9E8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vkaPxax9E8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkaPxax9E8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkaPxax9E8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkaPxax9E8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vkaPxax9E8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vkaPxax9E8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkaPxax9E8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkaPxax9E8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vkaPxax9E8 ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vkaPxax9E8 ul.navbar-nav {
    padding: 10px;
  }
  .cid-vkaPxax9E8 ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vkaPxax9E8 .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vkaPxax9E8 .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vkaPxax9E8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkaPxax9E8 .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vkaPxax9E8 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkaPxax9E8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkaPxax9E8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkaPxax9E8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #06880e;
}
.cid-vkaPxax9E8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkaPxax9E8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkaPxax9E8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkaPxax9E8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vkaPxax9E8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkaPxax9E8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkaPxax9E8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkaPxax9E8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkaPxax9E8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkaPxax9E8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkaPxax9E8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkaPxax9E8 .navbar {
    height: 70px;
  }
  .cid-vkaPxax9E8 .navbar.opened {
    height: auto;
  }
  .cid-vkaPxax9E8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkaPxax9E8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkaPxax9E8 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkaPxax9E8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkaPxax9E8 .nav-item .nav-link:hover {
  background-color: #caf31d;
  color: #000000;
}
.cid-vkaPxax9E8 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vkaPxax9E8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkaPxax9E8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkaPxax9E8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkaPxax9E8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkaPxax9E8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkaPxax9E8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkaPxax9E8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkaPxax9E8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkaPxax9E8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkaPxax9E8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkaPxax9E8 .content-wrap {
  min-height: 86px;
}
.cid-vkaPxax9E8 .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vkaPxax9E8 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vkaPxbSowJ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/restaurante-1536x1024.png");
  overflow: hidden;
}
.cid-vkaPxbSowJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPxbSowJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPxbSowJ .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vkaPxbSowJ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkaPxbSowJ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vkaPxbSowJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkaPxbSowJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkaPxbSowJ .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vkaPxbSowJ .mbr-section-title {
  color: #ffffff;
}
.cid-vkaPxbSowJ .mbr-text,
.cid-vkaPxbSowJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkaPxbSowJ .mbr-section-btn,
.cid-vkaPxbSowJ .mbr-section-title {
  text-align: center;
}
.cid-vkbWSbL1Mq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vkbWSbL1Mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkbWSbL1Mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkbWSbL1Mq .row {
  margin: 0 -20px;
}
.cid-vkbWSbL1Mq .row .card {
  padding: 0 20px;
}
.cid-vkbWSbL1Mq .content-wrapper {
  margin-bottom: 40px;
}
.cid-vkbWSbL1Mq .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vkbWSbL1Mq .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vkbWSbL1Mq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkbWSbL1Mq .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vkbWSbL1Mq .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkbWSbL1Mq .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-vkbWSbL1Mq .content-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-vkbWSbL1Mq .content-wrap .image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vkbWSbL1Mq .mbr-label {
  color: #a8a8a8;
}
.cid-vkbWSbL1Mq .mbr-section-title {
  color: #ffffff;
}
.cid-vkbWSbL1Mq .mbr-text {
  color: #ffffff;
}
.cid-vkaPxe5oW4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #06880e;
}
.cid-vkaPxe5oW4 .item:focus,
.cid-vkaPxe5oW4 span:focus {
  outline: none;
}
.cid-vkaPxe5oW4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkaPxe5oW4 .content-head {
  max-width: 800px;
}
.cid-vkaPxe5oW4 .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vkbYSHIUBW {
  background-image: url("../../../assets/images/image8.jpg");
}
.cid-vkbYSHIUBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkbYSHIUBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkbYSHIUBW .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  gap: 4px;
}
.cid-vkbYSHIUBW .content-wrapper .title-wrapper .title-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #ff4400;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkbYSHIUBW .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkbYSHIUBW .content-wrapper .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkbYSHIUBW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkbYSHIUBW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-top: 24px;
  }
}
.cid-vkbYSHIUBW .content-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vkbYSHIUBW .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkbYSHIUBW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-vkbYSHIUBW .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 24px;
  }
}
.cid-vkbYSHIUBW .mbr-section-title {
  color: #ffffff;
}
.cid-vkbYSHIUBW .mbr-section-subtitle,
.cid-vkbYSHIUBW .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkbYSHIUBW .mbr-text,
.cid-vkbYSHIUBW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkbYSHIUBW .mbr-desc,
.cid-vkbYSHIUBW .desc-wrapper {
  color: #f6f6f6;
  text-align: center;
}
.cid-vkbYSHIUBW .mbr-section-title,
.cid-vkbYSHIUBW .title-wrapper,
.cid-vkbYSHIUBW .mbr-section-btn {
  text-align: center;
}
.cid-vkaPxeNZDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vkaPxeNZDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPxeNZDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPxeNZDN .content-wrap {
  margin: 0 -25px;
}
.cid-vkaPxeNZDN .content-wrap .card {
  padding: 0 25px;
}
.cid-vkaPxeNZDN .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vkaPxeNZDN .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vkaPxeNZDN .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vkaPxeNZDN .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vkaPxeNZDN .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkaPxeNZDN .title-wrapper {
  margin-bottom: 25px;
}
.cid-vkaPxeNZDN .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vkaPxeNZDN .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vkaPxeNZDN .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vkaPxeNZDN .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkaPxeNZDN .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkaPxeNZDN .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkaPxeNZDN .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vkaPxeNZDN .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vkaPxeNZDN .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkaPxeNZDN .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vkaPxeNZDN .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkaPxeNZDN .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vkaPxeNZDN .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vkaPxeNZDN .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vkaPxeNZDN .mbr-label {
  color: #000000;
}
.cid-vkaPxeNZDN .mbr-section-title {
  color: #000000;
}
.cid-vkaPxeNZDN .mbr-text {
  color: #000000;
}
.cid-vkaPxeNZDN .list {
  color: #000000;
}
.cid-vkbZWSldgE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkbZWSldgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkbZWSldgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkbZWSldgE .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
}
.cid-vkbZWSldgE .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .label-wrapper .label-content {
    display: block;
  }
}
.cid-vkbZWSldgE .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
}
.cid-vkbZWSldgE .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 4px solid #ff4400;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkbZWSldgE .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vkbZWSldgE .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vkbZWSldgE .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkbZWSldgE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkbZWSldgE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkbZWSldgE .items-wrapper {
  margin: 0 -70px;
}
.cid-vkbZWSldgE .items-wrapper .card {
  padding: 0 70px;
}
.cid-vkbZWSldgE .panel-group .card {
  position: relative;
  padding: 20px 24px 32px;
  border: none;
  background-color: transparent;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .panel-group .card {
    padding: 24px 0;
  }
}
.cid-vkbZWSldgE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vkbZWSldgE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vkbZWSldgE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vkbZWSldgE .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
}
.cid-vkbZWSldgE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 35px;
  transition: all 0.3s ease-in-out;
  color: #ff4400;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-vkbZWSldgE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vkbZWSldgE .panel-group .card .panel-collapse .panel-body {
  padding-top: 12px;
}
.cid-vkbZWSldgE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .content-wrap {
    margin-top: 40px;
  }
}
.cid-vkbZWSldgE .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .content-wrap .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vkbZWSldgE .content-wrap .image-wrapper img {
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-vkbZWSldgE .content-wrap .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vkbZWSldgE .content-wrap .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-vkbZWSldgE .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vkbZWSldgE .mbr-label {
  color: #6f6f75;
}
.cid-vkbZWSldgE .mbr-tag {
  color: #333336;
}
.cid-vkbZWSldgE .mbr-section-title,
.cid-vkbZWSldgE .title-wrapper {
  color: #333336;
  text-align: center;
}
.cid-vkbZWSldgE .mbr-text,
.cid-vkbZWSldgE .text-wrapper {
  color: #6f6f75;
  text-align: center;
}
.cid-vkbZWSldgE .panel-title-edit {
  color: #333336;
}
.cid-vkbZWSldgE .panel-text {
  color: #6f6f75;
}
.cid-vkbZWSldgE .mbr-label,
.cid-vkbZWSldgE .label-wrapper,
.cid-vkbZWSldgE .mbr-tag {
  text-align: center;
}
.cid-vkaPxo97Xi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkaPxo97Xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPxo97Xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPxo97Xi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vkaPxo97Xi .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vkaPxo97Xi .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vkaPxo97Xi .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vkaPxo97Xi .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vkaPxo97Xi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkaPxo97Xi .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vkaPxo97Xi .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vkaPxo97Xi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vkaPxo97Xi .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vkaPxo97Xi .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkaPxo97Xi .nav-wrapper .list .item-wrap:hover,
.cid-vkaPxo97Xi .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vkaPxo97Xi .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vkaPxo97Xi .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vkaPxo97Xi .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vkaPxo97Xi .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vkaPxo97Xi .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vkaPxo97Xi .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkaPxo97Xi .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vkaPxo97Xi .mbr-text {
  color: #ffffff;
}
.cid-vkaPxo97Xi .list {
  color: #ffffff;
}
.cid-vkaPxo97Xi .mbr-soc {
  color: #ffffff;
}
.cid-vkaPxo97Xi .mbr-desc {
  color: #ffffff;
}
.cid-vkaPxo97Xi .list,
.cid-vkaPxo97Xi .item-wrap {
  color: #f9f458;
}
.cid-vkaPSRLCcZ {
  z-index: 1000;
  width: 100%;
}
.cid-vkaPSRLCcZ nav.navbar {
  position: fixed;
}
.cid-vkaPSRLCcZ .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vkaPSRLCcZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkaPSRLCcZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkaPSRLCcZ .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vkaPSRLCcZ .dropdown-item:hover,
.cid-vkaPSRLCcZ .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vkaPSRLCcZ .dropdown-item:hover span {
  color: white;
}
.cid-vkaPSRLCcZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkaPSRLCcZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkaPSRLCcZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkaPSRLCcZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkaPSRLCcZ .nav-link {
  position: relative;
}
.cid-vkaPSRLCcZ .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vkaPSRLCcZ .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vkaPSRLCcZ .container {
    max-width: 1100px;
  }
}
.cid-vkaPSRLCcZ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkaPSRLCcZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkaPSRLCcZ .dropdown-menu,
.cid-vkaPSRLCcZ .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkaPSRLCcZ .nav-item:focus,
.cid-vkaPSRLCcZ .nav-link:focus {
  outline: none;
}
.cid-vkaPSRLCcZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkaPSRLCcZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vkaPSRLCcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkaPSRLCcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkaPSRLCcZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkaPSRLCcZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vkaPSRLCcZ .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vkaPSRLCcZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vkaPSRLCcZ .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vkaPSRLCcZ .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vkaPSRLCcZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vkaPSRLCcZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkaPSRLCcZ .navbar.collapsed {
  justify-content: center;
}
.cid-vkaPSRLCcZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkaPSRLCcZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkaPSRLCcZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vkaPSRLCcZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vkaPSRLCcZ .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vkaPSRLCcZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vkaPSRLCcZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vkaPSRLCcZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkaPSRLCcZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkaPSRLCcZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkaPSRLCcZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkaPSRLCcZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkaPSRLCcZ .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vkaPSRLCcZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkaPSRLCcZ .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vkaPSRLCcZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vkaPSRLCcZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkaPSRLCcZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkaPSRLCcZ .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vkaPSRLCcZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkaPSRLCcZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkaPSRLCcZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkaPSRLCcZ .navbar.navbar-short {
  min-height: 86px;
}
.cid-vkaPSRLCcZ .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vkaPSRLCcZ .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkaPSRLCcZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vkaPSRLCcZ .navbar-brand .navbar-caption:hover,
.cid-vkaPSRLCcZ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vkaPSRLCcZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkaPSRLCcZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkaPSRLCcZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vkaPSRLCcZ .dropdown-item.active,
.cid-vkaPSRLCcZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vkaPSRLCcZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkaPSRLCcZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkaPSRLCcZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkaPSRLCcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vkaPSRLCcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vkaPSRLCcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkaPSRLCcZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkaPSRLCcZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vkaPSRLCcZ ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vkaPSRLCcZ ul.navbar-nav {
    padding: 10px;
  }
  .cid-vkaPSRLCcZ ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vkaPSRLCcZ .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vkaPSRLCcZ .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vkaPSRLCcZ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkaPSRLCcZ .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vkaPSRLCcZ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkaPSRLCcZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkaPSRLCcZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkaPSRLCcZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #06880e;
}
.cid-vkaPSRLCcZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkaPSRLCcZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkaPSRLCcZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkaPSRLCcZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vkaPSRLCcZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkaPSRLCcZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkaPSRLCcZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkaPSRLCcZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkaPSRLCcZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkaPSRLCcZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkaPSRLCcZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkaPSRLCcZ .navbar {
    height: 70px;
  }
  .cid-vkaPSRLCcZ .navbar.opened {
    height: auto;
  }
  .cid-vkaPSRLCcZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkaPSRLCcZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkaPSRLCcZ .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkaPSRLCcZ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkaPSRLCcZ .nav-item .nav-link:hover {
  background-color: #caf31d;
  color: #000000;
}
.cid-vkaPSRLCcZ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vkaPSRLCcZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkaPSRLCcZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkaPSRLCcZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkaPSRLCcZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkaPSRLCcZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkaPSRLCcZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkaPSRLCcZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkaPSRLCcZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkaPSRLCcZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkaPSRLCcZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkaPSRLCcZ .content-wrap {
  min-height: 86px;
}
.cid-vkaPSRLCcZ .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vkaPSRLCcZ .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vkaPSSSjQX {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/whatsapp-image-2026-05-06-at-10.20.19-pm-960x1280.jpeg");
  overflow: hidden;
}
.cid-vkaPSSSjQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPSSSjQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPSSSjQX .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vkaPSSSjQX .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkaPSSSjQX .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vkaPSSSjQX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkaPSSSjQX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkaPSSSjQX .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vkaPSSSjQX .mbr-section-title {
  color: #ffffff;
}
.cid-vkaPSSSjQX .mbr-text,
.cid-vkaPSSSjQX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkaPSSSjQX .mbr-section-btn,
.cid-vkaPSSSjQX .mbr-section-title {
  text-align: center;
}
.cid-vkdoXarRm3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-vkdoXarRm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkdoXarRm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkdoXarRm3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vkdoXarRm3 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkdoXarRm3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vkdoXarRm3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkdoXarRm3 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vkdoXarRm3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkdoXarRm3 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkdoXarRm3 .image-wrapper img {
    height: 350px;
  }
}
.cid-vkdoXarRm3 .mbr-section-title {
  color: #ffffff;
}
.cid-vkdoXarRm3 .mbr-text,
.cid-vkdoXarRm3 .text-wrapper {
  color: #9aa0a6;
}
.cid-vkaPSTw2kz {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-vkaPSTw2kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPSTw2kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPSTw2kz .content-wrap {
  margin: 0 -25px;
}
.cid-vkaPSTw2kz .content-wrap .card {
  padding: 0 25px;
}
.cid-vkaPSTw2kz .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vkaPSTw2kz .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vkaPSTw2kz .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vkaPSTw2kz .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vkaPSTw2kz .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkaPSTw2kz .title-wrapper {
  margin-bottom: 25px;
}
.cid-vkaPSTw2kz .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vkaPSTw2kz .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vkaPSTw2kz .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vkaPSTw2kz .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkaPSTw2kz .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkaPSTw2kz .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkaPSTw2kz .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vkaPSTw2kz .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vkaPSTw2kz .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkaPSTw2kz .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vkaPSTw2kz .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkaPSTw2kz .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vkaPSTw2kz .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vkaPSTw2kz .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vkaPSTw2kz .mbr-label {
  color: #000000;
}
.cid-vkaPSTw2kz .mbr-section-title {
  color: #000000;
}
.cid-vkaPSTw2kz .mbr-text {
  color: #000000;
}
.cid-vkaPSTw2kz .list {
  color: #000000;
}
.cid-vkaPSTw2kz .mbr-section-title,
.cid-vkaPSTw2kz .main-btn,
.cid-vkaPSTw2kz .title-wrap {
  color: #06880e;
}
.cid-vkdmeVPN1i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vkdmeVPN1i .mbr-section-title {
  color: #06182d;
}
.cid-vkdmeVPN1i .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #f9f458;
  background: linear-gradient(#f9f458 0%, #06880e 69%, #caf31d 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-vkdmeVPN1i .mbr-section-subtitle {
  color: #06182d;
}
.cid-vkdmeVPN1i .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-vkdmeVPN1i .card:nth-child(even) {
  margin-top: 70px;
}
.cid-vkdmeVPN1i .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-vkdmeVPN1i .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-vkdmeVPN1i .card .card-wrapper {
  height: 100%;
}
.cid-vkdmeVPN1i .card .card-wrapper .card-img {
  position: relative;
}
.cid-vkdmeVPN1i .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-vkdmeVPN1i .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-vkdmeVPN1i .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-vkdmeVPN1i .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-vkdmeVPN1i .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-vkdmeVPN1i .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-vkdmeVPN1i .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-vkdmeVPN1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkdmeVPN1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkdlemW4e5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vkdlemW4e5 .item:focus,
.cid-vkdlemW4e5 span:focus {
  outline: none;
}
.cid-vkdlemW4e5 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vkdlemW4e5 .item {
  padding: 30px 0;
}
.cid-vkdlemW4e5 .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #15b104;
  will-change: transform;
}
.cid-vkdlemW4e5 .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #f9f458;
  will-change: transform;
}
.cid-vkdlemW4e5 .container_1 {
  background-color: #15b104;
}
.cid-vkdlemW4e5 .container_1 .item_1 {
  color: #ffffff;
  background-color: #15b104;
}
.cid-vkdlemW4e5 .container_2 {
  background-color: #f9f458;
}
.cid-vkdlemW4e5 .container_2 .item_2 {
  color: #111111;
  background-color: #f9f458;
}
.cid-vkaPSUGZbo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vkaPSUGZbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPSUGZbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPSUGZbo .content-wrap {
  margin: 0 -25px;
}
.cid-vkaPSUGZbo .content-wrap .card {
  padding: 0 25px;
}
.cid-vkaPSUGZbo .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vkaPSUGZbo .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vkaPSUGZbo .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vkaPSUGZbo .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vkaPSUGZbo .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkaPSUGZbo .title-wrapper {
  margin-bottom: 25px;
}
.cid-vkaPSUGZbo .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vkaPSUGZbo .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vkaPSUGZbo .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vkaPSUGZbo .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkaPSUGZbo .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkaPSUGZbo .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkaPSUGZbo .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vkaPSUGZbo .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vkaPSUGZbo .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkaPSUGZbo .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vkaPSUGZbo .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkaPSUGZbo .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vkaPSUGZbo .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vkaPSUGZbo .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vkaPSUGZbo .mbr-label {
  color: #000000;
}
.cid-vkaPSUGZbo .mbr-section-title {
  color: #000000;
}
.cid-vkaPSUGZbo .mbr-text {
  color: #000000;
}
.cid-vkaPSUGZbo .list {
  color: #000000;
}
.cid-vkaPSVgAE5 {
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/whatsapp-image-2026-05-06-at-10.37.16-pm-960x1280.jpg");
  overflow: hidden;
}
.cid-vkaPSVgAE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPSVgAE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPSVgAE5 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vkaPSVgAE5 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkaPSVgAE5 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vkaPSVgAE5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkaPSVgAE5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkaPSVgAE5 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vkaPSVgAE5 .mbr-section-title {
  color: #ffffff;
}
.cid-vkaPSVgAE5 .mbr-text,
.cid-vkaPSVgAE5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkaPSVgAE5 .mbr-section-btn,
.cid-vkaPSVgAE5 .mbr-section-title {
  text-align: center;
}
.cid-vkaPT1txeD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f458;
}
.cid-vkaPT1txeD H3 {
  color: #000000;
}
.cid-vkaPT1txeD H4 {
  color: #d58f76;
}
.cid-vkaPT1txeD img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-vkaPT3fC1x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkaPT3fC1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaPT3fC1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaPT3fC1x .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vkaPT3fC1x .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vkaPT3fC1x .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vkaPT3fC1x .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vkaPT3fC1x .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vkaPT3fC1x .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkaPT3fC1x .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vkaPT3fC1x .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vkaPT3fC1x .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vkaPT3fC1x .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vkaPT3fC1x .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkaPT3fC1x .nav-wrapper .list .item-wrap:hover,
.cid-vkaPT3fC1x .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vkaPT3fC1x .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vkaPT3fC1x .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vkaPT3fC1x .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vkaPT3fC1x .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vkaPT3fC1x .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vkaPT3fC1x .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkaPT3fC1x .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vkaPT3fC1x .mbr-text {
  color: #ffffff;
}
.cid-vkaPT3fC1x .list {
  color: #ffffff;
}
.cid-vkaPT3fC1x .mbr-soc {
  color: #ffffff;
}
.cid-vkaPT3fC1x .mbr-desc {
  color: #ffffff;
}
.cid-vkaPT3fC1x .list,
.cid-vkaPT3fC1x .item-wrap {
  color: #f9f458;
}
.cid-vkaQ3I537h {
  z-index: 1000;
  width: 100%;
}
.cid-vkaQ3I537h nav.navbar {
  position: fixed;
}
.cid-vkaQ3I537h .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vkaQ3I537h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkaQ3I537h .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkaQ3I537h .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vkaQ3I537h .dropdown-item:hover,
.cid-vkaQ3I537h .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vkaQ3I537h .dropdown-item:hover span {
  color: white;
}
.cid-vkaQ3I537h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkaQ3I537h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkaQ3I537h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkaQ3I537h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkaQ3I537h .nav-link {
  position: relative;
}
.cid-vkaQ3I537h .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vkaQ3I537h .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vkaQ3I537h .container {
    max-width: 1100px;
  }
}
.cid-vkaQ3I537h .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkaQ3I537h .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkaQ3I537h .dropdown-menu,
.cid-vkaQ3I537h .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkaQ3I537h .nav-item:focus,
.cid-vkaQ3I537h .nav-link:focus {
  outline: none;
}
.cid-vkaQ3I537h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkaQ3I537h .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vkaQ3I537h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkaQ3I537h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkaQ3I537h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkaQ3I537h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vkaQ3I537h .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vkaQ3I537h .navbar.opened {
  transition: all 0.3s;
}
.cid-vkaQ3I537h .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vkaQ3I537h .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vkaQ3I537h .navbar .navbar-logo img {
  width: auto;
}
.cid-vkaQ3I537h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkaQ3I537h .navbar.collapsed {
  justify-content: center;
}
.cid-vkaQ3I537h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkaQ3I537h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkaQ3I537h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vkaQ3I537h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vkaQ3I537h .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vkaQ3I537h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vkaQ3I537h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vkaQ3I537h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkaQ3I537h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkaQ3I537h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkaQ3I537h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkaQ3I537h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkaQ3I537h .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vkaQ3I537h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkaQ3I537h .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vkaQ3I537h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vkaQ3I537h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkaQ3I537h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkaQ3I537h .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vkaQ3I537h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkaQ3I537h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkaQ3I537h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkaQ3I537h .navbar.navbar-short {
  min-height: 86px;
}
.cid-vkaQ3I537h .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vkaQ3I537h .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkaQ3I537h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vkaQ3I537h .navbar-brand .navbar-caption:hover,
.cid-vkaQ3I537h .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vkaQ3I537h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkaQ3I537h .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkaQ3I537h .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vkaQ3I537h .dropdown-item.active,
.cid-vkaQ3I537h .dropdown-item:active {
  background-color: transparent;
}
.cid-vkaQ3I537h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkaQ3I537h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkaQ3I537h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkaQ3I537h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vkaQ3I537h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vkaQ3I537h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkaQ3I537h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkaQ3I537h ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vkaQ3I537h ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vkaQ3I537h ul.navbar-nav {
    padding: 10px;
  }
  .cid-vkaQ3I537h ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vkaQ3I537h .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vkaQ3I537h .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vkaQ3I537h .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkaQ3I537h .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vkaQ3I537h .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkaQ3I537h .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkaQ3I537h button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkaQ3I537h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #06880e;
}
.cid-vkaQ3I537h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkaQ3I537h button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkaQ3I537h button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkaQ3I537h button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vkaQ3I537h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkaQ3I537h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkaQ3I537h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkaQ3I537h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkaQ3I537h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkaQ3I537h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkaQ3I537h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkaQ3I537h .navbar {
    height: 70px;
  }
  .cid-vkaQ3I537h .navbar.opened {
    height: auto;
  }
  .cid-vkaQ3I537h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkaQ3I537h .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkaQ3I537h .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkaQ3I537h .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkaQ3I537h .nav-item .nav-link:hover {
  background-color: #caf31d;
  color: #000000;
}
.cid-vkaQ3I537h .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vkaQ3I537h .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkaQ3I537h .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkaQ3I537h .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkaQ3I537h .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkaQ3I537h .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkaQ3I537h .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkaQ3I537h .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkaQ3I537h .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkaQ3I537h .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkaQ3I537h .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkaQ3I537h .content-wrap {
  min-height: 86px;
}
.cid-vkaQ3I537h .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vkaQ3I537h .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vkaQ3JNSV4 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-vkaQ3JNSV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaQ3JNSV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaQ3JNSV4 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vkaQ3JNSV4 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkaQ3JNSV4 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vkaQ3JNSV4 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkaQ3JNSV4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkaQ3JNSV4 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vkaQ3JNSV4 .mbr-section-title {
  color: #ffffff;
}
.cid-vkaQ3JNSV4 .mbr-text,
.cid-vkaQ3JNSV4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkaQ3JNSV4 .mbr-section-btn,
.cid-vkaQ3JNSV4 .mbr-section-title {
  text-align: center;
}
.cid-vkdTsGSTTS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkdTsGSTTS .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vkdTsGSTTS .photo-split {
  position: relative;
}
.cid-vkdTsGSTTS .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-vkdTsGSTTS .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vkdTsGSTTS .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vkdTsGSTTS .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vkdTsGSTTS .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-vkdTsGSTTS .wrap-block {
  padding: 3rem 3rem;
}
.cid-vkdTsGSTTS .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-vkdTsGSTTS .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-vkdTsGSTTS .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vkdTsGSTTS .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-vkdTsGSTTS .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-vkdTsGSTTS .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-vkdTsGSTTS .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-vkdTsGSTTS .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-vkdTsGSTTS .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-vkdTsGSTTS .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-vkdTsGSTTS .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-vkdTsGSTTS .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-vkdTsGSTTS .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-vkdTsGSTTS .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-vkdTsGSTTS .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-vkdTsGSTTS .photo-split {
    padding: 3rem 3rem;
  }
  .cid-vkdTsGSTTS .photo-split .element-outer,
  .cid-vkdTsGSTTS .photo-split .element-outer2 {
    display: none;
  }
  .cid-vkdTsGSTTS .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-vkdTsGSTTS .mbr-section-title,
  .cid-vkdTsGSTTS .mbr-section-subtitle,
  .cid-vkdTsGSTTS .mbr-text {
    text-align: left !important;
  }
  .cid-vkdTsGSTTS .social-list {
    text-align: left !important;
  }
}
.cid-vkdTsGSTTS .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-vkdTsGSTTS .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-vkdTsGSTTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkdTsGSTTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkdTsGSTTS .wrap-block .contents .mbr-subtitle,
.cid-vkdTsGSTTS .menu-content-right {
  color: #15b104;
}
.cid-vkdTsGSTTS .wrap-block .contents h4,
.cid-vkdTsGSTTS .menu-content-right {
  color: #000000;
}
.cid-vkdTsGSTTS .wrap-block .contents .mbr-section-title,
.cid-vkdTsGSTTS .menu-content-right {
  color: #15b104;
}
.cid-vkaQ3Lsaov {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #06880e;
}
.cid-vkaQ3Lsaov .item:focus,
.cid-vkaQ3Lsaov span:focus {
  outline: none;
}
.cid-vkaQ3Lsaov .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkaQ3Lsaov .content-head {
  max-width: 800px;
}
.cid-vkaQ3Lsaov .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vkdU82DGFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkdU82DGFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkdU82DGFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkdU82DGFS .row {
  justify-content: space-between;
}
.cid-vkdU82DGFS .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-vkdU82DGFS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkdU82DGFS .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vkdU82DGFS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkdU82DGFS .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkdU82DGFS .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vkdU82DGFS .mbr-label {
  color: #000000;
}
.cid-vkdU82DGFS .mbr-section-title {
  color: #15b104;
}
.cid-vkdU82DGFS .mbr-desc {
  color: #000000;
}
.cid-vkdU82DGFS .mbr-text {
  color: #8a8a8a;
}
.cid-vkaQ3S52kt {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vkaQ3S52kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaQ3S52kt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaQ3S52kt .image-wrap {
  height: 300px;
}
.cid-vkdVppuyWr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vkdVppuyWr img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-vkdVppuyWr .card {
  margin-bottom: 130px !important;
}
.cid-vkdVppuyWr .card .img-wrapper {
  overflow: hidden;
}
.cid-vkdVppuyWr .card:hover {
  cursor: pointer;
}
.cid-vkdVppuyWr .card:hover img {
  transform: scale(1.05);
}
.cid-vkdVppuyWr .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-vkdVppuyWr .card {
    margin-bottom: 50px !important;
  }
}
.cid-vkdVppuyWr .card .card-wrapper {
  text-align: left;
}
.cid-vkdVppuyWr .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-vkdVppuyWr .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-vkdVppuyWr .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-vkdVppuyWr .card .card-wrapper .card-box .card-text {
  color: #f8f8f8;
}
@media (min-width: 1400px) {
  .cid-vkdVppuyWr .card.left-box {
    right: 105px !important;
  }
  .cid-vkdVppuyWr .card.right-box {
    left: 97px !important;
  }
}
.cid-vkdVppuyWr .mbr-section-title {
  color: #06182d;
}
.cid-vkdVppuyWr .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #15b104;
  background: linear-gradient(#15b104 0%, #ffef05 69%, #15b104 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-vkdVppuyWr .mbr-section-subtitle {
  color: #06182d;
}
.cid-vkdVppuyWr .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-vkdVppuyWr .mbr-section-text {
  color: #999999;
}
.cid-vkdVppuyWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkdVppuyWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkdVppuyWr .card .card-wrapper .card-box .card-text {
  color: #111111;
}
.cid-vkdVppuyWr .card .card-wrapper .card-box .card-title,
.cid-vkdVppuyWr .card-wrapper {
  color: #15b104;
}
.cid-vkdVppuyWr .mbr-section-title,
.cid-vkdVppuyWr .col {
  color: #111111;
}
.cid-vkaQ3UtFcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkaQ3UtFcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaQ3UtFcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaQ3UtFcl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vkaQ3UtFcl .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vkaQ3UtFcl .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vkaQ3UtFcl .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vkaQ3UtFcl .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vkaQ3UtFcl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkaQ3UtFcl .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vkaQ3UtFcl .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vkaQ3UtFcl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vkaQ3UtFcl .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vkaQ3UtFcl .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkaQ3UtFcl .nav-wrapper .list .item-wrap:hover,
.cid-vkaQ3UtFcl .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vkaQ3UtFcl .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vkaQ3UtFcl .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vkaQ3UtFcl .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vkaQ3UtFcl .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vkaQ3UtFcl .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vkaQ3UtFcl .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkaQ3UtFcl .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vkaQ3UtFcl .mbr-text {
  color: #ffffff;
}
.cid-vkaQ3UtFcl .list {
  color: #ffffff;
}
.cid-vkaQ3UtFcl .mbr-soc {
  color: #ffffff;
}
.cid-vkaQ3UtFcl .mbr-desc {
  color: #ffffff;
}
.cid-vkaQ3UtFcl .list,
.cid-vkaQ3UtFcl .item-wrap {
  color: #f9f458;
}
.cid-vk09GlAgaY {
  z-index: 1000;
  width: 100%;
}
.cid-vk09GlAgaY nav.navbar {
  position: fixed;
}
.cid-vk09GlAgaY .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vk09GlAgaY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vk09GlAgaY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vk09GlAgaY .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vk09GlAgaY .dropdown-item:hover,
.cid-vk09GlAgaY .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vk09GlAgaY .dropdown-item:hover span {
  color: white;
}
.cid-vk09GlAgaY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vk09GlAgaY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vk09GlAgaY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vk09GlAgaY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vk09GlAgaY .nav-link {
  position: relative;
}
.cid-vk09GlAgaY .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vk09GlAgaY .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vk09GlAgaY .container {
    max-width: 1100px;
  }
}
.cid-vk09GlAgaY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vk09GlAgaY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vk09GlAgaY .dropdown-menu,
.cid-vk09GlAgaY .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-vk09GlAgaY .nav-item:focus,
.cid-vk09GlAgaY .nav-link:focus {
  outline: none;
}
.cid-vk09GlAgaY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vk09GlAgaY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vk09GlAgaY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vk09GlAgaY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vk09GlAgaY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vk09GlAgaY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vk09GlAgaY .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vk09GlAgaY .navbar.opened {
  transition: all 0.3s;
}
.cid-vk09GlAgaY .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vk09GlAgaY .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vk09GlAgaY .navbar .navbar-logo img {
  width: auto;
}
.cid-vk09GlAgaY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vk09GlAgaY .navbar.collapsed {
  justify-content: center;
}
.cid-vk09GlAgaY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vk09GlAgaY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vk09GlAgaY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vk09GlAgaY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vk09GlAgaY .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vk09GlAgaY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vk09GlAgaY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vk09GlAgaY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vk09GlAgaY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vk09GlAgaY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vk09GlAgaY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vk09GlAgaY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vk09GlAgaY .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vk09GlAgaY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vk09GlAgaY .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vk09GlAgaY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vk09GlAgaY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vk09GlAgaY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vk09GlAgaY .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vk09GlAgaY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vk09GlAgaY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vk09GlAgaY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vk09GlAgaY .navbar.navbar-short {
  min-height: 86px;
}
.cid-vk09GlAgaY .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vk09GlAgaY .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vk09GlAgaY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vk09GlAgaY .navbar-brand .navbar-caption:hover,
.cid-vk09GlAgaY .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vk09GlAgaY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vk09GlAgaY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vk09GlAgaY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vk09GlAgaY .dropdown-item.active,
.cid-vk09GlAgaY .dropdown-item:active {
  background-color: transparent;
}
.cid-vk09GlAgaY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vk09GlAgaY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vk09GlAgaY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vk09GlAgaY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vk09GlAgaY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vk09GlAgaY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vk09GlAgaY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vk09GlAgaY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vk09GlAgaY ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vk09GlAgaY ul.navbar-nav {
    padding: 10px;
  }
  .cid-vk09GlAgaY ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vk09GlAgaY .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vk09GlAgaY .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vk09GlAgaY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vk09GlAgaY .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vk09GlAgaY .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vk09GlAgaY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vk09GlAgaY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vk09GlAgaY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #06880e;
}
.cid-vk09GlAgaY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vk09GlAgaY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vk09GlAgaY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vk09GlAgaY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vk09GlAgaY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vk09GlAgaY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vk09GlAgaY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vk09GlAgaY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vk09GlAgaY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vk09GlAgaY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vk09GlAgaY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vk09GlAgaY .navbar {
    height: 70px;
  }
  .cid-vk09GlAgaY .navbar.opened {
    height: auto;
  }
  .cid-vk09GlAgaY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vk09GlAgaY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vk09GlAgaY .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vk09GlAgaY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vk09GlAgaY .nav-item .nav-link:hover {
  background-color: #caf31d;
  color: #000000;
}
.cid-vk09GlAgaY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vk09GlAgaY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vk09GlAgaY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vk09GlAgaY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vk09GlAgaY .navbar {
    justify-content: flex-start !important;
  }
  .cid-vk09GlAgaY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vk09GlAgaY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vk09GlAgaY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vk09GlAgaY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vk09GlAgaY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vk09GlAgaY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vk09GlAgaY .content-wrap {
  min-height: 86px;
}
.cid-vk09GlAgaY .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vk09GlAgaY .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vk09GoQOhi {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/whatsapp-image-2026-05-06-at-10.49.56-pm-1280x960.jpg");
  overflow: hidden;
}
.cid-vk09GoQOhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk09GoQOhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk09GoQOhi .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vk09GoQOhi .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vk09GoQOhi .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vk09GoQOhi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk09GoQOhi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vk09GoQOhi .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vk09GoQOhi .mbr-section-title {
  color: #ffffff;
}
.cid-vk09GoQOhi .mbr-text,
.cid-vk09GoQOhi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vk09GoQOhi .mbr-section-btn,
.cid-vk09GoQOhi .mbr-section-title {
  text-align: center;
}
.cid-vk0dw0KHFV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
  overflow: hidden;
}
.cid-vk0dw0KHFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk0dw0KHFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk0dw0KHFV .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 425px) {
  .cid-vk0dw0KHFV .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vk0dw0KHFV .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vk0dw0KHFV .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vk0dw0KHFV .content-wrapper .border_1 {
  left: 0;
}
.cid-vk0dw0KHFV .content-wrapper .border_2 {
  right: 0;
}
.cid-vk0dw0KHFV .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-vk0dw0KHFV .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #06880e 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-vk0dw0KHFV .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #06880e 0%, transparent 100%);
  z-index: -1;
}
.cid-vk0dw0KHFV .content-wrapper .label-wrapper .label-wrap .label-box {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-vk0dw0KHFV .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper {
  display: inline-flex;
}
.cid-vk0dw0KHFV .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vk0dw0KHFV .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label {
  margin-bottom: 0;
}
.cid-vk0dw0KHFV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #0f172a 40%, #06880e 90%);
  margin-bottom: 20px;
}
.cid-vk0dw0KHFV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk0dw0KHFV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vk0dw0KHFV .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vk0dw0KHFV .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vk0dw0KHFV .mbr-label,
.cid-vk0dw0KHFV .label-wrapper {
  color: #334155;
}
.cid-vk0dw0KHFV .mbr-section-title {
  color: #0f172a;
}
.cid-vk0dw0KHFV .mbr-text,
.cid-vk0dw0KHFV .text-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vk0dw0KHFV .mbr-section-title,
.cid-vk0dw0KHFV .mbr-section-btn,
.cid-vk0dw0KHFV .title-wrapper {
  color: #d4f647;
  text-align: center;
}
.cid-vk09GqBGDA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-vk09GqBGDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk09GqBGDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk09GqBGDA .content-wrap {
  margin: 0 -25px;
}
.cid-vk09GqBGDA .content-wrap .card {
  padding: 0 25px;
}
.cid-vk09GqBGDA .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vk09GqBGDA .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vk09GqBGDA .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vk09GqBGDA .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vk09GqBGDA .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vk09GqBGDA .title-wrapper {
  margin-bottom: 25px;
}
.cid-vk09GqBGDA .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vk09GqBGDA .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vk09GqBGDA .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vk09GqBGDA .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vk09GqBGDA .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk09GqBGDA .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vk09GqBGDA .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vk09GqBGDA .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vk09GqBGDA .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vk09GqBGDA .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vk09GqBGDA .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vk09GqBGDA .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vk09GqBGDA .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vk09GqBGDA .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vk09GqBGDA .mbr-label {
  color: #000000;
}
.cid-vk09GqBGDA .mbr-section-title {
  color: #000000;
}
.cid-vk09GqBGDA .mbr-text {
  color: #000000;
}
.cid-vk09GqBGDA .list {
  color: #000000;
}
.cid-vk09GqBGDA .mbr-section-title,
.cid-vk09GqBGDA .main-btn,
.cid-vk09GqBGDA .title-wrap {
  color: #06880e;
}
.cid-vk09GqBGDA .mbr-label,
.cid-vk09GqBGDA .label-wrapper {
  color: #15b104;
}
.cid-vk09GrJtoF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #06880e;
}
.cid-vk09GrJtoF .item:focus,
.cid-vk09GrJtoF span:focus {
  outline: none;
}
.cid-vk09GrJtoF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vk09GrJtoF .content-head {
  max-width: 800px;
}
.cid-vk09GrJtoF .item {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-weight: 700;
  padding: 10px 0;
}
.cid-vk0hPmUUGL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vk0hPmUUGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk0hPmUUGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk0hPmUUGL .content-wrap {
  margin: 0 -25px;
}
.cid-vk0hPmUUGL .content-wrap .card {
  padding: 0 25px;
}
.cid-vk0hPmUUGL .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vk0hPmUUGL .image-wrapper {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-vk0hPmUUGL .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vk0hPmUUGL .image-wrapper .card-wrap {
  position: absolute;
  right: 40px;
  bottom: 60px;
  padding: 20px;
  background-color: #caf31d;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vk0hPmUUGL .image-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vk0hPmUUGL .image-wrapper .card-wrap {
    width: 100%;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
.cid-vk0hPmUUGL .image-wrapper .card-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-vk0hPmUUGL .image-wrapper .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vk0hPmUUGL .title-wrapper {
  margin-bottom: 25px;
}
.cid-vk0hPmUUGL .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vk0hPmUUGL .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vk0hPmUUGL .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vk0hPmUUGL .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vk0hPmUUGL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vk0hPmUUGL .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-vk0hPmUUGL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vk0hPmUUGL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vk0hPmUUGL .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vk0hPmUUGL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vk0hPmUUGL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vk0hPmUUGL .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding: 20px 0 15px 0;
}
.cid-vk0hPmUUGL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vk0hPmUUGL .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
}
.cid-vk0hPmUUGL .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vk0hPmUUGL .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vk0hPmUUGL .mbr-label {
  color: #000000;
}
.cid-vk0hPmUUGL .mbr-section-title {
  color: #000000;
}
.cid-vk0hPmUUGL .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-vk0hPmUUGL .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-vk0hPmUUGL .panel-title-edit {
  color: #000000;
}
.cid-vk0hPmUUGL .panel-text {
  color: #000000;
}
.cid-vkaQfqXBH8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vkaQfqXBH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkaQfqXBH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkaQfqXBH8 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkaQfqXBH8 .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vkaQfqXBH8 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vkaQfqXBH8 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vkaQfqXBH8 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vkaQfqXBH8 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkaQfqXBH8 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vkaQfqXBH8 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vkaQfqXBH8 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkaQfqXBH8 .content-wrap {
  margin: 0 -20px;
}
.cid-vkaQfqXBH8 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkaQfqXBH8 .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vkaQfqXBH8 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkaQfqXBH8 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vkaQfqXBH8 .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkaQfqXBH8 .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-vkaQfqXBH8 .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vkaQfqXBH8 .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vkaQfqXBH8 .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vkaQfqXBH8 .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vkaQfqXBH8 .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vkaQfqXBH8 .list-wrapper {
    margin-top: 25px;
  }
}
.cid-vkaQfqXBH8 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkaQfqXBH8 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vkaQfqXBH8 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkaQfqXBH8 .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-vkaQfqXBH8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkaQfqXBH8 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vkaQfqXBH8 .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vkaQfqXBH8 .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vkaQfqXBH8 .mbr-label {
  color: #000000;
}
.cid-vkaQfqXBH8 .mbr-section-title {
  color: #000000;
}
.cid-vkaQfqXBH8 .mbr-text {
  color: #000000;
}
.cid-vkaQfqXBH8 .mbr-number {
  color: #000000;
}
.cid-vkaQfqXBH8 .mbr-desc {
  color: #000000;
}
.cid-vkaQfqXBH8 .mbr-section-subtitle {
  color: #000000;
}
.cid-vkaQfqXBH8 .list {
  color: #000000;
}
.cid-vk09GHoGl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vk09GHoGl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk09GHoGl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk09GHoGl1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vk09GHoGl1 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vk09GHoGl1 .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vk09GHoGl1 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vk09GHoGl1 .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vk09GHoGl1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vk09GHoGl1 .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vk09GHoGl1 .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vk09GHoGl1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vk09GHoGl1 .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vk09GHoGl1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vk09GHoGl1 .nav-wrapper .list .item-wrap:hover,
.cid-vk09GHoGl1 .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vk09GHoGl1 .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vk09GHoGl1 .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vk09GHoGl1 .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vk09GHoGl1 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vk09GHoGl1 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vk09GHoGl1 .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vk09GHoGl1 .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vk09GHoGl1 .mbr-text {
  color: #ffffff;
}
.cid-vk09GHoGl1 .list {
  color: #ffffff;
}
.cid-vk09GHoGl1 .mbr-soc {
  color: #ffffff;
}
.cid-vk09GHoGl1 .mbr-desc {
  color: #ffffff;
}
.cid-vk09GHoGl1 .list,
.cid-vk09GHoGl1 .item-wrap {
  color: #f9f458;
}
.cid-vluMibFsO4 {
  z-index: 1000;
  width: 100%;
}
.cid-vluMibFsO4 nav.navbar {
  position: fixed;
}
.cid-vluMibFsO4 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vluMibFsO4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vluMibFsO4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vluMibFsO4 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vluMibFsO4 .dropdown-item:hover,
.cid-vluMibFsO4 .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vluMibFsO4 .dropdown-item:hover span {
  color: white;
}
.cid-vluMibFsO4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vluMibFsO4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vluMibFsO4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vluMibFsO4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vluMibFsO4 .nav-link {
  position: relative;
}
.cid-vluMibFsO4 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vluMibFsO4 .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vluMibFsO4 .container {
    max-width: 1100px;
  }
}
.cid-vluMibFsO4 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vluMibFsO4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vluMibFsO4 .dropdown-menu,
.cid-vluMibFsO4 .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-vluMibFsO4 .nav-item:focus,
.cid-vluMibFsO4 .nav-link:focus {
  outline: none;
}
.cid-vluMibFsO4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vluMibFsO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vluMibFsO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vluMibFsO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vluMibFsO4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vluMibFsO4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vluMibFsO4 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vluMibFsO4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vluMibFsO4 .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vluMibFsO4 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vluMibFsO4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vluMibFsO4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vluMibFsO4 .navbar.collapsed {
  justify-content: center;
}
.cid-vluMibFsO4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vluMibFsO4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vluMibFsO4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vluMibFsO4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vluMibFsO4 .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vluMibFsO4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vluMibFsO4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vluMibFsO4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vluMibFsO4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vluMibFsO4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vluMibFsO4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vluMibFsO4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vluMibFsO4 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vluMibFsO4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vluMibFsO4 .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vluMibFsO4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vluMibFsO4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vluMibFsO4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vluMibFsO4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vluMibFsO4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vluMibFsO4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vluMibFsO4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vluMibFsO4 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vluMibFsO4 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vluMibFsO4 .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vluMibFsO4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vluMibFsO4 .navbar-brand .navbar-caption:hover,
.cid-vluMibFsO4 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vluMibFsO4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vluMibFsO4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vluMibFsO4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vluMibFsO4 .dropdown-item.active,
.cid-vluMibFsO4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vluMibFsO4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vluMibFsO4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vluMibFsO4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vluMibFsO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vluMibFsO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vluMibFsO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vluMibFsO4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vluMibFsO4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vluMibFsO4 ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vluMibFsO4 ul.navbar-nav {
    padding: 10px;
  }
  .cid-vluMibFsO4 ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vluMibFsO4 .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vluMibFsO4 .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vluMibFsO4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vluMibFsO4 .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vluMibFsO4 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vluMibFsO4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vluMibFsO4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vluMibFsO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #06880e;
}
.cid-vluMibFsO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vluMibFsO4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vluMibFsO4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vluMibFsO4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vluMibFsO4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vluMibFsO4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vluMibFsO4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vluMibFsO4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vluMibFsO4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vluMibFsO4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vluMibFsO4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vluMibFsO4 .navbar {
    height: 70px;
  }
  .cid-vluMibFsO4 .navbar.opened {
    height: auto;
  }
  .cid-vluMibFsO4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vluMibFsO4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vluMibFsO4 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vluMibFsO4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vluMibFsO4 .nav-item .nav-link:hover {
  background-color: #caf31d;
  color: #000000;
}
.cid-vluMibFsO4 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vluMibFsO4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vluMibFsO4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vluMibFsO4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vluMibFsO4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vluMibFsO4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vluMibFsO4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vluMibFsO4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vluMibFsO4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vluMibFsO4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vluMibFsO4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vluMibFsO4 .content-wrap {
  min-height: 86px;
}
.cid-vluMibFsO4 .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vluMibFsO4 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vluMidjVPa {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/motos-solares-1448x1086.jpg");
  overflow: hidden;
}
.cid-vluMidjVPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vluMidjVPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vluMidjVPa .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vluMidjVPa .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vluMidjVPa .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vluMidjVPa .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vluMidjVPa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vluMidjVPa .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vluMidjVPa .mbr-section-title {
  color: #ffffff;
}
.cid-vluMidjVPa .mbr-text,
.cid-vluMidjVPa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vluMidjVPa .mbr-section-btn,
.cid-vluMidjVPa .mbr-section-title {
  text-align: center;
}
.cid-vluQfg0qa6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vluQfg0qa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vluQfg0qa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vluQfg0qa6 .content-wrap {
  margin: 0 -25px;
}
.cid-vluQfg0qa6 .content-wrap .card {
  padding: 0 25px;
}
.cid-vluQfg0qa6 .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vluQfg0qa6 .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vluQfg0qa6 .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vluQfg0qa6 .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vluQfg0qa6 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vluQfg0qa6 .title-wrapper {
  margin-bottom: 25px;
}
.cid-vluQfg0qa6 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vluQfg0qa6 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vluQfg0qa6 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vluQfg0qa6 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vluQfg0qa6 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vluQfg0qa6 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vluQfg0qa6 .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vluQfg0qa6 .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vluQfg0qa6 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vluQfg0qa6 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vluQfg0qa6 .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vluQfg0qa6 .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vluQfg0qa6 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vluQfg0qa6 .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vluQfg0qa6 .mbr-label {
  color: #000000;
}
.cid-vluQfg0qa6 .mbr-section-title {
  color: #000000;
}
.cid-vluQfg0qa6 .mbr-text {
  color: #000000;
}
.cid-vluQfg0qa6 .list {
  color: #000000;
}
.cid-vm3TFGSi1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-35-1448x1086.png");
  overflow: hidden;
}
.cid-vm3TFGSi1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm3TFGSi1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm3TFGSi1f .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vm3TFGSi1f .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vm3TFGSi1f .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vm3TFGSi1f .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm3TFGSi1f .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm3TFGSi1f .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vm3TFGSi1f .mbr-section-title {
  color: #ffffff;
}
.cid-vm3TFGSi1f .mbr-text,
.cid-vm3TFGSi1f .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm3TFGSi1f .mbr-section-btn,
.cid-vm3TFGSi1f .mbr-section-title {
  text-align: center;
}
.cid-vluMiev8xA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vluMiev8xA .item:focus,
.cid-vluMiev8xA span:focus {
  outline: none;
}
.cid-vluMiev8xA .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vluMiev8xA .item {
  padding: 30px 0;
}
.cid-vluMiev8xA .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #15b104;
  will-change: transform;
}
.cid-vluMiev8xA .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #f9f458;
  will-change: transform;
}
.cid-vluMiev8xA .container_1 {
  background-color: #15b104;
}
.cid-vluMiev8xA .container_1 .item_1 {
  color: #ffffff;
  background-color: #15b104;
}
.cid-vluMiev8xA .container_2 {
  background-color: #f9f458;
}
.cid-vluMiev8xA .container_2 .item_2 {
  color: #111111;
  background-color: #f9f458;
}
.cid-vluUcWCjqo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d2dc1d;
}
.cid-vluUcWCjqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vluUcWCjqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vluUcWCjqo .card-wrapper {
  background: #ffffff;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-vluUcWCjqo .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1500px) {
  .cid-vluUcWCjqo .container {
    max-width: 1400px;
  }
}
.cid-vluUcWCjqo .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1e2330;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d2dc1d;
  height: 80px;
  border-radius: 50%;
}
.cid-vluUcWCjqo .row {
  justify-content: center;
}
.cid-vluUQ7b3RV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vluUQ7b3RV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vluUQ7b3RV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vluUQ7b3RV .title-wrapper {
  margin-bottom: 50px;
}
.cid-vluUQ7b3RV .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vluUQ7b3RV .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vluUQ7b3RV .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vluUQ7b3RV .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vluUQ7b3RV .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vluUQ7b3RV .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vluUQ7b3RV .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vluUQ7b3RV .items-wrapper {
  margin: 0 -10px;
}
.cid-vluUQ7b3RV .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vluUQ7b3RV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vluUQ7b3RV .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-vluUQ7b3RV .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  will-change: transform;
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  will-change: transform;
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
  will-change: transform;
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #caf31d;
  opacity: .85;
  will-change: transform;
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
  position: relative;
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vluUQ7b3RV .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vluUQ7b3RV .mbr-label,
.cid-vluUQ7b3RV .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vluUQ7b3RV .mbr-section-title,
.cid-vluUQ7b3RV .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vluUQ7b3RV .item-title {
  color: #000000;
}
.cid-vluUQ7b3RV .item-date {
  color: #000000;
}
.cid-vluUQ7b3RV .item-text {
  color: #000000;
}
.cid-vluUWG2Qsq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vluUWG2Qsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vluUWG2Qsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vluUWG2Qsq .title-wrapper {
  margin-bottom: 50px;
}
.cid-vluUWG2Qsq .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vluUWG2Qsq .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vluUWG2Qsq .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vluUWG2Qsq .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vluUWG2Qsq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vluUWG2Qsq .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vluUWG2Qsq .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vluUWG2Qsq .items-wrapper {
  margin: 0 -10px;
}
.cid-vluUWG2Qsq .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vluUWG2Qsq .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vluUWG2Qsq .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-vluUWG2Qsq .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  will-change: transform;
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  will-change: transform;
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
  will-change: transform;
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #caf31d;
  opacity: .85;
  will-change: transform;
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
  position: relative;
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vluUWG2Qsq .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vluUWG2Qsq .mbr-label,
.cid-vluUWG2Qsq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vluUWG2Qsq .mbr-section-title,
.cid-vluUWG2Qsq .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vluUWG2Qsq .item-title {
  color: #000000;
}
.cid-vluUWG2Qsq .item-date {
  color: #000000;
}
.cid-vluUWG2Qsq .item-text {
  color: #000000;
}
.cid-vluMifacG7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f458;
}
.cid-vluMifacG7 .row {
  align-items: center;
}
.cid-vluMifacG7 .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vluMifacG7 .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-vluMifacG7 .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #caf31d;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-vluMifacG7 .link:hover:before {
  background: #f8f8f8;
}
.cid-vluMifacG7 .mbr-section-title {
  color: #000000;
}
.cid-vluMifacG7 .mbr-text,
.cid-vluMifacG7 .mbr-section-btn {
  color: #000000;
}
.cid-vluMifacG7 .link,
.cid-vluMifacG7 .link-wrap {
  color: #000000;
}
.cid-vluMifacG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vluMifacG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vluMifF80q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vluMifF80q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vluMifF80q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vluMifF80q .content-wrap {
  margin: 0 -25px;
}
.cid-vluMifF80q .content-wrap .card {
  padding: 0 25px;
}
.cid-vluMifF80q .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vluMifF80q .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vluMifF80q .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vluMifF80q .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vluMifF80q .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vluMifF80q .title-wrapper {
  margin-bottom: 25px;
}
.cid-vluMifF80q .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vluMifF80q .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vluMifF80q .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vluMifF80q .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vluMifF80q .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vluMifF80q .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vluMifF80q .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vluMifF80q .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vluMifF80q .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vluMifF80q .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vluMifF80q .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vluMifF80q .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vluMifF80q .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vluMifF80q .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vluMifF80q .mbr-label {
  color: #000000;
}
.cid-vluMifF80q .mbr-section-title {
  color: #000000;
}
.cid-vluMifF80q .mbr-text {
  color: #000000;
}
.cid-vluMifF80q .list {
  color: #000000;
}
.cid-vluZV3ktHV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/motos-solares-1448x1086.jpg");
  overflow: hidden;
}
.cid-vluZV3ktHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vluZV3ktHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vluZV3ktHV .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vluZV3ktHV .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vluZV3ktHV .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vluZV3ktHV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vluZV3ktHV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vluZV3ktHV .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vluZV3ktHV .mbr-section-title {
  color: #ffffff;
}
.cid-vluZV3ktHV .mbr-text,
.cid-vluZV3ktHV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vluZV3ktHV .mbr-section-btn,
.cid-vluZV3ktHV .mbr-section-title {
  text-align: center;
}
.cid-vluMiglz5q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vluMiglz5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vluMiglz5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vluMiglz5q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vluMiglz5q .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vluMiglz5q .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vluMiglz5q .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vluMiglz5q .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vluMiglz5q .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vluMiglz5q .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vluMiglz5q .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vluMiglz5q .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vluMiglz5q .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vluMiglz5q .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vluMiglz5q .nav-wrapper .list .item-wrap:hover,
.cid-vluMiglz5q .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vluMiglz5q .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vluMiglz5q .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vluMiglz5q .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vluMiglz5q .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vluMiglz5q .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vluMiglz5q .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vluMiglz5q .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vluMiglz5q .mbr-text {
  color: #ffffff;
}
.cid-vluMiglz5q .list {
  color: #ffffff;
}
.cid-vluMiglz5q .mbr-soc {
  color: #ffffff;
}
.cid-vluMiglz5q .mbr-desc {
  color: #ffffff;
}
.cid-vluMiglz5q .list,
.cid-vluMiglz5q .item-wrap {
  color: #f9f458;
}
.cid-vlv04jHxnH {
  z-index: 1000;
  width: 100%;
}
.cid-vlv04jHxnH nav.navbar {
  position: fixed;
}
.cid-vlv04jHxnH .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vlv04jHxnH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlv04jHxnH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vlv04jHxnH .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vlv04jHxnH .dropdown-item:hover,
.cid-vlv04jHxnH .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vlv04jHxnH .dropdown-item:hover span {
  color: white;
}
.cid-vlv04jHxnH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlv04jHxnH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlv04jHxnH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlv04jHxnH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlv04jHxnH .nav-link {
  position: relative;
}
.cid-vlv04jHxnH .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vlv04jHxnH .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vlv04jHxnH .container {
    max-width: 1100px;
  }
}
.cid-vlv04jHxnH .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vlv04jHxnH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlv04jHxnH .dropdown-menu,
.cid-vlv04jHxnH .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-vlv04jHxnH .nav-item:focus,
.cid-vlv04jHxnH .nav-link:focus {
  outline: none;
}
.cid-vlv04jHxnH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlv04jHxnH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vlv04jHxnH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlv04jHxnH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlv04jHxnH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlv04jHxnH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vlv04jHxnH .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vlv04jHxnH .navbar.opened {
  transition: all 0.3s;
}
.cid-vlv04jHxnH .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vlv04jHxnH .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vlv04jHxnH .navbar .navbar-logo img {
  width: auto;
}
.cid-vlv04jHxnH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlv04jHxnH .navbar.collapsed {
  justify-content: center;
}
.cid-vlv04jHxnH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlv04jHxnH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlv04jHxnH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vlv04jHxnH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vlv04jHxnH .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vlv04jHxnH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vlv04jHxnH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vlv04jHxnH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlv04jHxnH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlv04jHxnH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlv04jHxnH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlv04jHxnH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlv04jHxnH .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vlv04jHxnH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlv04jHxnH .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vlv04jHxnH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vlv04jHxnH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlv04jHxnH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlv04jHxnH .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vlv04jHxnH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vlv04jHxnH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlv04jHxnH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlv04jHxnH .navbar.navbar-short {
  min-height: 86px;
}
.cid-vlv04jHxnH .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vlv04jHxnH .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vlv04jHxnH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vlv04jHxnH .navbar-brand .navbar-caption:hover,
.cid-vlv04jHxnH .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vlv04jHxnH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlv04jHxnH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vlv04jHxnH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vlv04jHxnH .dropdown-item.active,
.cid-vlv04jHxnH .dropdown-item:active {
  background-color: transparent;
}
.cid-vlv04jHxnH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlv04jHxnH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlv04jHxnH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlv04jHxnH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vlv04jHxnH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vlv04jHxnH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vlv04jHxnH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlv04jHxnH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vlv04jHxnH ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vlv04jHxnH ul.navbar-nav {
    padding: 10px;
  }
  .cid-vlv04jHxnH ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vlv04jHxnH .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vlv04jHxnH .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vlv04jHxnH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vlv04jHxnH .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vlv04jHxnH .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vlv04jHxnH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vlv04jHxnH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vlv04jHxnH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #06880e;
}
.cid-vlv04jHxnH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vlv04jHxnH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vlv04jHxnH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vlv04jHxnH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vlv04jHxnH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlv04jHxnH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlv04jHxnH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlv04jHxnH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlv04jHxnH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vlv04jHxnH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlv04jHxnH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlv04jHxnH .navbar {
    height: 70px;
  }
  .cid-vlv04jHxnH .navbar.opened {
    height: auto;
  }
  .cid-vlv04jHxnH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlv04jHxnH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vlv04jHxnH .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vlv04jHxnH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vlv04jHxnH .nav-item .nav-link:hover {
  background-color: #caf31d;
  color: #000000;
}
.cid-vlv04jHxnH .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vlv04jHxnH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vlv04jHxnH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vlv04jHxnH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vlv04jHxnH .navbar {
    justify-content: flex-start !important;
  }
  .cid-vlv04jHxnH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vlv04jHxnH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vlv04jHxnH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vlv04jHxnH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vlv04jHxnH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vlv04jHxnH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vlv04jHxnH .content-wrap {
  min-height: 86px;
}
.cid-vlv04jHxnH .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vlv04jHxnH .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vlv04l45fX {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/panel-solar-pozo-agua-1774x887.jpg");
  overflow: hidden;
}
.cid-vlv04l45fX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlv04l45fX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlv04l45fX .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vlv04l45fX .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlv04l45fX .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vlv04l45fX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlv04l45fX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlv04l45fX .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vlv04l45fX .mbr-section-title {
  color: #ffffff;
}
.cid-vlv04l45fX .mbr-text,
.cid-vlv04l45fX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vlv04l45fX .mbr-section-btn,
.cid-vlv04l45fX .mbr-section-title {
  text-align: center;
}
.cid-vlv04mdDZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vlv04mdDZS .item:focus,
.cid-vlv04mdDZS span:focus {
  outline: none;
}
.cid-vlv04mdDZS .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vlv04mdDZS .item {
  padding: 30px 0;
}
.cid-vlv04mdDZS .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #15b104;
  will-change: transform;
}
.cid-vlv04mdDZS .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #f9f458;
  will-change: transform;
}
.cid-vlv04mdDZS .container_1 {
  background-color: #15b104;
}
.cid-vlv04mdDZS .container_1 .item_1 {
  color: #ffffff;
  background-color: #15b104;
}
.cid-vlv04mdDZS .container_2 {
  background-color: #f9f458;
}
.cid-vlv04mdDZS .container_2 .item_2 {
  color: #111111;
  background-color: #f9f458;
}
.cid-vlv2Cq3ajB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vlv2Cq3ajB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlv2Cq3ajB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlv2Cq3ajB .content-wrap {
  margin: 0 -25px;
}
.cid-vlv2Cq3ajB .content-wrap .card {
  padding: 0 25px;
}
.cid-vlv2Cq3ajB .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vlv2Cq3ajB .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vlv2Cq3ajB .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vlv2Cq3ajB .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vlv2Cq3ajB .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vlv2Cq3ajB .title-wrapper {
  margin-bottom: 25px;
}
.cid-vlv2Cq3ajB .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vlv2Cq3ajB .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vlv2Cq3ajB .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vlv2Cq3ajB .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vlv2Cq3ajB .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlv2Cq3ajB .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vlv2Cq3ajB .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vlv2Cq3ajB .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vlv2Cq3ajB .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlv2Cq3ajB .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vlv2Cq3ajB .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vlv2Cq3ajB .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vlv2Cq3ajB .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vlv2Cq3ajB .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vlv2Cq3ajB .mbr-label {
  color: #000000;
}
.cid-vlv2Cq3ajB .mbr-section-title {
  color: #000000;
}
.cid-vlv2Cq3ajB .mbr-text {
  color: #000000;
}
.cid-vlv2Cq3ajB .list {
  color: #000000;
}
.cid-vm3RYy7Qxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f458;
}
.cid-vm3RYy7Qxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm3RYy7Qxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm3RYy7Qxh .content-wrap {
  margin: 0 -25px;
}
.cid-vm3RYy7Qxh .content-wrap .card {
  padding: 0 25px;
}
.cid-vm3RYy7Qxh .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vm3RYy7Qxh .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vm3RYy7Qxh .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vm3RYy7Qxh .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vm3RYy7Qxh .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vm3RYy7Qxh .title-wrapper {
  margin-bottom: 25px;
}
.cid-vm3RYy7Qxh .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vm3RYy7Qxh .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vm3RYy7Qxh .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vm3RYy7Qxh .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vm3RYy7Qxh .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm3RYy7Qxh .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vm3RYy7Qxh .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vm3RYy7Qxh .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vm3RYy7Qxh .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vm3RYy7Qxh .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vm3RYy7Qxh .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vm3RYy7Qxh .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vm3RYy7Qxh .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vm3RYy7Qxh .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vm3RYy7Qxh .mbr-label {
  color: #000000;
}
.cid-vm3RYy7Qxh .mbr-section-title {
  color: #000000;
}
.cid-vm3RYy7Qxh .mbr-text {
  color: #000000;
}
.cid-vm3RYy7Qxh .list {
  color: #000000;
}
.cid-vlv3HVbQDv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vlv3HVbQDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlv3HVbQDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlv3HVbQDv .content-wrap {
  margin: 0 -25px;
}
.cid-vlv3HVbQDv .content-wrap .card {
  padding: 0 25px;
}
.cid-vlv3HVbQDv .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vlv3HVbQDv .image-wrapper {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-vlv3HVbQDv .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vlv3HVbQDv .image-wrapper .card-wrap {
  position: absolute;
  right: 40px;
  bottom: 60px;
  padding: 20px;
  background-color: #caf31d;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vlv3HVbQDv .image-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vlv3HVbQDv .image-wrapper .card-wrap {
    width: 100%;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
.cid-vlv3HVbQDv .image-wrapper .card-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-vlv3HVbQDv .image-wrapper .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vlv3HVbQDv .title-wrapper {
  margin-bottom: 25px;
}
.cid-vlv3HVbQDv .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vlv3HVbQDv .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vlv3HVbQDv .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vlv3HVbQDv .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vlv3HVbQDv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlv3HVbQDv .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-vlv3HVbQDv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vlv3HVbQDv .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vlv3HVbQDv .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vlv3HVbQDv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vlv3HVbQDv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vlv3HVbQDv .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding: 20px 0 15px 0;
}
.cid-vlv3HVbQDv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vlv3HVbQDv .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
}
.cid-vlv3HVbQDv .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlv3HVbQDv .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vlv3HVbQDv .mbr-label {
  color: #000000;
}
.cid-vlv3HVbQDv .mbr-section-title {
  color: #000000;
}
.cid-vlv3HVbQDv .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-vlv3HVbQDv .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-vlv3HVbQDv .panel-title-edit {
  color: #000000;
}
.cid-vlv3HVbQDv .panel-text {
  color: #000000;
}
.cid-vlv3HVbQDv .mbr-label,
.cid-vlv3HVbQDv .label-wrapper {
  color: #a4cb02;
}
.cid-vlv6BQRmjN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vlv6BQRmjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlv6BQRmjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlv6BQRmjN .content-wrap {
  margin: 0 -25px;
}
.cid-vlv6BQRmjN .content-wrap .card {
  padding: 0 25px;
}
.cid-vlv6BQRmjN .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vlv6BQRmjN .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vlv6BQRmjN .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vlv6BQRmjN .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vlv6BQRmjN .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vlv6BQRmjN .title-wrapper {
  margin-bottom: 25px;
}
.cid-vlv6BQRmjN .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vlv6BQRmjN .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vlv6BQRmjN .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vlv6BQRmjN .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vlv6BQRmjN .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlv6BQRmjN .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vlv6BQRmjN .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vlv6BQRmjN .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vlv6BQRmjN .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vlv6BQRmjN .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vlv6BQRmjN .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vlv6BQRmjN .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vlv6BQRmjN .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vlv6BQRmjN .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vlv6BQRmjN .mbr-label {
  color: #000000;
}
.cid-vlv6BQRmjN .mbr-section-title {
  color: #000000;
}
.cid-vlv6BQRmjN .mbr-text {
  color: #000000;
}
.cid-vlv6BQRmjN .list {
  color: #000000;
}
.cid-vlv7HuEb11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/panel-solar-en-rancho-1254x1254.jpeg");
  overflow: hidden;
}
.cid-vlv7HuEb11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlv7HuEb11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlv7HuEb11 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vlv7HuEb11 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vlv7HuEb11 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vlv7HuEb11 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlv7HuEb11 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlv7HuEb11 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vlv7HuEb11 .mbr-section-title {
  color: #ffffff;
}
.cid-vlv7HuEb11 .mbr-text,
.cid-vlv7HuEb11 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vlv7HuEb11 .mbr-section-btn,
.cid-vlv7HuEb11 .mbr-section-title {
  text-align: center;
}
.cid-vlv04o1Y5Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlv04o1Y5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlv04o1Y5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlv04o1Y5Q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vlv04o1Y5Q .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vlv04o1Y5Q .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vlv04o1Y5Q .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vlv04o1Y5Q .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vlv04o1Y5Q .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlv04o1Y5Q .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vlv04o1Y5Q .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vlv04o1Y5Q .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vlv04o1Y5Q .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vlv04o1Y5Q .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlv04o1Y5Q .nav-wrapper .list .item-wrap:hover,
.cid-vlv04o1Y5Q .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vlv04o1Y5Q .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vlv04o1Y5Q .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vlv04o1Y5Q .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vlv04o1Y5Q .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vlv04o1Y5Q .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vlv04o1Y5Q .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vlv04o1Y5Q .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vlv04o1Y5Q .mbr-text {
  color: #ffffff;
}
.cid-vlv04o1Y5Q .list {
  color: #ffffff;
}
.cid-vlv04o1Y5Q .mbr-soc {
  color: #ffffff;
}
.cid-vlv04o1Y5Q .mbr-desc {
  color: #ffffff;
}
.cid-vlv04o1Y5Q .list,
.cid-vlv04o1Y5Q .item-wrap {
  color: #f9f458;
}
.cid-vkhsanQdJj {
  z-index: 1000;
  width: 100%;
}
.cid-vkhsanQdJj nav.navbar {
  position: fixed;
}
.cid-vkhsanQdJj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-vkhsanQdJj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkhsanQdJj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkhsanQdJj .dropdown-item {
  border: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 300;
}
.cid-vkhsanQdJj .dropdown-item:hover,
.cid-vkhsanQdJj .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vkhsanQdJj .dropdown-item:hover span {
  color: white;
}
.cid-vkhsanQdJj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkhsanQdJj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkhsanQdJj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkhsanQdJj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkhsanQdJj .nav-link {
  position: relative;
}
.cid-vkhsanQdJj .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vkhsanQdJj .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vkhsanQdJj .container {
    max-width: 1100px;
  }
}
.cid-vkhsanQdJj .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkhsanQdJj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkhsanQdJj .dropdown-menu,
.cid-vkhsanQdJj .navbar.opened {
  background: #ffffff !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkhsanQdJj .nav-item:focus,
.cid-vkhsanQdJj .nav-link:focus {
  outline: none;
}
.cid-vkhsanQdJj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkhsanQdJj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vkhsanQdJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkhsanQdJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkhsanQdJj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkhsanQdJj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vkhsanQdJj .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vkhsanQdJj .navbar.opened {
  transition: all 0.3s;
}
.cid-vkhsanQdJj .navbar .dropdown-item {
  padding: 8px 2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vkhsanQdJj .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vkhsanQdJj .navbar .navbar-logo img {
  width: auto;
}
.cid-vkhsanQdJj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkhsanQdJj .navbar.collapsed {
  justify-content: center;
}
.cid-vkhsanQdJj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkhsanQdJj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkhsanQdJj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vkhsanQdJj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vkhsanQdJj .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vkhsanQdJj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vkhsanQdJj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  position: static;
}
.cid-vkhsanQdJj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkhsanQdJj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkhsanQdJj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkhsanQdJj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkhsanQdJj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkhsanQdJj .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vkhsanQdJj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkhsanQdJj .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vkhsanQdJj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vkhsanQdJj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkhsanQdJj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkhsanQdJj .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vkhsanQdJj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkhsanQdJj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkhsanQdJj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkhsanQdJj .navbar.navbar-short {
  min-height: 86px;
}
.cid-vkhsanQdJj .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vkhsanQdJj .navbar-brand {
  min-height: 86px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkhsanQdJj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vkhsanQdJj .navbar-brand .navbar-caption:hover,
.cid-vkhsanQdJj .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vkhsanQdJj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkhsanQdJj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkhsanQdJj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vkhsanQdJj .dropdown-item.active,
.cid-vkhsanQdJj .dropdown-item:active {
  background-color: transparent;
}
.cid-vkhsanQdJj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkhsanQdJj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkhsanQdJj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkhsanQdJj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vkhsanQdJj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vkhsanQdJj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkhsanQdJj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkhsanQdJj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
  border: 1px solid #777777;
}
@media (min-width: 991px) {
  .cid-vkhsanQdJj ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vkhsanQdJj ul.navbar-nav {
    padding: 10px;
  }
  .cid-vkhsanQdJj ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vkhsanQdJj .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vkhsanQdJj .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vkhsanQdJj .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkhsanQdJj .navbar-buttons {
    text-align: left;
    margin-left: 22px;
  }
}
.cid-vkhsanQdJj .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkhsanQdJj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkhsanQdJj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 86px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkhsanQdJj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #06880e;
}
.cid-vkhsanQdJj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkhsanQdJj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkhsanQdJj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vkhsanQdJj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vkhsanQdJj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkhsanQdJj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkhsanQdJj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkhsanQdJj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkhsanQdJj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkhsanQdJj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkhsanQdJj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkhsanQdJj .navbar {
    height: 70px;
  }
  .cid-vkhsanQdJj .navbar.opened {
    height: auto;
  }
  .cid-vkhsanQdJj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkhsanQdJj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkhsanQdJj .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vkhsanQdJj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkhsanQdJj .nav-item .nav-link:hover {
  background-color: #caf31d;
  color: #000000;
}
.cid-vkhsanQdJj .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vkhsanQdJj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkhsanQdJj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkhsanQdJj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkhsanQdJj .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkhsanQdJj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkhsanQdJj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkhsanQdJj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkhsanQdJj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkhsanQdJj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkhsanQdJj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkhsanQdJj .content-wrap {
  min-height: 86px;
}
.cid-vkhsanQdJj .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vkhsanQdJj .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vkhsap8zhw {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/motos-solares-1448x1086.jpg");
  overflow: hidden;
}
.cid-vkhsap8zhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhsap8zhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhsap8zhw .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vkhsap8zhw .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkhsap8zhw .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vkhsap8zhw .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhsap8zhw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkhsap8zhw .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vkhsap8zhw .mbr-section-title {
  color: #ffffff;
}
.cid-vkhsap8zhw .mbr-text,
.cid-vkhsap8zhw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkhsap8zhw .mbr-section-btn,
.cid-vkhsap8zhw .mbr-section-title {
  text-align: center;
}
.cid-vkhAemkY8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-vkhAemkY8l .img-bg-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-vkhAemkY8l .img-bg-container {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-vkhAemkY8l .img-bg-container {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vkhAemkY8l .img-bg-container {
    padding: 1rem;
  }
}
.cid-vkhAemkY8l .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.cid-vkhAemkY8l .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 0 100%, rgba(24, 24, 23, 0.9) 38%, rgba(24, 24, 23, 0.5));
}
.cid-vkhAemkY8l .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-vkhAemkY8l .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-vkhAemkY8l .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-vkhAemkY8l .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vkhsastZZb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vkhsastZZb .item:focus,
.cid-vkhsastZZb span:focus {
  outline: none;
}
.cid-vkhsastZZb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vkhsastZZb .item {
  padding: 30px 0;
}
.cid-vkhsastZZb .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #15b104;
  will-change: transform;
}
.cid-vkhsastZZb .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #f9f458;
  will-change: transform;
}
.cid-vkhsastZZb .container_1 {
  background-color: #15b104;
}
.cid-vkhsastZZb .container_1 .item_1 {
  color: #ffffff;
  background-color: #15b104;
}
.cid-vkhsastZZb .container_2 {
  background-color: #f9f458;
}
.cid-vkhsastZZb .container_2 .item_2 {
  color: #111111;
  background-color: #f9f458;
}
.cid-vkhR9TGWpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffef05;
}
.cid-vkhR9TGWpE .row {
  align-items: center;
}
.cid-vkhR9TGWpE .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vkhR9TGWpE .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-vkhR9TGWpE .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #caf31d;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-vkhR9TGWpE .link:hover:before {
  background: #f8f8f8;
}
.cid-vkhR9TGWpE .mbr-section-title {
  color: #000000;
}
.cid-vkhR9TGWpE .mbr-text,
.cid-vkhR9TGWpE .mbr-section-btn {
  color: #000000;
}
.cid-vkhR9TGWpE .link,
.cid-vkhR9TGWpE .link-wrap {
  color: #000000;
}
.cid-vkhR9TGWpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhR9TGWpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhsato1Fi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkhsato1Fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhsato1Fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhsato1Fi .content-wrap {
  margin: 0 -25px;
}
.cid-vkhsato1Fi .content-wrap .card {
  padding: 0 25px;
}
.cid-vkhsato1Fi .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vkhsato1Fi .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vkhsato1Fi .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vkhsato1Fi .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vkhsato1Fi .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkhsato1Fi .title-wrapper {
  margin-bottom: 25px;
}
.cid-vkhsato1Fi .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vkhsato1Fi .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vkhsato1Fi .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vkhsato1Fi .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkhsato1Fi .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkhsato1Fi .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkhsato1Fi .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vkhsato1Fi .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vkhsato1Fi .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkhsato1Fi .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vkhsato1Fi .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkhsato1Fi .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vkhsato1Fi .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vkhsato1Fi .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vkhsato1Fi .mbr-label {
  color: #000000;
}
.cid-vkhsato1Fi .mbr-section-title {
  color: #000000;
}
.cid-vkhsato1Fi .mbr-text {
  color: #000000;
}
.cid-vkhsato1Fi .list {
  color: #000000;
}
.cid-vlv9oVzg8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f458;
}
.cid-vlv9oVzg8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlv9oVzg8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlv9oVzg8F .title-wrapper {
  margin-bottom: 50px;
}
.cid-vlv9oVzg8F .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vlv9oVzg8F .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vlv9oVzg8F .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vlv9oVzg8F .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vlv9oVzg8F .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vlv9oVzg8F .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vlv9oVzg8F .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vlv9oVzg8F .items-wrapper {
  margin: 0 -10px;
}
.cid-vlv9oVzg8F .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vlv9oVzg8F .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vlv9oVzg8F .items-wrapper .item:hover .item-wrapper,
.cid-vlv9oVzg8F .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vlv9oVzg8F .items-wrapper .item:hover .item-wrapper,
  .cid-vlv9oVzg8F .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vlv9oVzg8F .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vlv9oVzg8F .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #caf31d;
  color: #000000;
}
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #15b104;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vlv9oVzg8F .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #caf31d;
  color: #000000;
}
.cid-vlv9oVzg8F .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vlv9oVzg8F .mbr-label,
.cid-vlv9oVzg8F .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vlv9oVzg8F .mbr-section-title,
.cid-vlv9oVzg8F .title-wrap {
  color: #15b104;
  text-align: center;
}
.cid-vlv9oVzg8F .item-title {
  color: #000000;
}
.cid-vlv9oVzg8F .item-text {
  color: #000000;
}
.cid-vkhsaw9CB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkhsaw9CB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkhsaw9CB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkhsaw9CB7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 80px;
}
@media (max-width: 1640px) {
  .cid-vkhsaw9CB7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vkhsaw9CB7 .items-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vkhsaw9CB7 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vkhsaw9CB7 .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vkhsaw9CB7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkhsaw9CB7 .nav-wrapper {
  padding-left: 50px;
}
@media (max-width: 1640px) {
  .cid-vkhsaw9CB7 .nav-wrapper {
    padding-left: 0;
  }
}
.cid-vkhsaw9CB7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vkhsaw9CB7 .nav-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.cid-vkhsaw9CB7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkhsaw9CB7 .nav-wrapper .list .item-wrap:hover,
.cid-vkhsaw9CB7 .nav-wrapper .list .item-wrap:focus {
  color: #caf31d;
}
.cid-vkhsaw9CB7 .social-wrapper .social-wrap .soc-item {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cid-vkhsaw9CB7 .social-wrapper .social-wrap .soc-item:first-child {
  margin-top: 0;
}
.cid-vkhsaw9CB7 .social-wrapper .social-wrap .soc-item .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vkhsaw9CB7 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vkhsaw9CB7 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vkhsaw9CB7 .desc-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkhsaw9CB7 .mbr-copy {
  margin-bottom: 0;
  color: #777777;
  text-align: center;
}
.cid-vkhsaw9CB7 .mbr-text {
  color: #ffffff;
}
.cid-vkhsaw9CB7 .list {
  color: #ffffff;
}
.cid-vkhsaw9CB7 .mbr-soc {
  color: #ffffff;
}
.cid-vkhsaw9CB7 .mbr-desc {
  color: #ffffff;
}
.cid-vkhsaw9CB7 .list,
.cid-vkhsaw9CB7 .item-wrap {
  color: #f9f458;
}
