.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #ffffff !important;
}
.bg-success {
  background-color: #2e481a !important;
}
.bg-info {
  background-color: #9c98cf !important;
}
.bg-warning {
  background-color: #438a0d !important;
}
.bg-danger {
  background-color: #0047ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #438a0d !important;
  border-color: #438a0d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #5ab911 !important;
  border-color: #5ab911 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5ab911 !important;
  border-color: #5ab911 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0047ff !important;
  border-color: #0047ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #336cff !important;
  border-color: #336cff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #336cff !important;
  border-color: #336cff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #9c98cf;
  color: #9c98cf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #635db3 !important;
  background-color: transparent !important;
  border-color: #635db3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2e481a;
  color: #2e481a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #438a0d;
  color: #438a0d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1d3b06 !important;
  background-color: transparent !important;
  border-color: #1d3b06 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #438a0d !important;
  border-color: #438a0d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0047ff;
  color: #0047ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #002fa8 !important;
  background-color: transparent !important;
  border-color: #002fa8 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0047ff !important;
  border-color: #0047ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #2e481a !important;
}
.text-info {
  color: #9c98cf !important;
}
.text-warning {
  color: #438a0d !important;
}
.text-danger {
  color: #0047ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5952af !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #162d04 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #002b99 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9c98cf;
}
.alert-warning {
  background-color: #438a0d;
}
.alert-danger {
  background-color: #0047ff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9ecf79;
}
.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: #7eeb2b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ccdaff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !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: 100px !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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFAVjl4esz {
  z-index: 1000;
  width: 100%;
}
.cid-uFAVjl4esz nav.navbar {
  position: fixed;
}
.cid-uFAVjl4esz .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uFAVjl4esz .wrapper {
    padding: 0;
  }
}
.cid-uFAVjl4esz .btn {
  border-radius: 30px;
}
.cid-uFAVjl4esz .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-uFAVjl4esz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFAVjl4esz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFAVjl4esz .dropdown-item:hover,
.cid-uFAVjl4esz .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uFAVjl4esz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFAVjl4esz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFAVjl4esz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uFAVjl4esz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFAVjl4esz .nav-link {
  position: relative;
}
.cid-uFAVjl4esz .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFAVjl4esz .dropdown-menu,
.cid-uFAVjl4esz .navbar.opened {
  background: #000000 !important;
}
.cid-uFAVjl4esz .nav-item:focus,
.cid-uFAVjl4esz .nav-link:focus {
  outline: none;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFAVjl4esz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFAVjl4esz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFAVjl4esz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uFAVjl4esz .navbar.opened {
  transition: all 0.3s;
}
.cid-uFAVjl4esz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFAVjl4esz .navbar .navbar-logo img {
  width: auto;
}
.cid-uFAVjl4esz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFAVjl4esz .navbar.collapsed {
  justify-content: center;
}
.cid-uFAVjl4esz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFAVjl4esz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFAVjl4esz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFAVjl4esz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFAVjl4esz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFAVjl4esz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFAVjl4esz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFAVjl4esz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFAVjl4esz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFAVjl4esz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFAVjl4esz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFAVjl4esz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFAVjl4esz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFAVjl4esz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFAVjl4esz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFAVjl4esz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFAVjl4esz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFAVjl4esz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFAVjl4esz .dropdown-item.active,
.cid-uFAVjl4esz .dropdown-item:active {
  background-color: transparent;
}
.cid-uFAVjl4esz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFAVjl4esz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFAVjl4esz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFAVjl4esz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFAVjl4esz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFAVjl4esz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFAVjl4esz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFAVjl4esz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFAVjl4esz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFAVjl4esz .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uFAVjl4esz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFAVjl4esz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFAVjl4esz .navbar {
    height: 70px;
  }
  .cid-uFAVjl4esz .navbar.opened {
    height: auto;
  }
  .cid-uFAVjl4esz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM2l3Nx5LJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/1.png-5-1600x1200.png");
}
.cid-uM2l3Nx5LJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2l3Nx5LJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2l3Nx5LJ .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-uM2l3Nx5LJ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uM2l3Nx5LJ .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uM2l3Nx5LJ .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uM2l3Nx5LJ .mbr-section-btn {
  margin-top: 28px;
}
.cid-uM2l3Nx5LJ iframe,
.cid-uM2l3Nx5LJ img,
.cid-uM2l3Nx5LJ video {
  width: 100%;
}
.cid-uM2l3Nx5LJ .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uM2l3Nx5LJ .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-uM2l3Nx5LJ .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uM2l3Nx5LJ .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uM2l3Nx5LJ .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uM2l3Nx5LJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uM2l3Nx5LJ .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uM2l3Nx5LJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uM2l3Nx5LJ .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uM2l3Nx5LJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uM2l3Nx5LJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMklDXdcYQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b01;
}
.cid-uMklDXdcYQ .mbr-section-title {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uMklDXdcYQ .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMklDXdcYQ .text__title .mbr-section-btn {
  margin-top: 45px;
}
.cid-uMklDXdcYQ .text__title .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uMklDXdcYQ .block__products {
  margin-top: 45px;
}
.cid-uMklDXdcYQ .image__products {
  margin-top: 30px;
  position: relative;
}
.cid-uMklDXdcYQ .image__products img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.cid-uMklDXdcYQ .image__products:hover .image__inner {
  opacity: 1;
  cursor: pointer;
}
.cid-uMklDXdcYQ .image__inner {
  position: absolute;
  padding: 25px 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  transition: all .25s;
  overflow: auto;
}
.cid-uMklDXdcYQ .image__inner > * {
  pointer-events: all;
}
.cid-uMklDXdcYQ .inner__text {
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.cid-uMklDXdcYQ .image__inner_bot {
  margin-top: 20px;
}
.cid-uMklDXdcYQ .image__inner_bot .mbr-section-btn .btn {
  height: 40px;
}
.cid-uMklDXdcYQ .price__product {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uMklDXdcYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMklDXdcYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFAmxBjQmB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050b01;
}
.cid-uFAmxBjQmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFAmxBjQmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFAmxBjQmB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFAmxBjQmB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFAmxBjQmB .items-wrapper {
  margin: 0 -10px;
}
.cid-uFAmxBjQmB .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uFAmxBjQmB .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uFAmxBjQmB .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uFAmxBjQmB .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uFAmxBjQmB .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uFAmxBjQmB .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uFAmxBjQmB .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFAmxBjQmB .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uFAmxBjQmB .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFAmxBjQmB .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uFAmxBjQmB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uFAmxBjQmB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFAmxBjQmB .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #2e481a, #171717 50%);
}
.cid-uFAmxBjQmB .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #2e481a, #171717 50%);
}
.cid-uFAmxBjQmB .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #2e481a, #171717 50%);
}
.cid-uFAmxBjQmB .mbr-section-title,
.cid-uFAmxBjQmB .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFAmxBjQmB .item-title {
  color: #ffffff;
}
.cid-uFAmxBjQmB .item-text {
  color: #ffffff;
}
.cid-uMI0JSvIqK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uMI0JSvIqK .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.cid-uMI0JSvIqK img,
.cid-uMI0JSvIqK .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uMI0JSvIqK .item:focus,
.cid-uMI0JSvIqK span:focus {
  outline: none;
}
.cid-uMI0JSvIqK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMI0JSvIqK .item {
    margin-bottom: 1rem;
  }
}
.cid-uMI0JSvIqK .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMI0JSvIqK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMI0JSvIqK .mbr-section-title {
  color: #ffffff;
}
.cid-uMI0JSvIqK .mbr-text,
.cid-uMI0JSvIqK .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uMI0JSvIqK .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMI0JSvIqK .content-head {
  max-width: 800px;
}
.cid-uMI0JSvIqK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uM2wDbMvVL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #050b01;
}
.cid-uM2wDbMvVL .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uM2wDbMvVL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uM2wDbMvVL .container {
    padding: 0 22px;
  }
}
.cid-uM2wDbMvVL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uM2wDbMvVL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM2wDbMvVL .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uM2wDbMvVL .embla__slide .slide-content {
    display: block;
  }
}
.cid-uM2wDbMvVL .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM2wDbMvVL .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uM2wDbMvVL .embla__button--next,
.cid-uM2wDbMvVL .embla__button--prev {
  display: flex;
}
.cid-uM2wDbMvVL .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uM2wDbMvVL .embla__button {
    display: none;
  }
}
.cid-uM2wDbMvVL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uM2wDbMvVL .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uM2wDbMvVL .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uM2wDbMvVL .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uM2wDbMvVL .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uM2wDbMvVL .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uM2wDbMvVL .embla {
  position: relative;
  width: 100%;
}
.cid-uM2wDbMvVL .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uM2wDbMvVL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM2wDbMvVL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM2wDbMvVL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uM2wDbMvVL .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-uFAP9WkI17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/containers-negro.png-1536x1024.png");
}
.cid-uFAP9WkI17::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #050b01 50%);
  z-index: 1;
}
.cid-uFAP9WkI17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFAP9WkI17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFAP9WkI17 .container {
    padding: 0 22px;
  }
}
.cid-uFAP9WkI17 .row {
  justify-content: center;
}
.cid-uFAP9WkI17 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uFAP9WkI17 .content-wrapper {
    padding: 0;
  }
}
.cid-uFAP9WkI17 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFAP9WkI17 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFAP9WkI17 .mbr-section-title {
  color: #ffffff;
}
.cid-uFAP9WkI17 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFAP9WkI17 .mbr-section-title,
.cid-uFAP9WkI17 .mbr-section-btn {
  text-align: center;
}
.cid-uM3cf5ZRO5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uM3cf5ZRO5 .card-wrapper {
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #163300;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uM3cf5ZRO5 .bottom,
.cid-uM3cf5ZRO5 .card-title {
  color: #ffffff;
}
.cid-uM3cf5ZRO5 .card-title {
  margin-bottom: 18px;
  color: #1f6463;
}
@media (max-width: 1150px) {
  .cid-uM3cf5ZRO5 .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-uM3cf5ZRO5 {
    padding-bottom: 0;
  }
  .cid-uM3cf5ZRO5 .card-wrapper {
    position: initial;
  }
  .cid-uM3cf5ZRO5 .card-box {
    padding: 10%;
  }
}
.cid-uM3cf5ZRO5 .bottom {
  color: #8c8c95;
}
.cid-uM3cf5ZRO5 .plus1 {
  color: #fedb01;
}
.cid-uM3cf5ZRO5 .plus2 {
  color: #ff4433;
}
.cid-uM3cf5ZRO5 .plus3 {
  color: #4cc9f0;
}
.cid-uM3cf5ZRO5 .plus4 {
  color: #6c38ff;
}
.cid-uM3cf5ZRO5 .card-title,
.cid-uM3cf5ZRO5 .bottom {
  text-align: center;
}
.cid-uM3f5pAs5t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #050b01;
}
.cid-uM3f5pAs5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3f5pAs5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3f5pAs5t .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uM3f5pAs5t .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uM3f5pAs5t .container {
    padding: 0 26px;
  }
}
.cid-uM3f5pAs5t .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uM3f5pAs5t .row {
    margin: 0 -12px;
  }
}
.cid-uM3f5pAs5t .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uM3f5pAs5t .card:first-child {
  border-right: 1px solid #9fe870;
}
@media (max-width: 992px) {
  .cid-uM3f5pAs5t .card:first-child {
    border: none;
  }
}
.cid-uM3f5pAs5t .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #9fe870;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uM3f5pAs5t .card:first-child::before {
    display: none;
  }
}
.cid-uM3f5pAs5t .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uM3f5pAs5t .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uM3f5pAs5t .card {
    padding: 0 12px;
  }
}
.cid-uM3f5pAs5t .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uM3f5pAs5t .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uM3f5pAs5t .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM3f5pAs5t .image-wrapper img {
    height: 300px;
  }
}
.cid-uM3f5pAs5t .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uM3f5pAs5t .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uM3f5pAs5t .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uM3f5pAs5t .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uM3f5pAs5t .mbr-section-title {
  color: #ffffff;
}
.cid-uM3f5pAs5t .mbr-text {
  color: #cacaca;
}
.cid-uM36dEje5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uM36dEje5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM36dEje5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uM36dEje5V .container {
    padding: 0 22px;
  }
}
.cid-uM36dEje5V .card {
  justify-content: center;
}
.cid-uM36dEje5V .content-wrapper {
  padding-left: 34px;
}
@media (max-width: 992px) {
  .cid-uM36dEje5V .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uM36dEje5V .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uM36dEje5V .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uM36dEje5V .box {
  padding-right: 84px;
}
@media (max-width: 992px) {
  .cid-uM36dEje5V .box {
    padding: 0;
  }
}
.cid-uM36dEje5V .box .mbr-media {
  position: relative;
  height: 480px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uM36dEje5V .box .mbr-media {
    height: 350px;
  }
}
.cid-uM36dEje5V .box .mbr-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-uM36dEje5V .box .mbr-media .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}
.cid-uM36dEje5V .mbr-media {
  position: relative;
}
.cid-uM36dEje5V .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uM36dEje5V a:hover {
  background-image: none !important;
}
.cid-uM36dEje5V .icon-wrap {
  right: 40px;
  bottom: 40px;
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background-color: #2e481a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uM36dEje5V .icon-wrap {
    right: 20px;
    bottom: 20px;
  }
}
.cid-uM36dEje5V .icon-wrap:hover,
.cid-uM36dEje5V .icon-wrap:focus {
  background-color: #000000;
}
.cid-uM36dEje5V .icon-wrap:hover .mbr-iconfont,
.cid-uM36dEje5V .icon-wrap:focus .mbr-iconfont {
  color: #2e481a;
}
.cid-uM36dEje5V .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uM36dEje5V .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uM36dEje5V .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uM36dEje5V .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uM36dEje5V .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uM36dEje5V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uM36dEje5V .mbr-section-title {
  color: #ffffff;
}
.cid-uM36dEje5V .mbr-text {
  color: #ffffff;
}
.cid-uM3huipnub {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b01;
}
.cid-uM3huipnub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3huipnub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3huipnub .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #232323;
  background-color: #1d320d;
}
@media (max-width: 992px) {
  .cid-uM3huipnub .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uM3huipnub .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bcfe1e, #1d320d 50%);
  opacity: .5;
}
.cid-uM3huipnub .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uM3huipnub .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uM3huipnub .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #232323;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uM3huipnub .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uM3huipnub .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uM3huipnub .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uM3huipnub .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uM3huipnub .content-wrapper .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: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #bcfe1e;
  border-radius: 100%;
}
.cid-uM3huipnub .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uM3huipnub .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uM3huipnub .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uM3huipnub .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uM3huipnub .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uM3huipnub .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uM3huipnub .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uM3huipnub .panel-title-edit {
  color: #ffffff;
}
.cid-uM3huipnub .panel-text {
  color: #ffffff;
}
.cid-uJTv36fYkm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1049.jpg");
}
.cid-uJTv36fYkm .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uJTv36fYkm .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJTv36fYkm .form-group {
  margin-bottom: 1rem;
}
.cid-uJTv36fYkm .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #ffffff;
  color: #000000;
  width: 100%;
}
.cid-uJTv36fYkm textarea.form-control {
  min-height: 96px;
}
.cid-uJTv36fYkm .input-group-btn {
  width: 100%;
}
.cid-uJTv36fYkm .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uJTv36fYkm .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uJTv36fYkm .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uJTv36fYkm .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uJTv36fYkm .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uJTv36fYkm .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uJTv36fYkm .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uJTv36fYkm .form-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uJTv36fYkm .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJTv36fYkm .form-wrapper {
    padding-bottom: 0;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJTv36fYkm .form-subtitle {
    text-align: center;
  }
}
.cid-uJTv36fYkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTv36fYkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTv36fYkm .form-title {
  text-align: center;
}
.cid-uJTv36fYkm LABEL {
  color: #ffffff;
}
.cid-uFAFor4Pam {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uFAFor4Pam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFAFor4Pam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFAFor4Pam .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFAFor4Pam .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFAFor4Pam .row {
    text-align: center;
  }
  .cid-uFAFor4Pam .row > div {
    margin: auto;
  }
  .cid-uFAFor4Pam .social-row {
    justify-content: center;
  }
}
.cid-uFAFor4Pam .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFAFor4Pam .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFAFor4Pam .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFAFor4Pam .list {
    margin-bottom: 0rem;
  }
}
.cid-uFAFor4Pam .mbr-text {
  color: #bbbbbb;
}
.cid-uFAFor4Pam .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uFAFor4Pam .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uFAFor4Pam div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFAFor4Pam .copyright {
  color: #ffffff;
}
.cid-uFAVjl4esz {
  z-index: 1000;
  width: 100%;
}
.cid-uFAVjl4esz nav.navbar {
  position: fixed;
}
.cid-uFAVjl4esz .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uFAVjl4esz .wrapper {
    padding: 0;
  }
}
.cid-uFAVjl4esz .btn {
  border-radius: 30px;
}
.cid-uFAVjl4esz .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-uFAVjl4esz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFAVjl4esz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFAVjl4esz .dropdown-item:hover,
.cid-uFAVjl4esz .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uFAVjl4esz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFAVjl4esz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFAVjl4esz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uFAVjl4esz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFAVjl4esz .nav-link {
  position: relative;
}
.cid-uFAVjl4esz .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFAVjl4esz .dropdown-menu,
.cid-uFAVjl4esz .navbar.opened {
  background: #000000 !important;
}
.cid-uFAVjl4esz .nav-item:focus,
.cid-uFAVjl4esz .nav-link:focus {
  outline: none;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFAVjl4esz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFAVjl4esz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFAVjl4esz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uFAVjl4esz .navbar.opened {
  transition: all 0.3s;
}
.cid-uFAVjl4esz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFAVjl4esz .navbar .navbar-logo img {
  width: auto;
}
.cid-uFAVjl4esz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFAVjl4esz .navbar.collapsed {
  justify-content: center;
}
.cid-uFAVjl4esz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFAVjl4esz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFAVjl4esz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFAVjl4esz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFAVjl4esz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFAVjl4esz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFAVjl4esz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFAVjl4esz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFAVjl4esz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFAVjl4esz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFAVjl4esz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFAVjl4esz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFAVjl4esz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFAVjl4esz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFAVjl4esz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFAVjl4esz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFAVjl4esz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFAVjl4esz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFAVjl4esz .dropdown-item.active,
.cid-uFAVjl4esz .dropdown-item:active {
  background-color: transparent;
}
.cid-uFAVjl4esz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFAVjl4esz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFAVjl4esz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFAVjl4esz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFAVjl4esz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFAVjl4esz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFAVjl4esz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFAVjl4esz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFAVjl4esz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFAVjl4esz .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uFAVjl4esz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFAVjl4esz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFAVjl4esz .navbar {
    height: 70px;
  }
  .cid-uFAVjl4esz .navbar.opened {
    height: auto;
  }
  .cid-uFAVjl4esz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMAYPCeddY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b01;
}
.cid-uMAYPCeddY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAYPCeddY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAYPCeddY .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uMAYPCeddY .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMAYPCeddY .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uMAYPCeddY .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uMAYPCeddY .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uMAYPCeddY .image-wrapper {
  padding: 0 1rem;
}
.cid-uMAYPCeddY img,
.cid-uMAYPCeddY .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uMAYPCeddY img,
  .cid-uMAYPCeddY .image-wrapper {
    max-height: 350px;
  }
}
.cid-uMAYPCeddY .mbr-section-title {
  color: #000000;
}
.cid-uMAYPCeddY .mbr-text {
  color: #000000;
}
.cid-uMBoe6PmcU {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uMBoe6PmcU .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.cid-uMBoe6PmcU img,
.cid-uMBoe6PmcU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uMBoe6PmcU .item:focus,
.cid-uMBoe6PmcU span:focus {
  outline: none;
}
.cid-uMBoe6PmcU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMBoe6PmcU .item {
    margin-bottom: 1rem;
  }
}
.cid-uMBoe6PmcU .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMBoe6PmcU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMBoe6PmcU .mbr-section-title {
  color: #ffffff;
}
.cid-uMBoe6PmcU .mbr-text,
.cid-uMBoe6PmcU .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uMBoe6PmcU .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMBoe6PmcU .content-head {
  max-width: 800px;
}
.cid-uMBoe6PmcU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uN9XIW7nYB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uN9XIW7nYB p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uN9XIW7nYB .row {
    justify-content: flex-start !important;
  }
}
.cid-uN9XIW7nYB .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uN9XIW7nYB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uN9XIW7nYB .mbr-section-subtitle {
  text-align: center;
}
.cid-uN9XIW7nYB .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uN9XIW7nYB .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uN9XIW7nYB .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uN9XIW7nYB .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uN9XIW7nYB div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uN9XIW7nYB .card-title {
  color: #ffffff;
}
.cid-uN9XIW7nYB P {
  color: #ffffff;
  text-align: center;
}
.cid-uFAFor4Pam {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uFAFor4Pam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFAFor4Pam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFAFor4Pam .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFAFor4Pam .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFAFor4Pam .row {
    text-align: center;
  }
  .cid-uFAFor4Pam .row > div {
    margin: auto;
  }
  .cid-uFAFor4Pam .social-row {
    justify-content: center;
  }
}
.cid-uFAFor4Pam .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFAFor4Pam .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFAFor4Pam .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFAFor4Pam .list {
    margin-bottom: 0rem;
  }
}
.cid-uFAFor4Pam .mbr-text {
  color: #bbbbbb;
}
.cid-uFAFor4Pam .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uFAFor4Pam .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uFAFor4Pam div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFAFor4Pam .copyright {
  color: #ffffff;
}
.cid-uFAVZ6keuB {
  z-index: 1000;
  width: 100%;
}
.cid-uFAVZ6keuB nav.navbar {
  position: fixed;
}
.cid-uFAVZ6keuB .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uFAVZ6keuB .wrapper {
    padding: 0;
  }
}
.cid-uFAVZ6keuB .btn {
  border-radius: 30px;
}
.cid-uFAVZ6keuB .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-uFAVZ6keuB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFAVZ6keuB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFAVZ6keuB .dropdown-item:hover,
.cid-uFAVZ6keuB .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uFAVZ6keuB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFAVZ6keuB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFAVZ6keuB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uFAVZ6keuB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFAVZ6keuB .nav-link {
  position: relative;
}
.cid-uFAVZ6keuB .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFAVZ6keuB .dropdown-menu,
.cid-uFAVZ6keuB .navbar.opened {
  background: #000000 !important;
}
.cid-uFAVZ6keuB .nav-item:focus,
.cid-uFAVZ6keuB .nav-link:focus {
  outline: none;
}
.cid-uFAVZ6keuB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFAVZ6keuB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFAVZ6keuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFAVZ6keuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFAVZ6keuB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFAVZ6keuB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFAVZ6keuB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uFAVZ6keuB .navbar.opened {
  transition: all 0.3s;
}
.cid-uFAVZ6keuB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFAVZ6keuB .navbar .navbar-logo img {
  width: auto;
}
.cid-uFAVZ6keuB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFAVZ6keuB .navbar.collapsed {
  justify-content: center;
}
.cid-uFAVZ6keuB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFAVZ6keuB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFAVZ6keuB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uFAVZ6keuB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFAVZ6keuB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFAVZ6keuB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFAVZ6keuB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFAVZ6keuB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFAVZ6keuB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFAVZ6keuB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFAVZ6keuB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFAVZ6keuB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFAVZ6keuB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFAVZ6keuB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFAVZ6keuB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFAVZ6keuB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFAVZ6keuB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFAVZ6keuB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFAVZ6keuB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFAVZ6keuB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFAVZ6keuB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFAVZ6keuB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFAVZ6keuB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFAVZ6keuB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFAVZ6keuB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFAVZ6keuB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFAVZ6keuB .dropdown-item.active,
.cid-uFAVZ6keuB .dropdown-item:active {
  background-color: transparent;
}
.cid-uFAVZ6keuB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFAVZ6keuB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFAVZ6keuB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFAVZ6keuB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFAVZ6keuB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFAVZ6keuB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFAVZ6keuB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFAVZ6keuB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFAVZ6keuB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uFAVZ6keuB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uFAVZ6keuB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFAVZ6keuB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFAVZ6keuB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFAVZ6keuB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFAVZ6keuB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFAVZ6keuB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFAVZ6keuB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFAVZ6keuB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFAVZ6keuB .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uFAVZ6keuB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFAVZ6keuB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFAVZ6keuB .navbar {
    height: 70px;
  }
  .cid-uFAVZ6keuB .navbar.opened {
    height: auto;
  }
  .cid-uFAVZ6keuB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqCQSPuUV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-1220102713-727x453.png");
}
.cid-uMqCQSPuUV img {
  width: 100%;
  border-radius: 30px;
}
.cid-uMqCQSPuUV .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #2e481a 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uMqCQSPuUV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uMqCQSPuUV .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #2e481a;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMqCQSPuUV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uMqCQSPuUV .mbr-section-title {
  color: #e1eeec;
}
.cid-uMqCQSPuUV .mbr-text,
.cid-uMqCQSPuUV .mbr-section-btn {
  color: #ffffff;
}
.cid-uMqCQSPuUV .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uN9ZoSG2QR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uN9ZoSG2QR p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uN9ZoSG2QR .row {
    justify-content: flex-start !important;
  }
}
.cid-uN9ZoSG2QR .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uN9ZoSG2QR .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uN9ZoSG2QR .mbr-section-subtitle {
  text-align: center;
}
.cid-uN9ZoSG2QR .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uN9ZoSG2QR .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uN9ZoSG2QR .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uN9ZoSG2QR .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uN9ZoSG2QR div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uN9ZoSG2QR .card-title {
  color: #ffffff;
}
.cid-uN9ZoSG2QR P {
  color: #ffffff;
  text-align: center;
}
.cid-uFAVZ7Eaut {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uFAVZ7Eaut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFAVZ7Eaut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFAVZ7Eaut .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFAVZ7Eaut .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFAVZ7Eaut .row {
    text-align: center;
  }
  .cid-uFAVZ7Eaut .row > div {
    margin: auto;
  }
  .cid-uFAVZ7Eaut .social-row {
    justify-content: center;
  }
}
.cid-uFAVZ7Eaut .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFAVZ7Eaut .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFAVZ7Eaut .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFAVZ7Eaut .list {
    margin-bottom: 0rem;
  }
}
.cid-uFAVZ7Eaut .mbr-text {
  color: #bbbbbb;
}
.cid-uFAVZ7Eaut .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uFAVZ7Eaut .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uFAVZ7Eaut div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFAVZ7Eaut .copyright {
  color: #ffffff;
}
.cid-uFDkMck2uA {
  z-index: 1000;
  width: 100%;
}
.cid-uFDkMck2uA nav.navbar {
  position: fixed;
}
.cid-uFDkMck2uA .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uFDkMck2uA .wrapper {
    padding: 0;
  }
}
.cid-uFDkMck2uA .btn {
  border-radius: 30px;
}
.cid-uFDkMck2uA .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-uFDkMck2uA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFDkMck2uA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFDkMck2uA .dropdown-item:hover,
.cid-uFDkMck2uA .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uFDkMck2uA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFDkMck2uA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFDkMck2uA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uFDkMck2uA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFDkMck2uA .nav-link {
  position: relative;
}
.cid-uFDkMck2uA .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFDkMck2uA .dropdown-menu,
.cid-uFDkMck2uA .navbar.opened {
  background: #000000 !important;
}
.cid-uFDkMck2uA .nav-item:focus,
.cid-uFDkMck2uA .nav-link:focus {
  outline: none;
}
.cid-uFDkMck2uA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFDkMck2uA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFDkMck2uA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFDkMck2uA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFDkMck2uA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFDkMck2uA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFDkMck2uA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uFDkMck2uA .navbar.opened {
  transition: all 0.3s;
}
.cid-uFDkMck2uA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFDkMck2uA .navbar .navbar-logo img {
  width: auto;
}
.cid-uFDkMck2uA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFDkMck2uA .navbar.collapsed {
  justify-content: center;
}
.cid-uFDkMck2uA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFDkMck2uA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFDkMck2uA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uFDkMck2uA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFDkMck2uA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFDkMck2uA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFDkMck2uA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFDkMck2uA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFDkMck2uA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFDkMck2uA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFDkMck2uA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFDkMck2uA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFDkMck2uA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFDkMck2uA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFDkMck2uA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFDkMck2uA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFDkMck2uA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFDkMck2uA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFDkMck2uA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFDkMck2uA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFDkMck2uA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFDkMck2uA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFDkMck2uA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFDkMck2uA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFDkMck2uA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFDkMck2uA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFDkMck2uA .dropdown-item.active,
.cid-uFDkMck2uA .dropdown-item:active {
  background-color: transparent;
}
.cid-uFDkMck2uA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFDkMck2uA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFDkMck2uA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFDkMck2uA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFDkMck2uA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFDkMck2uA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFDkMck2uA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFDkMck2uA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFDkMck2uA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uFDkMck2uA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uFDkMck2uA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFDkMck2uA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFDkMck2uA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFDkMck2uA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFDkMck2uA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFDkMck2uA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFDkMck2uA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFDkMck2uA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFDkMck2uA .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uFDkMck2uA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFDkMck2uA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFDkMck2uA .navbar {
    height: 70px;
  }
  .cid-uFDkMck2uA .navbar.opened {
    height: auto;
  }
  .cid-uFDkMck2uA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqLymCJVf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-1620164311-1111x488.png");
}
.cid-uMqLymCJVf .info-border {
  border-bottom: 2px solid #9fe870;
}
.cid-uMqLymCJVf .info-border {
  padding: 0 0 200px;
}
.cid-uMqLymCJVf .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-uMqLymCJVf .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-uMqLymCJVf .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-uMqLymCJVf .info-img {
    margin-right: 0;
  }
  .cid-uMqLymCJVf .info-wrapper {
    margin-top: 30px;
  }
  .cid-uMqLymCJVf .info-border {
    padding-bottom: 100px;
  }
  .cid-uMqLymCJVf .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-uMqLymCJVf .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-uMqLymCJVf .info-img {
    margin-top: 30px;
  }
  .cid-uMqLymCJVf .info-border {
    padding-bottom: 50px;
  }
  .cid-uMqLymCJVf .info-wrapper {
    margin-top: 20px;
  }
  .cid-uMqLymCJVf .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-uMqLymCJVf .info-img {
    margin-top: 0;
  }
  .cid-uMqLymCJVf .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-uMqLymCJVf .mbr-section-title {
  color: #ffffff;
}
.cid-uMqLymCJVf .mbr-text,
.cid-uMqLymCJVf .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uNa0J5cSug {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0J5cSug p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0J5cSug .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0J5cSug .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0J5cSug .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0J5cSug .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0J5cSug .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0J5cSug .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0J5cSug .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0J5cSug .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0J5cSug div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0J5cSug .card-title {
  color: #ffffff;
}
.cid-uNa0J5cSug P {
  color: #ffffff;
  text-align: center;
}
.cid-uFDkMdw5za {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uFDkMdw5za .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDkMdw5za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDkMdw5za .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFDkMdw5za .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFDkMdw5za .row {
    text-align: center;
  }
  .cid-uFDkMdw5za .row > div {
    margin: auto;
  }
  .cid-uFDkMdw5za .social-row {
    justify-content: center;
  }
}
.cid-uFDkMdw5za .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFDkMdw5za .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFDkMdw5za .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFDkMdw5za .list {
    margin-bottom: 0rem;
  }
}
.cid-uFDkMdw5za .mbr-text {
  color: #bbbbbb;
}
.cid-uFDkMdw5za .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uFDkMdw5za .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uFDkMdw5za div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFDkMdw5za .copyright {
  color: #ffffff;
}
.cid-uFDkPRtGTH {
  z-index: 1000;
  width: 100%;
}
.cid-uFDkPRtGTH nav.navbar {
  position: fixed;
}
.cid-uFDkPRtGTH .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uFDkPRtGTH .wrapper {
    padding: 0;
  }
}
.cid-uFDkPRtGTH .btn {
  border-radius: 30px;
}
.cid-uFDkPRtGTH .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-uFDkPRtGTH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFDkPRtGTH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFDkPRtGTH .dropdown-item:hover,
.cid-uFDkPRtGTH .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uFDkPRtGTH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFDkPRtGTH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFDkPRtGTH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uFDkPRtGTH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFDkPRtGTH .nav-link {
  position: relative;
}
.cid-uFDkPRtGTH .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFDkPRtGTH .dropdown-menu,
.cid-uFDkPRtGTH .navbar.opened {
  background: #000000 !important;
}
.cid-uFDkPRtGTH .nav-item:focus,
.cid-uFDkPRtGTH .nav-link:focus {
  outline: none;
}
.cid-uFDkPRtGTH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFDkPRtGTH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFDkPRtGTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFDkPRtGTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFDkPRtGTH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFDkPRtGTH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFDkPRtGTH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uFDkPRtGTH .navbar.opened {
  transition: all 0.3s;
}
.cid-uFDkPRtGTH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFDkPRtGTH .navbar .navbar-logo img {
  width: auto;
}
.cid-uFDkPRtGTH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFDkPRtGTH .navbar.collapsed {
  justify-content: center;
}
.cid-uFDkPRtGTH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFDkPRtGTH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFDkPRtGTH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uFDkPRtGTH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFDkPRtGTH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFDkPRtGTH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFDkPRtGTH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFDkPRtGTH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFDkPRtGTH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFDkPRtGTH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFDkPRtGTH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFDkPRtGTH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFDkPRtGTH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFDkPRtGTH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFDkPRtGTH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFDkPRtGTH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFDkPRtGTH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFDkPRtGTH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFDkPRtGTH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFDkPRtGTH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFDkPRtGTH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFDkPRtGTH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFDkPRtGTH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFDkPRtGTH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFDkPRtGTH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFDkPRtGTH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFDkPRtGTH .dropdown-item.active,
.cid-uFDkPRtGTH .dropdown-item:active {
  background-color: transparent;
}
.cid-uFDkPRtGTH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFDkPRtGTH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFDkPRtGTH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFDkPRtGTH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFDkPRtGTH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFDkPRtGTH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFDkPRtGTH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFDkPRtGTH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFDkPRtGTH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uFDkPRtGTH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uFDkPRtGTH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFDkPRtGTH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFDkPRtGTH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFDkPRtGTH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFDkPRtGTH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFDkPRtGTH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFDkPRtGTH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFDkPRtGTH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFDkPRtGTH .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uFDkPRtGTH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFDkPRtGTH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFDkPRtGTH .navbar {
    height: 70px;
  }
  .cid-uFDkPRtGTH .navbar.opened {
    height: auto;
  }
  .cid-uFDkPRtGTH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqPfvgDem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-1620164311-1111x488.png");
}
.cid-uMqPfvgDem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqPfvgDem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqPfvgDem .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uMqPfvgDem .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uMqPfvgDem .container {
    padding: 0 28px;
  }
}
.cid-uMqPfvgDem .row {
  justify-content: center;
}
.cid-uMqPfvgDem .image-wrapper {
  margin-bottom: 34px;
}
.cid-uMqPfvgDem .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqPfvgDem .image-wrapper img {
    height: 350px;
  }
}
.cid-uMqPfvgDem .desc-wrap {
  margin-bottom: 5px;
  display: block;
}
.cid-uMqPfvgDem .desc-wrap:hover .mbr-desc::after,
.cid-uMqPfvgDem .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uMqPfvgDem .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uMqPfvgDem .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-uMqPfvgDem .title-wrapper {
  margin-bottom: 20px;
  display: block;
}
.cid-uMqPfvgDem .title-wrapper:hover .mbr-section-title,
.cid-uMqPfvgDem .title-wrapper:focus .mbr-section-title {
  color: #9fe870;
}
.cid-uMqPfvgDem .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMqPfvgDem .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uMqPfvgDem .mbr-section-btn {
  margin-top: 50px;
}
.cid-uMqPfvgDem .mbr-section-title {
  color: #000000;
}
.cid-uMqPfvgDem .mbr-desc {
  color: #000000;
}
.cid-uMqPfvgDem .mbr-section-title,
.cid-uMqPfvgDem .mbr-section-btn {
  color: #ffffff;
}
.cid-uMqPfvgDem .mbr-desc,
.cid-uMqPfvgDem .desc-wrap {
  color: #ffffff;
}
.cid-uNa0TcfZc0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0TcfZc0 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0TcfZc0 .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0TcfZc0 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0TcfZc0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0TcfZc0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0TcfZc0 .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0TcfZc0 .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0TcfZc0 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0TcfZc0 .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0TcfZc0 div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0TcfZc0 .card-title {
  color: #ffffff;
}
.cid-uNa0TcfZc0 P {
  color: #ffffff;
  text-align: center;
}
.cid-uFDkPSwap7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uFDkPSwap7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDkPSwap7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDkPSwap7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFDkPSwap7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFDkPSwap7 .row {
    text-align: center;
  }
  .cid-uFDkPSwap7 .row > div {
    margin: auto;
  }
  .cid-uFDkPSwap7 .social-row {
    justify-content: center;
  }
}
.cid-uFDkPSwap7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFDkPSwap7 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFDkPSwap7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFDkPSwap7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uFDkPSwap7 .mbr-text {
  color: #bbbbbb;
}
.cid-uFDkPSwap7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uFDkPSwap7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uFDkPSwap7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFDkPSwap7 .copyright {
  color: #ffffff;
}
.cid-uGpJJbIbow {
  z-index: 1000;
  width: 100%;
}
.cid-uGpJJbIbow nav.navbar {
  position: fixed;
}
.cid-uGpJJbIbow .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uGpJJbIbow .wrapper {
    padding: 0;
  }
}
.cid-uGpJJbIbow .btn {
  border-radius: 30px;
}
.cid-uGpJJbIbow .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-uGpJJbIbow .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGpJJbIbow .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGpJJbIbow .dropdown-item:hover,
.cid-uGpJJbIbow .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGpJJbIbow .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGpJJbIbow .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGpJJbIbow .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uGpJJbIbow .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGpJJbIbow .nav-link {
  position: relative;
}
.cid-uGpJJbIbow .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGpJJbIbow .dropdown-menu,
.cid-uGpJJbIbow .navbar.opened {
  background: #000000 !important;
}
.cid-uGpJJbIbow .nav-item:focus,
.cid-uGpJJbIbow .nav-link:focus {
  outline: none;
}
.cid-uGpJJbIbow .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGpJJbIbow .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpJJbIbow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGpJJbIbow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGpJJbIbow .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGpJJbIbow .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpJJbIbow .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uGpJJbIbow .navbar.opened {
  transition: all 0.3s;
}
.cid-uGpJJbIbow .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGpJJbIbow .navbar .navbar-logo img {
  width: auto;
}
.cid-uGpJJbIbow .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGpJJbIbow .navbar.collapsed {
  justify-content: center;
}
.cid-uGpJJbIbow .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGpJJbIbow .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGpJJbIbow .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uGpJJbIbow .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpJJbIbow .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpJJbIbow .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGpJJbIbow .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGpJJbIbow .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGpJJbIbow .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGpJJbIbow .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpJJbIbow .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpJJbIbow .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpJJbIbow .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpJJbIbow .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGpJJbIbow .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpJJbIbow .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpJJbIbow .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpJJbIbow .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGpJJbIbow .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGpJJbIbow .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGpJJbIbow .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGpJJbIbow .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGpJJbIbow .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGpJJbIbow .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpJJbIbow .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpJJbIbow .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpJJbIbow .dropdown-item.active,
.cid-uGpJJbIbow .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpJJbIbow .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpJJbIbow .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpJJbIbow .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGpJJbIbow .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGpJJbIbow .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGpJJbIbow .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpJJbIbow ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGpJJbIbow .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGpJJbIbow button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uGpJJbIbow button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uGpJJbIbow button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpJJbIbow button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpJJbIbow button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpJJbIbow button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpJJbIbow nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpJJbIbow nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpJJbIbow nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpJJbIbow nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpJJbIbow .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uGpJJbIbow a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpJJbIbow .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpJJbIbow .navbar {
    height: 70px;
  }
  .cid-uGpJJbIbow .navbar.opened {
    height: auto;
  }
  .cid-uGpJJbIbow .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpJJc2zLb {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uGpJJc2zLb .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uGpJJc2zLb img,
.cid-uGpJJc2zLb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGpJJc2zLb .item:focus,
.cid-uGpJJc2zLb span:focus {
  outline: none;
}
.cid-uGpJJc2zLb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpJJc2zLb .item {
    margin-bottom: 1rem;
  }
}
.cid-uGpJJc2zLb .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpJJc2zLb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpJJc2zLb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGpJJc2zLb .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGpJJc2zLb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGpJJc2zLb .mbr-section-title {
  color: #ffffff;
}
.cid-uGpJJc2zLb .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uGpJJc2zLb .item-subtitle {
  text-align: left;
}
.cid-uGpJJc2zLb .mbr-text,
.cid-uGpJJc2zLb .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpJJc2zLb .content-head {
  max-width: 800px;
}
.cid-uNa0xcuVd8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0xcuVd8 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0xcuVd8 .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0xcuVd8 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0xcuVd8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0xcuVd8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0xcuVd8 .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0xcuVd8 .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0xcuVd8 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0xcuVd8 .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0xcuVd8 div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0xcuVd8 .card-title {
  color: #ffffff;
}
.cid-uNa0xcuVd8 P {
  color: #ffffff;
  text-align: center;
}
.cid-uGpJJcIcX3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uGpJJcIcX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpJJcIcX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpJJcIcX3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGpJJcIcX3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpJJcIcX3 .row {
    text-align: center;
  }
  .cid-uGpJJcIcX3 .row > div {
    margin: auto;
  }
  .cid-uGpJJcIcX3 .social-row {
    justify-content: center;
  }
}
.cid-uGpJJcIcX3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGpJJcIcX3 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGpJJcIcX3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGpJJcIcX3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uGpJJcIcX3 .mbr-text {
  color: #bbbbbb;
}
.cid-uGpJJcIcX3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGpJJcIcX3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGpJJcIcX3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGpJJcIcX3 .copyright {
  color: #ffffff;
}
.cid-uGpMWesEgn {
  z-index: 1000;
  width: 100%;
}
.cid-uGpMWesEgn nav.navbar {
  position: fixed;
}
.cid-uGpMWesEgn .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uGpMWesEgn .wrapper {
    padding: 0;
  }
}
.cid-uGpMWesEgn .btn {
  border-radius: 30px;
}
.cid-uGpMWesEgn .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-uGpMWesEgn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGpMWesEgn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGpMWesEgn .dropdown-item:hover,
.cid-uGpMWesEgn .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGpMWesEgn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGpMWesEgn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGpMWesEgn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uGpMWesEgn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGpMWesEgn .nav-link {
  position: relative;
}
.cid-uGpMWesEgn .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGpMWesEgn .dropdown-menu,
.cid-uGpMWesEgn .navbar.opened {
  background: #000000 !important;
}
.cid-uGpMWesEgn .nav-item:focus,
.cid-uGpMWesEgn .nav-link:focus {
  outline: none;
}
.cid-uGpMWesEgn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGpMWesEgn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpMWesEgn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGpMWesEgn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGpMWesEgn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGpMWesEgn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpMWesEgn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uGpMWesEgn .navbar.opened {
  transition: all 0.3s;
}
.cid-uGpMWesEgn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGpMWesEgn .navbar .navbar-logo img {
  width: auto;
}
.cid-uGpMWesEgn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGpMWesEgn .navbar.collapsed {
  justify-content: center;
}
.cid-uGpMWesEgn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGpMWesEgn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGpMWesEgn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uGpMWesEgn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpMWesEgn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpMWesEgn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGpMWesEgn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGpMWesEgn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGpMWesEgn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGpMWesEgn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpMWesEgn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpMWesEgn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpMWesEgn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpMWesEgn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGpMWesEgn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpMWesEgn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpMWesEgn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpMWesEgn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGpMWesEgn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGpMWesEgn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGpMWesEgn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGpMWesEgn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGpMWesEgn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGpMWesEgn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpMWesEgn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpMWesEgn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpMWesEgn .dropdown-item.active,
.cid-uGpMWesEgn .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpMWesEgn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpMWesEgn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpMWesEgn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGpMWesEgn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGpMWesEgn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGpMWesEgn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpMWesEgn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGpMWesEgn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGpMWesEgn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uGpMWesEgn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uGpMWesEgn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpMWesEgn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpMWesEgn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpMWesEgn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpMWesEgn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpMWesEgn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpMWesEgn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpMWesEgn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpMWesEgn .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uGpMWesEgn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpMWesEgn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpMWesEgn .navbar {
    height: 70px;
  }
  .cid-uGpMWesEgn .navbar.opened {
    height: auto;
  }
  .cid-uGpMWesEgn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpMWeMv6M {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uGpMWeMv6M .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uGpMWeMv6M img,
.cid-uGpMWeMv6M .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGpMWeMv6M .item:focus,
.cid-uGpMWeMv6M span:focus {
  outline: none;
}
.cid-uGpMWeMv6M .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpMWeMv6M .item {
    margin-bottom: 1rem;
  }
}
.cid-uGpMWeMv6M .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpMWeMv6M .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpMWeMv6M .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGpMWeMv6M .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGpMWeMv6M .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGpMWeMv6M .mbr-section-title {
  color: #ffffff;
}
.cid-uGpMWeMv6M .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uGpMWeMv6M .item-subtitle {
  text-align: left;
}
.cid-uGpMWeMv6M .mbr-text,
.cid-uGpMWeMv6M .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpMWeMv6M .content-head {
  max-width: 800px;
}
.cid-uNa0uOYlca {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0uOYlca p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0uOYlca .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0uOYlca .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0uOYlca .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0uOYlca .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0uOYlca .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0uOYlca .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0uOYlca .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0uOYlca .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0uOYlca div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0uOYlca .card-title {
  color: #ffffff;
}
.cid-uNa0uOYlca P {
  color: #ffffff;
  text-align: center;
}
.cid-uGpMWfj5Ej {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uGpMWfj5Ej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpMWfj5Ej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpMWfj5Ej .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGpMWfj5Ej .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpMWfj5Ej .row {
    text-align: center;
  }
  .cid-uGpMWfj5Ej .row > div {
    margin: auto;
  }
  .cid-uGpMWfj5Ej .social-row {
    justify-content: center;
  }
}
.cid-uGpMWfj5Ej .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGpMWfj5Ej .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGpMWfj5Ej .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGpMWfj5Ej .list {
    margin-bottom: 0rem;
  }
}
.cid-uGpMWfj5Ej .mbr-text {
  color: #bbbbbb;
}
.cid-uGpMWfj5Ej .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGpMWfj5Ej .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGpMWfj5Ej div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGpMWfj5Ej .copyright {
  color: #ffffff;
}
.cid-uGpNILeipF {
  z-index: 1000;
  width: 100%;
}
.cid-uGpNILeipF nav.navbar {
  position: fixed;
}
.cid-uGpNILeipF .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uGpNILeipF .wrapper {
    padding: 0;
  }
}
.cid-uGpNILeipF .btn {
  border-radius: 30px;
}
.cid-uGpNILeipF .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-uGpNILeipF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGpNILeipF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGpNILeipF .dropdown-item:hover,
.cid-uGpNILeipF .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGpNILeipF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGpNILeipF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGpNILeipF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uGpNILeipF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGpNILeipF .nav-link {
  position: relative;
}
.cid-uGpNILeipF .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGpNILeipF .dropdown-menu,
.cid-uGpNILeipF .navbar.opened {
  background: #000000 !important;
}
.cid-uGpNILeipF .nav-item:focus,
.cid-uGpNILeipF .nav-link:focus {
  outline: none;
}
.cid-uGpNILeipF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGpNILeipF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpNILeipF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGpNILeipF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGpNILeipF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGpNILeipF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpNILeipF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uGpNILeipF .navbar.opened {
  transition: all 0.3s;
}
.cid-uGpNILeipF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGpNILeipF .navbar .navbar-logo img {
  width: auto;
}
.cid-uGpNILeipF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGpNILeipF .navbar.collapsed {
  justify-content: center;
}
.cid-uGpNILeipF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGpNILeipF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGpNILeipF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uGpNILeipF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpNILeipF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpNILeipF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGpNILeipF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGpNILeipF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGpNILeipF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGpNILeipF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpNILeipF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpNILeipF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpNILeipF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpNILeipF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGpNILeipF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpNILeipF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpNILeipF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpNILeipF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGpNILeipF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGpNILeipF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGpNILeipF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGpNILeipF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGpNILeipF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGpNILeipF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpNILeipF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpNILeipF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpNILeipF .dropdown-item.active,
.cid-uGpNILeipF .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpNILeipF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpNILeipF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpNILeipF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGpNILeipF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGpNILeipF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGpNILeipF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpNILeipF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGpNILeipF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGpNILeipF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uGpNILeipF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uGpNILeipF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpNILeipF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpNILeipF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpNILeipF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpNILeipF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpNILeipF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpNILeipF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpNILeipF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpNILeipF .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uGpNILeipF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpNILeipF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpNILeipF .navbar {
    height: 70px;
  }
  .cid-uGpNILeipF .navbar.opened {
    height: auto;
  }
  .cid-uGpNILeipF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpNILMGcE {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-1620164311-1111x488.png");
}
.cid-uGpNILMGcE .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uGpNILMGcE img,
.cid-uGpNILMGcE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGpNILMGcE .item:focus,
.cid-uGpNILMGcE span:focus {
  outline: none;
}
.cid-uGpNILMGcE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpNILMGcE .item {
    margin-bottom: 1rem;
  }
}
.cid-uGpNILMGcE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpNILMGcE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpNILMGcE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGpNILMGcE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGpNILMGcE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGpNILMGcE .mbr-section-title {
  color: #ffffff;
}
.cid-uGpNILMGcE .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uGpNILMGcE .item-subtitle {
  text-align: left;
}
.cid-uGpNILMGcE .mbr-text,
.cid-uGpNILMGcE .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpNILMGcE .content-head {
  max-width: 800px;
}
.cid-uNa0sxa40v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0sxa40v p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0sxa40v .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0sxa40v .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0sxa40v .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0sxa40v .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0sxa40v .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0sxa40v .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0sxa40v .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0sxa40v .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0sxa40v div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0sxa40v .card-title {
  color: #ffffff;
}
.cid-uNa0sxa40v P {
  color: #ffffff;
  text-align: center;
}
.cid-uGpNIMNJHB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uGpNIMNJHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpNIMNJHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpNIMNJHB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGpNIMNJHB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpNIMNJHB .row {
    text-align: center;
  }
  .cid-uGpNIMNJHB .row > div {
    margin: auto;
  }
  .cid-uGpNIMNJHB .social-row {
    justify-content: center;
  }
}
.cid-uGpNIMNJHB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGpNIMNJHB .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGpNIMNJHB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGpNIMNJHB .list {
    margin-bottom: 0rem;
  }
}
.cid-uGpNIMNJHB .mbr-text {
  color: #bbbbbb;
}
.cid-uGpNIMNJHB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGpNIMNJHB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGpNIMNJHB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGpNIMNJHB .copyright {
  color: #ffffff;
}
.cid-uGpOpO5lVF {
  z-index: 1000;
  width: 100%;
}
.cid-uGpOpO5lVF nav.navbar {
  position: fixed;
}
.cid-uGpOpO5lVF .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uGpOpO5lVF .wrapper {
    padding: 0;
  }
}
.cid-uGpOpO5lVF .btn {
  border-radius: 30px;
}
.cid-uGpOpO5lVF .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-uGpOpO5lVF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGpOpO5lVF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGpOpO5lVF .dropdown-item:hover,
.cid-uGpOpO5lVF .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGpOpO5lVF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGpOpO5lVF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGpOpO5lVF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uGpOpO5lVF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGpOpO5lVF .nav-link {
  position: relative;
}
.cid-uGpOpO5lVF .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGpOpO5lVF .dropdown-menu,
.cid-uGpOpO5lVF .navbar.opened {
  background: #000000 !important;
}
.cid-uGpOpO5lVF .nav-item:focus,
.cid-uGpOpO5lVF .nav-link:focus {
  outline: none;
}
.cid-uGpOpO5lVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGpOpO5lVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpOpO5lVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGpOpO5lVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGpOpO5lVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGpOpO5lVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpOpO5lVF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uGpOpO5lVF .navbar.opened {
  transition: all 0.3s;
}
.cid-uGpOpO5lVF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGpOpO5lVF .navbar .navbar-logo img {
  width: auto;
}
.cid-uGpOpO5lVF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGpOpO5lVF .navbar.collapsed {
  justify-content: center;
}
.cid-uGpOpO5lVF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGpOpO5lVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGpOpO5lVF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uGpOpO5lVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpOpO5lVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpOpO5lVF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGpOpO5lVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGpOpO5lVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGpOpO5lVF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGpOpO5lVF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpOpO5lVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpOpO5lVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpOpO5lVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpOpO5lVF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGpOpO5lVF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpOpO5lVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpOpO5lVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpOpO5lVF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGpOpO5lVF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGpOpO5lVF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGpOpO5lVF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGpOpO5lVF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGpOpO5lVF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGpOpO5lVF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpOpO5lVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpOpO5lVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpOpO5lVF .dropdown-item.active,
.cid-uGpOpO5lVF .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpOpO5lVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpOpO5lVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpOpO5lVF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGpOpO5lVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGpOpO5lVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGpOpO5lVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpOpO5lVF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGpOpO5lVF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGpOpO5lVF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uGpOpO5lVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uGpOpO5lVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpOpO5lVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpOpO5lVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpOpO5lVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpOpO5lVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpOpO5lVF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpOpO5lVF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpOpO5lVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpOpO5lVF .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uGpOpO5lVF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpOpO5lVF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpOpO5lVF .navbar {
    height: 70px;
  }
  .cid-uGpOpO5lVF .navbar.opened {
    height: auto;
  }
  .cid-uGpOpO5lVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpOpOCWzH {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uGpOpOCWzH .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uGpOpOCWzH img,
.cid-uGpOpOCWzH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGpOpOCWzH .item:focus,
.cid-uGpOpOCWzH span:focus {
  outline: none;
}
.cid-uGpOpOCWzH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpOpOCWzH .item {
    margin-bottom: 1rem;
  }
}
.cid-uGpOpOCWzH .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpOpOCWzH .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpOpOCWzH .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGpOpOCWzH .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGpOpOCWzH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGpOpOCWzH .mbr-section-title {
  color: #ffffff;
}
.cid-uGpOpOCWzH .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uGpOpOCWzH .item-subtitle {
  text-align: left;
}
.cid-uGpOpOCWzH .mbr-text,
.cid-uGpOpOCWzH .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpOpOCWzH .content-head {
  max-width: 800px;
}
.cid-uNa0q6hdbj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0q6hdbj p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0q6hdbj .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0q6hdbj .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0q6hdbj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0q6hdbj .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0q6hdbj .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0q6hdbj .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0q6hdbj .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0q6hdbj .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0q6hdbj div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0q6hdbj .card-title {
  color: #ffffff;
}
.cid-uNa0q6hdbj P {
  color: #ffffff;
  text-align: center;
}
.cid-uGpOpPKKIr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uGpOpPKKIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpOpPKKIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpOpPKKIr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGpOpPKKIr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpOpPKKIr .row {
    text-align: center;
  }
  .cid-uGpOpPKKIr .row > div {
    margin: auto;
  }
  .cid-uGpOpPKKIr .social-row {
    justify-content: center;
  }
}
.cid-uGpOpPKKIr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGpOpPKKIr .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGpOpPKKIr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGpOpPKKIr .list {
    margin-bottom: 0rem;
  }
}
.cid-uGpOpPKKIr .mbr-text {
  color: #bbbbbb;
}
.cid-uGpOpPKKIr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGpOpPKKIr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGpOpPKKIr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGpOpPKKIr .copyright {
  color: #ffffff;
}
.cid-uGpPdnBZWJ {
  z-index: 1000;
  width: 100%;
}
.cid-uGpPdnBZWJ nav.navbar {
  position: fixed;
}
.cid-uGpPdnBZWJ .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uGpPdnBZWJ .wrapper {
    padding: 0;
  }
}
.cid-uGpPdnBZWJ .btn {
  border-radius: 30px;
}
.cid-uGpPdnBZWJ .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-uGpPdnBZWJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGpPdnBZWJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGpPdnBZWJ .dropdown-item:hover,
.cid-uGpPdnBZWJ .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGpPdnBZWJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGpPdnBZWJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGpPdnBZWJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uGpPdnBZWJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGpPdnBZWJ .nav-link {
  position: relative;
}
.cid-uGpPdnBZWJ .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGpPdnBZWJ .dropdown-menu,
.cid-uGpPdnBZWJ .navbar.opened {
  background: #000000 !important;
}
.cid-uGpPdnBZWJ .nav-item:focus,
.cid-uGpPdnBZWJ .nav-link:focus {
  outline: none;
}
.cid-uGpPdnBZWJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGpPdnBZWJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpPdnBZWJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGpPdnBZWJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGpPdnBZWJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGpPdnBZWJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpPdnBZWJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uGpPdnBZWJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uGpPdnBZWJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGpPdnBZWJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uGpPdnBZWJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGpPdnBZWJ .navbar.collapsed {
  justify-content: center;
}
.cid-uGpPdnBZWJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGpPdnBZWJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGpPdnBZWJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uGpPdnBZWJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpPdnBZWJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpPdnBZWJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGpPdnBZWJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGpPdnBZWJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGpPdnBZWJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGpPdnBZWJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpPdnBZWJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpPdnBZWJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpPdnBZWJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpPdnBZWJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGpPdnBZWJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpPdnBZWJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpPdnBZWJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpPdnBZWJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGpPdnBZWJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGpPdnBZWJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGpPdnBZWJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGpPdnBZWJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGpPdnBZWJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGpPdnBZWJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpPdnBZWJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpPdnBZWJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpPdnBZWJ .dropdown-item.active,
.cid-uGpPdnBZWJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpPdnBZWJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpPdnBZWJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpPdnBZWJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGpPdnBZWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGpPdnBZWJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGpPdnBZWJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpPdnBZWJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGpPdnBZWJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGpPdnBZWJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uGpPdnBZWJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uGpPdnBZWJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpPdnBZWJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpPdnBZWJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpPdnBZWJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpPdnBZWJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpPdnBZWJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpPdnBZWJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpPdnBZWJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpPdnBZWJ .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uGpPdnBZWJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpPdnBZWJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpPdnBZWJ .navbar {
    height: 70px;
  }
  .cid-uGpPdnBZWJ .navbar.opened {
    height: auto;
  }
  .cid-uGpPdnBZWJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpPdo92Io {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uGpPdo92Io .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uGpPdo92Io img,
.cid-uGpPdo92Io .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGpPdo92Io .item:focus,
.cid-uGpPdo92Io span:focus {
  outline: none;
}
.cid-uGpPdo92Io .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpPdo92Io .item {
    margin-bottom: 1rem;
  }
}
.cid-uGpPdo92Io .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpPdo92Io .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpPdo92Io .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGpPdo92Io .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGpPdo92Io .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGpPdo92Io .mbr-section-title {
  color: #ffffff;
}
.cid-uGpPdo92Io .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uGpPdo92Io .item-subtitle {
  text-align: left;
}
.cid-uGpPdo92Io .mbr-text,
.cid-uGpPdo92Io .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpPdo92Io .content-head {
  max-width: 800px;
}
.cid-uNa0nbaG6t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0nbaG6t p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0nbaG6t .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0nbaG6t .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0nbaG6t .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0nbaG6t .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0nbaG6t .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0nbaG6t .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0nbaG6t .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0nbaG6t .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0nbaG6t div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0nbaG6t .card-title {
  color: #ffffff;
}
.cid-uNa0nbaG6t P {
  color: #ffffff;
  text-align: center;
}
.cid-uGpPdprM9j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uGpPdprM9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpPdprM9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpPdprM9j .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGpPdprM9j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpPdprM9j .row {
    text-align: center;
  }
  .cid-uGpPdprM9j .row > div {
    margin: auto;
  }
  .cid-uGpPdprM9j .social-row {
    justify-content: center;
  }
}
.cid-uGpPdprM9j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGpPdprM9j .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGpPdprM9j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGpPdprM9j .list {
    margin-bottom: 0rem;
  }
}
.cid-uGpPdprM9j .mbr-text {
  color: #bbbbbb;
}
.cid-uGpPdprM9j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGpPdprM9j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGpPdprM9j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGpPdprM9j .copyright {
  color: #ffffff;
}
.cid-uGpPJSSwBm {
  z-index: 1000;
  width: 100%;
}
.cid-uGpPJSSwBm nav.navbar {
  position: fixed;
}
.cid-uGpPJSSwBm .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uGpPJSSwBm .wrapper {
    padding: 0;
  }
}
.cid-uGpPJSSwBm .btn {
  border-radius: 30px;
}
.cid-uGpPJSSwBm .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-uGpPJSSwBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGpPJSSwBm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGpPJSSwBm .dropdown-item:hover,
.cid-uGpPJSSwBm .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGpPJSSwBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGpPJSSwBm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGpPJSSwBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uGpPJSSwBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGpPJSSwBm .nav-link {
  position: relative;
}
.cid-uGpPJSSwBm .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGpPJSSwBm .dropdown-menu,
.cid-uGpPJSSwBm .navbar.opened {
  background: #000000 !important;
}
.cid-uGpPJSSwBm .nav-item:focus,
.cid-uGpPJSSwBm .nav-link:focus {
  outline: none;
}
.cid-uGpPJSSwBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGpPJSSwBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpPJSSwBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGpPJSSwBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGpPJSSwBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGpPJSSwBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpPJSSwBm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uGpPJSSwBm .navbar.opened {
  transition: all 0.3s;
}
.cid-uGpPJSSwBm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGpPJSSwBm .navbar .navbar-logo img {
  width: auto;
}
.cid-uGpPJSSwBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGpPJSSwBm .navbar.collapsed {
  justify-content: center;
}
.cid-uGpPJSSwBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGpPJSSwBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGpPJSSwBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uGpPJSSwBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpPJSSwBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpPJSSwBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGpPJSSwBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGpPJSSwBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGpPJSSwBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGpPJSSwBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpPJSSwBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpPJSSwBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpPJSSwBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpPJSSwBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGpPJSSwBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpPJSSwBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpPJSSwBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpPJSSwBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGpPJSSwBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGpPJSSwBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGpPJSSwBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGpPJSSwBm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGpPJSSwBm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGpPJSSwBm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpPJSSwBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpPJSSwBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpPJSSwBm .dropdown-item.active,
.cid-uGpPJSSwBm .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpPJSSwBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpPJSSwBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpPJSSwBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGpPJSSwBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGpPJSSwBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGpPJSSwBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpPJSSwBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGpPJSSwBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGpPJSSwBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uGpPJSSwBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uGpPJSSwBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpPJSSwBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpPJSSwBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpPJSSwBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpPJSSwBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpPJSSwBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpPJSSwBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpPJSSwBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpPJSSwBm .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uGpPJSSwBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpPJSSwBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpPJSSwBm .navbar {
    height: 70px;
  }
  .cid-uGpPJSSwBm .navbar.opened {
    height: auto;
  }
  .cid-uGpPJSSwBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpPJTczhp {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uGpPJTczhp .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uGpPJTczhp img,
.cid-uGpPJTczhp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGpPJTczhp .item:focus,
.cid-uGpPJTczhp span:focus {
  outline: none;
}
.cid-uGpPJTczhp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpPJTczhp .item {
    margin-bottom: 1rem;
  }
}
.cid-uGpPJTczhp .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpPJTczhp .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpPJTczhp .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGpPJTczhp .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGpPJTczhp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGpPJTczhp .mbr-section-title {
  color: #ffffff;
}
.cid-uGpPJTczhp .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uGpPJTczhp .item-subtitle {
  text-align: left;
}
.cid-uGpPJTczhp .mbr-text,
.cid-uGpPJTczhp .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpPJTczhp .content-head {
  max-width: 800px;
}
.cid-uNa0ksEAxX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0ksEAxX p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0ksEAxX .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0ksEAxX .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0ksEAxX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0ksEAxX .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0ksEAxX .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0ksEAxX .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0ksEAxX .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0ksEAxX .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0ksEAxX div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0ksEAxX .card-title {
  color: #ffffff;
}
.cid-uNa0ksEAxX P {
  color: #ffffff;
  text-align: center;
}
.cid-uGpPJTLoer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uGpPJTLoer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpPJTLoer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpPJTLoer .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGpPJTLoer .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpPJTLoer .row {
    text-align: center;
  }
  .cid-uGpPJTLoer .row > div {
    margin: auto;
  }
  .cid-uGpPJTLoer .social-row {
    justify-content: center;
  }
}
.cid-uGpPJTLoer .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGpPJTLoer .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGpPJTLoer .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGpPJTLoer .list {
    margin-bottom: 0rem;
  }
}
.cid-uGpPJTLoer .mbr-text {
  color: #bbbbbb;
}
.cid-uGpPJTLoer .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGpPJTLoer .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGpPJTLoer div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGpPJTLoer .copyright {
  color: #ffffff;
}
.cid-uGpQY15wlO {
  z-index: 1000;
  width: 100%;
}
.cid-uGpQY15wlO nav.navbar {
  position: fixed;
}
.cid-uGpQY15wlO .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uGpQY15wlO .wrapper {
    padding: 0;
  }
}
.cid-uGpQY15wlO .btn {
  border-radius: 30px;
}
.cid-uGpQY15wlO .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-uGpQY15wlO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGpQY15wlO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGpQY15wlO .dropdown-item:hover,
.cid-uGpQY15wlO .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGpQY15wlO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGpQY15wlO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGpQY15wlO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uGpQY15wlO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGpQY15wlO .nav-link {
  position: relative;
}
.cid-uGpQY15wlO .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGpQY15wlO .dropdown-menu,
.cid-uGpQY15wlO .navbar.opened {
  background: #000000 !important;
}
.cid-uGpQY15wlO .nav-item:focus,
.cid-uGpQY15wlO .nav-link:focus {
  outline: none;
}
.cid-uGpQY15wlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGpQY15wlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpQY15wlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGpQY15wlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGpQY15wlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGpQY15wlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpQY15wlO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uGpQY15wlO .navbar.opened {
  transition: all 0.3s;
}
.cid-uGpQY15wlO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGpQY15wlO .navbar .navbar-logo img {
  width: auto;
}
.cid-uGpQY15wlO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGpQY15wlO .navbar.collapsed {
  justify-content: center;
}
.cid-uGpQY15wlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGpQY15wlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGpQY15wlO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uGpQY15wlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpQY15wlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpQY15wlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGpQY15wlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGpQY15wlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGpQY15wlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGpQY15wlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpQY15wlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpQY15wlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpQY15wlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpQY15wlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGpQY15wlO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpQY15wlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpQY15wlO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpQY15wlO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGpQY15wlO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGpQY15wlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGpQY15wlO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGpQY15wlO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGpQY15wlO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGpQY15wlO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpQY15wlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpQY15wlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpQY15wlO .dropdown-item.active,
.cid-uGpQY15wlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpQY15wlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpQY15wlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpQY15wlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGpQY15wlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGpQY15wlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGpQY15wlO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpQY15wlO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGpQY15wlO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGpQY15wlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uGpQY15wlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uGpQY15wlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpQY15wlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpQY15wlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpQY15wlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpQY15wlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpQY15wlO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpQY15wlO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpQY15wlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpQY15wlO .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uGpQY15wlO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpQY15wlO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpQY15wlO .navbar {
    height: 70px;
  }
  .cid-uGpQY15wlO .navbar.opened {
    height: auto;
  }
  .cid-uGpQY15wlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpQY1F0RG {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uGpQY1F0RG .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uGpQY1F0RG img,
.cid-uGpQY1F0RG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGpQY1F0RG .item:focus,
.cid-uGpQY1F0RG span:focus {
  outline: none;
}
.cid-uGpQY1F0RG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpQY1F0RG .item {
    margin-bottom: 1rem;
  }
}
.cid-uGpQY1F0RG .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpQY1F0RG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpQY1F0RG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGpQY1F0RG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGpQY1F0RG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGpQY1F0RG .mbr-section-title {
  color: #ffffff;
}
.cid-uGpQY1F0RG .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uGpQY1F0RG .item-subtitle {
  text-align: left;
}
.cid-uGpQY1F0RG .mbr-text,
.cid-uGpQY1F0RG .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpQY1F0RG .content-head {
  max-width: 800px;
}
.cid-uNa0hW03M9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0hW03M9 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0hW03M9 .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0hW03M9 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0hW03M9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0hW03M9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0hW03M9 .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0hW03M9 .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0hW03M9 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0hW03M9 .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0hW03M9 div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0hW03M9 .card-title {
  color: #ffffff;
}
.cid-uNa0hW03M9 P {
  color: #ffffff;
  text-align: center;
}
.cid-uGpQY2QRqw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uGpQY2QRqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpQY2QRqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpQY2QRqw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGpQY2QRqw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpQY2QRqw .row {
    text-align: center;
  }
  .cid-uGpQY2QRqw .row > div {
    margin: auto;
  }
  .cid-uGpQY2QRqw .social-row {
    justify-content: center;
  }
}
.cid-uGpQY2QRqw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGpQY2QRqw .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGpQY2QRqw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGpQY2QRqw .list {
    margin-bottom: 0rem;
  }
}
.cid-uGpQY2QRqw .mbr-text {
  color: #bbbbbb;
}
.cid-uGpQY2QRqw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGpQY2QRqw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGpQY2QRqw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGpQY2QRqw .copyright {
  color: #ffffff;
}
.cid-uGpRtiMtnr {
  z-index: 1000;
  width: 100%;
}
.cid-uGpRtiMtnr nav.navbar {
  position: fixed;
}
.cid-uGpRtiMtnr .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uGpRtiMtnr .wrapper {
    padding: 0;
  }
}
.cid-uGpRtiMtnr .btn {
  border-radius: 30px;
}
.cid-uGpRtiMtnr .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-uGpRtiMtnr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGpRtiMtnr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGpRtiMtnr .dropdown-item:hover,
.cid-uGpRtiMtnr .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGpRtiMtnr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGpRtiMtnr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGpRtiMtnr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uGpRtiMtnr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGpRtiMtnr .nav-link {
  position: relative;
}
.cid-uGpRtiMtnr .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGpRtiMtnr .dropdown-menu,
.cid-uGpRtiMtnr .navbar.opened {
  background: #000000 !important;
}
.cid-uGpRtiMtnr .nav-item:focus,
.cid-uGpRtiMtnr .nav-link:focus {
  outline: none;
}
.cid-uGpRtiMtnr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGpRtiMtnr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpRtiMtnr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGpRtiMtnr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGpRtiMtnr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGpRtiMtnr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpRtiMtnr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uGpRtiMtnr .navbar.opened {
  transition: all 0.3s;
}
.cid-uGpRtiMtnr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGpRtiMtnr .navbar .navbar-logo img {
  width: auto;
}
.cid-uGpRtiMtnr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGpRtiMtnr .navbar.collapsed {
  justify-content: center;
}
.cid-uGpRtiMtnr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGpRtiMtnr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGpRtiMtnr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uGpRtiMtnr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpRtiMtnr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpRtiMtnr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGpRtiMtnr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGpRtiMtnr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGpRtiMtnr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGpRtiMtnr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpRtiMtnr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpRtiMtnr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpRtiMtnr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpRtiMtnr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGpRtiMtnr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpRtiMtnr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpRtiMtnr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpRtiMtnr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGpRtiMtnr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGpRtiMtnr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGpRtiMtnr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGpRtiMtnr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGpRtiMtnr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGpRtiMtnr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpRtiMtnr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpRtiMtnr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpRtiMtnr .dropdown-item.active,
.cid-uGpRtiMtnr .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpRtiMtnr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpRtiMtnr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpRtiMtnr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGpRtiMtnr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGpRtiMtnr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGpRtiMtnr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpRtiMtnr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGpRtiMtnr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGpRtiMtnr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uGpRtiMtnr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uGpRtiMtnr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpRtiMtnr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpRtiMtnr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpRtiMtnr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpRtiMtnr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpRtiMtnr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpRtiMtnr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpRtiMtnr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpRtiMtnr .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uGpRtiMtnr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpRtiMtnr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpRtiMtnr .navbar {
    height: 70px;
  }
  .cid-uGpRtiMtnr .navbar.opened {
    height: auto;
  }
  .cid-uGpRtiMtnr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpRtjllIl {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uGpRtjllIl .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uGpRtjllIl img,
.cid-uGpRtjllIl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGpRtjllIl .item:focus,
.cid-uGpRtjllIl span:focus {
  outline: none;
}
.cid-uGpRtjllIl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpRtjllIl .item {
    margin-bottom: 1rem;
  }
}
.cid-uGpRtjllIl .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpRtjllIl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpRtjllIl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGpRtjllIl .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGpRtjllIl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGpRtjllIl .mbr-section-title {
  color: #ffffff;
}
.cid-uGpRtjllIl .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uGpRtjllIl .item-subtitle {
  text-align: left;
}
.cid-uGpRtjllIl .mbr-text,
.cid-uGpRtjllIl .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpRtjllIl .content-head {
  max-width: 800px;
}
.cid-uNa0ff54Ve {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0ff54Ve p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0ff54Ve .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0ff54Ve .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0ff54Ve .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0ff54Ve .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0ff54Ve .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0ff54Ve .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0ff54Ve .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0ff54Ve .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0ff54Ve div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0ff54Ve .card-title {
  color: #ffffff;
}
.cid-uNa0ff54Ve P {
  color: #ffffff;
  text-align: center;
}
.cid-uGpRtkfjMx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uGpRtkfjMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpRtkfjMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpRtkfjMx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGpRtkfjMx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpRtkfjMx .row {
    text-align: center;
  }
  .cid-uGpRtkfjMx .row > div {
    margin: auto;
  }
  .cid-uGpRtkfjMx .social-row {
    justify-content: center;
  }
}
.cid-uGpRtkfjMx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGpRtkfjMx .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGpRtkfjMx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGpRtkfjMx .list {
    margin-bottom: 0rem;
  }
}
.cid-uGpRtkfjMx .mbr-text {
  color: #bbbbbb;
}
.cid-uGpRtkfjMx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGpRtkfjMx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGpRtkfjMx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGpRtkfjMx .copyright {
  color: #ffffff;
}
.cid-uGpRVNi0ET {
  z-index: 1000;
  width: 100%;
}
.cid-uGpRVNi0ET nav.navbar {
  position: fixed;
}
.cid-uGpRVNi0ET .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uGpRVNi0ET .wrapper {
    padding: 0;
  }
}
.cid-uGpRVNi0ET .btn {
  border-radius: 30px;
}
.cid-uGpRVNi0ET .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-uGpRVNi0ET .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGpRVNi0ET .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGpRVNi0ET .dropdown-item:hover,
.cid-uGpRVNi0ET .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGpRVNi0ET .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGpRVNi0ET .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGpRVNi0ET .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uGpRVNi0ET .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGpRVNi0ET .nav-link {
  position: relative;
}
.cid-uGpRVNi0ET .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGpRVNi0ET .dropdown-menu,
.cid-uGpRVNi0ET .navbar.opened {
  background: #000000 !important;
}
.cid-uGpRVNi0ET .nav-item:focus,
.cid-uGpRVNi0ET .nav-link:focus {
  outline: none;
}
.cid-uGpRVNi0ET .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGpRVNi0ET .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpRVNi0ET .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGpRVNi0ET .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGpRVNi0ET .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGpRVNi0ET .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpRVNi0ET .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uGpRVNi0ET .navbar.opened {
  transition: all 0.3s;
}
.cid-uGpRVNi0ET .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGpRVNi0ET .navbar .navbar-logo img {
  width: auto;
}
.cid-uGpRVNi0ET .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGpRVNi0ET .navbar.collapsed {
  justify-content: center;
}
.cid-uGpRVNi0ET .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGpRVNi0ET .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGpRVNi0ET .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uGpRVNi0ET .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpRVNi0ET .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpRVNi0ET .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGpRVNi0ET .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGpRVNi0ET .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGpRVNi0ET .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGpRVNi0ET .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpRVNi0ET .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpRVNi0ET .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpRVNi0ET .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGpRVNi0ET .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGpRVNi0ET .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpRVNi0ET .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGpRVNi0ET .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGpRVNi0ET .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGpRVNi0ET .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGpRVNi0ET .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGpRVNi0ET .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGpRVNi0ET .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGpRVNi0ET .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGpRVNi0ET .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpRVNi0ET .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpRVNi0ET .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpRVNi0ET .dropdown-item.active,
.cid-uGpRVNi0ET .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpRVNi0ET .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpRVNi0ET .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpRVNi0ET .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGpRVNi0ET .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGpRVNi0ET .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGpRVNi0ET .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpRVNi0ET ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGpRVNi0ET .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGpRVNi0ET button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uGpRVNi0ET button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uGpRVNi0ET button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpRVNi0ET button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpRVNi0ET button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpRVNi0ET button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpRVNi0ET nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpRVNi0ET nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpRVNi0ET nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpRVNi0ET nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpRVNi0ET .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uGpRVNi0ET a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpRVNi0ET .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpRVNi0ET .navbar {
    height: 70px;
  }
  .cid-uGpRVNi0ET .navbar.opened {
    height: auto;
  }
  .cid-uGpRVNi0ET .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpRVNzNU5 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uGpRVNzNU5 .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uGpRVNzNU5 img,
.cid-uGpRVNzNU5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uGpRVNzNU5 .item:focus,
.cid-uGpRVNzNU5 span:focus {
  outline: none;
}
.cid-uGpRVNzNU5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpRVNzNU5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGpRVNzNU5 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpRVNzNU5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpRVNzNU5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGpRVNzNU5 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGpRVNzNU5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGpRVNzNU5 .mbr-section-title {
  color: #ffffff;
}
.cid-uGpRVNzNU5 .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uGpRVNzNU5 .item-subtitle {
  text-align: left;
}
.cid-uGpRVNzNU5 .mbr-text,
.cid-uGpRVNzNU5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpRVNzNU5 .content-head {
  max-width: 800px;
}
.cid-uNa078DEdb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa078DEdb p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa078DEdb .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa078DEdb .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa078DEdb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa078DEdb .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa078DEdb .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa078DEdb .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa078DEdb .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa078DEdb .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa078DEdb div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa078DEdb .card-title {
  color: #ffffff;
}
.cid-uNa078DEdb P {
  color: #ffffff;
  text-align: center;
}
.cid-uGpRVO4kpT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uGpRVO4kpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpRVO4kpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpRVO4kpT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGpRVO4kpT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGpRVO4kpT .row {
    text-align: center;
  }
  .cid-uGpRVO4kpT .row > div {
    margin: auto;
  }
  .cid-uGpRVO4kpT .social-row {
    justify-content: center;
  }
}
.cid-uGpRVO4kpT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGpRVO4kpT .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGpRVO4kpT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGpRVO4kpT .list {
    margin-bottom: 0rem;
  }
}
.cid-uGpRVO4kpT .mbr-text {
  color: #bbbbbb;
}
.cid-uGpRVO4kpT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGpRVO4kpT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGpRVO4kpT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGpRVO4kpT .copyright {
  color: #ffffff;
}
.cid-uGTqkf8rr1 {
  z-index: 1000;
  width: 100%;
}
.cid-uGTqkf8rr1 nav.navbar {
  position: fixed;
}
.cid-uGTqkf8rr1 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uGTqkf8rr1 .wrapper {
    padding: 0;
  }
}
.cid-uGTqkf8rr1 .btn {
  border-radius: 30px;
}
.cid-uGTqkf8rr1 .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-uGTqkf8rr1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGTqkf8rr1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGTqkf8rr1 .dropdown-item:hover,
.cid-uGTqkf8rr1 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uGTqkf8rr1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGTqkf8rr1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGTqkf8rr1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uGTqkf8rr1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGTqkf8rr1 .nav-link {
  position: relative;
}
.cid-uGTqkf8rr1 .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGTqkf8rr1 .dropdown-menu,
.cid-uGTqkf8rr1 .navbar.opened {
  background: #000000 !important;
}
.cid-uGTqkf8rr1 .nav-item:focus,
.cid-uGTqkf8rr1 .nav-link:focus {
  outline: none;
}
.cid-uGTqkf8rr1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGTqkf8rr1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGTqkf8rr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGTqkf8rr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGTqkf8rr1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGTqkf8rr1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGTqkf8rr1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uGTqkf8rr1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uGTqkf8rr1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGTqkf8rr1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uGTqkf8rr1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGTqkf8rr1 .navbar.collapsed {
  justify-content: center;
}
.cid-uGTqkf8rr1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGTqkf8rr1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGTqkf8rr1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uGTqkf8rr1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGTqkf8rr1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGTqkf8rr1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGTqkf8rr1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGTqkf8rr1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGTqkf8rr1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGTqkf8rr1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGTqkf8rr1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGTqkf8rr1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGTqkf8rr1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGTqkf8rr1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGTqkf8rr1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGTqkf8rr1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGTqkf8rr1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGTqkf8rr1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGTqkf8rr1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGTqkf8rr1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGTqkf8rr1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGTqkf8rr1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGTqkf8rr1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGTqkf8rr1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGTqkf8rr1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGTqkf8rr1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGTqkf8rr1 .dropdown-item.active,
.cid-uGTqkf8rr1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGTqkf8rr1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGTqkf8rr1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGTqkf8rr1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGTqkf8rr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGTqkf8rr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGTqkf8rr1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGTqkf8rr1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGTqkf8rr1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGTqkf8rr1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uGTqkf8rr1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uGTqkf8rr1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGTqkf8rr1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGTqkf8rr1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGTqkf8rr1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGTqkf8rr1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGTqkf8rr1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGTqkf8rr1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGTqkf8rr1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGTqkf8rr1 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uGTqkf8rr1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGTqkf8rr1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGTqkf8rr1 .navbar {
    height: 70px;
  }
  .cid-uGTqkf8rr1 .navbar.opened {
    height: auto;
  }
  .cid-uGTqkf8rr1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMjXo63uZ7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #050b01;
}
.cid-uMjXo63uZ7 .row {
  flex-direction: row-reverse;
}
.cid-uMjXo63uZ7 .mbr-section-title {
  color: #ffffff;
}
.cid-uMjXo63uZ7 .mbr-text,
.cid-uMjXo63uZ7 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uMjXo63uZ7 .mbr-section-subtitle {
  color: #9fe870;
}
.cid-uMjXo63uZ7 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMjXo63uZ7 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMjXo63uZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjXo63uZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIi7eGSbz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b01;
}
.cid-uMIi7eGSbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIi7eGSbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIi7eGSbz .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uMIi7eGSbz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMIi7eGSbz .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uMIi7eGSbz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMIi7eGSbz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMIi7eGSbz .mbr-section-title {
  color: #ffffff;
}
.cid-uMIi7eGSbz .mbr-text,
.cid-uMIi7eGSbz .mbr-section-btn {
  color: #ffffff;
}
.cid-uMIi7eGSbz img {
  width: 100%;
  object-fit: cover;
  height: 40rem;
}
@media (max-width: 767px) {
  .cid-uMIi7eGSbz img {
    height: 20rem;
  }
}
.cid-uN9Zcpecqc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uN9Zcpecqc p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uN9Zcpecqc .row {
    justify-content: flex-start !important;
  }
}
.cid-uN9Zcpecqc .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uN9Zcpecqc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uN9Zcpecqc .mbr-section-subtitle {
  text-align: center;
}
.cid-uN9Zcpecqc .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uN9Zcpecqc .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uN9Zcpecqc .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uN9Zcpecqc .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uN9Zcpecqc div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uN9Zcpecqc .card-title {
  color: #ffffff;
}
.cid-uN9Zcpecqc P {
  color: #ffffff;
  text-align: center;
}
.cid-uGTqkgQ0nJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uGTqkgQ0nJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGTqkgQ0nJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGTqkgQ0nJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGTqkgQ0nJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGTqkgQ0nJ .row {
    text-align: center;
  }
  .cid-uGTqkgQ0nJ .row > div {
    margin: auto;
  }
  .cid-uGTqkgQ0nJ .social-row {
    justify-content: center;
  }
}
.cid-uGTqkgQ0nJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGTqkgQ0nJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGTqkgQ0nJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGTqkgQ0nJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uGTqkgQ0nJ .mbr-text {
  color: #bbbbbb;
}
.cid-uGTqkgQ0nJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGTqkgQ0nJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGTqkgQ0nJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGTqkgQ0nJ .copyright {
  color: #ffffff;
}
.cid-uFAVjl4esz {
  z-index: 1000;
  width: 100%;
}
.cid-uFAVjl4esz nav.navbar {
  position: fixed;
}
.cid-uFAVjl4esz .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uFAVjl4esz .wrapper {
    padding: 0;
  }
}
.cid-uFAVjl4esz .btn {
  border-radius: 30px;
}
.cid-uFAVjl4esz .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-uFAVjl4esz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFAVjl4esz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFAVjl4esz .dropdown-item:hover,
.cid-uFAVjl4esz .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uFAVjl4esz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFAVjl4esz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFAVjl4esz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uFAVjl4esz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFAVjl4esz .nav-link {
  position: relative;
}
.cid-uFAVjl4esz .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFAVjl4esz .dropdown-menu,
.cid-uFAVjl4esz .navbar.opened {
  background: #000000 !important;
}
.cid-uFAVjl4esz .nav-item:focus,
.cid-uFAVjl4esz .nav-link:focus {
  outline: none;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFAVjl4esz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFAVjl4esz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFAVjl4esz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFAVjl4esz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uFAVjl4esz .navbar.opened {
  transition: all 0.3s;
}
.cid-uFAVjl4esz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFAVjl4esz .navbar .navbar-logo img {
  width: auto;
}
.cid-uFAVjl4esz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFAVjl4esz .navbar.collapsed {
  justify-content: center;
}
.cid-uFAVjl4esz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFAVjl4esz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFAVjl4esz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFAVjl4esz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFAVjl4esz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFAVjl4esz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFAVjl4esz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFAVjl4esz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFAVjl4esz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFAVjl4esz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFAVjl4esz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFAVjl4esz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFAVjl4esz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFAVjl4esz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFAVjl4esz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFAVjl4esz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFAVjl4esz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFAVjl4esz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFAVjl4esz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFAVjl4esz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFAVjl4esz .dropdown-item.active,
.cid-uFAVjl4esz .dropdown-item:active {
  background-color: transparent;
}
.cid-uFAVjl4esz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFAVjl4esz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFAVjl4esz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFAVjl4esz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFAVjl4esz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFAVjl4esz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFAVjl4esz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFAVjl4esz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFAVjl4esz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFAVjl4esz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFAVjl4esz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFAVjl4esz .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uFAVjl4esz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFAVjl4esz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFAVjl4esz .navbar {
    height: 70px;
  }
  .cid-uFAVjl4esz .navbar.opened {
    height: auto;
  }
  .cid-uFAVjl4esz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3FPkjNoj {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uF3FPkjNoj .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uF3FPkjNoj img,
.cid-uF3FPkjNoj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uF3FPkjNoj .item:focus,
.cid-uF3FPkjNoj span:focus {
  outline: none;
}
.cid-uF3FPkjNoj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF3FPkjNoj .item {
    margin-bottom: 1rem;
  }
}
.cid-uF3FPkjNoj .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uF3FPkjNoj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF3FPkjNoj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uF3FPkjNoj .item-wrapper {
  position: relative;
  background: #e1eeec;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uF3FPkjNoj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uF3FPkjNoj .mbr-section-title {
  color: #ffffff;
}
.cid-uF3FPkjNoj .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uF3FPkjNoj .item-subtitle {
  text-align: left;
}
.cid-uF3FPkjNoj .mbr-text,
.cid-uF3FPkjNoj .item .mbr-section-btn {
  text-align: left;
}
.cid-uF3FPkjNoj .content-head {
  max-width: 800px;
}
.cid-uNa0AOUhti {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNa0AOUhti p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNa0AOUhti .row {
    justify-content: flex-start !important;
  }
}
.cid-uNa0AOUhti .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNa0AOUhti .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNa0AOUhti .mbr-section-subtitle {
  text-align: center;
}
.cid-uNa0AOUhti .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNa0AOUhti .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNa0AOUhti .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNa0AOUhti .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNa0AOUhti div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNa0AOUhti .card-title {
  color: #ffffff;
}
.cid-uNa0AOUhti P {
  color: #ffffff;
  text-align: center;
}
.cid-uFAFor4Pam {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uFAFor4Pam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFAFor4Pam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFAFor4Pam .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFAFor4Pam .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFAFor4Pam .row {
    text-align: center;
  }
  .cid-uFAFor4Pam .row > div {
    margin: auto;
  }
  .cid-uFAFor4Pam .social-row {
    justify-content: center;
  }
}
.cid-uFAFor4Pam .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFAFor4Pam .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFAFor4Pam .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFAFor4Pam .list {
    margin-bottom: 0rem;
  }
}
.cid-uFAFor4Pam .mbr-text {
  color: #bbbbbb;
}
.cid-uFAFor4Pam .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uFAFor4Pam .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uFAFor4Pam div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFAFor4Pam .copyright {
  color: #ffffff;
}
.cid-uMwYZQ0SdS {
  z-index: 1000;
  width: 100%;
}
.cid-uMwYZQ0SdS nav.navbar {
  position: fixed;
}
.cid-uMwYZQ0SdS .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uMwYZQ0SdS .wrapper {
    padding: 0;
  }
}
.cid-uMwYZQ0SdS .btn {
  border-radius: 30px;
}
.cid-uMwYZQ0SdS .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-uMwYZQ0SdS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMwYZQ0SdS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMwYZQ0SdS .dropdown-item:hover,
.cid-uMwYZQ0SdS .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uMwYZQ0SdS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMwYZQ0SdS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMwYZQ0SdS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uMwYZQ0SdS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMwYZQ0SdS .nav-link {
  position: relative;
}
.cid-uMwYZQ0SdS .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMwYZQ0SdS .dropdown-menu,
.cid-uMwYZQ0SdS .navbar.opened {
  background: #000000 !important;
}
.cid-uMwYZQ0SdS .nav-item:focus,
.cid-uMwYZQ0SdS .nav-link:focus {
  outline: none;
}
.cid-uMwYZQ0SdS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMwYZQ0SdS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMwYZQ0SdS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMwYZQ0SdS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMwYZQ0SdS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMwYZQ0SdS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMwYZQ0SdS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uMwYZQ0SdS .navbar.opened {
  transition: all 0.3s;
}
.cid-uMwYZQ0SdS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMwYZQ0SdS .navbar .navbar-logo img {
  width: auto;
}
.cid-uMwYZQ0SdS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMwYZQ0SdS .navbar.collapsed {
  justify-content: center;
}
.cid-uMwYZQ0SdS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMwYZQ0SdS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMwYZQ0SdS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uMwYZQ0SdS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMwYZQ0SdS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMwYZQ0SdS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMwYZQ0SdS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMwYZQ0SdS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMwYZQ0SdS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMwYZQ0SdS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMwYZQ0SdS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMwYZQ0SdS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMwYZQ0SdS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMwYZQ0SdS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMwYZQ0SdS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMwYZQ0SdS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMwYZQ0SdS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMwYZQ0SdS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMwYZQ0SdS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMwYZQ0SdS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMwYZQ0SdS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMwYZQ0SdS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMwYZQ0SdS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMwYZQ0SdS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMwYZQ0SdS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMwYZQ0SdS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMwYZQ0SdS .dropdown-item.active,
.cid-uMwYZQ0SdS .dropdown-item:active {
  background-color: transparent;
}
.cid-uMwYZQ0SdS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMwYZQ0SdS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMwYZQ0SdS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMwYZQ0SdS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMwYZQ0SdS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMwYZQ0SdS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMwYZQ0SdS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMwYZQ0SdS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMwYZQ0SdS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uMwYZQ0SdS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uMwYZQ0SdS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMwYZQ0SdS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMwYZQ0SdS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMwYZQ0SdS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMwYZQ0SdS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMwYZQ0SdS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMwYZQ0SdS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMwYZQ0SdS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMwYZQ0SdS .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uMwYZQ0SdS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMwYZQ0SdS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMwYZQ0SdS .navbar {
    height: 70px;
  }
  .cid-uMwYZQ0SdS .navbar.opened {
    height: auto;
  }
  .cid-uMwYZQ0SdS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMwYZQqU3S {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/captura20de20pantalla202025-05-2320154629-710x713.png");
}
.cid-uMwYZQqU3S .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uMwYZQqU3S img,
.cid-uMwYZQqU3S .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uMwYZQqU3S .item:focus,
.cid-uMwYZQqU3S span:focus {
  outline: none;
}
.cid-uMwYZQqU3S .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMwYZQqU3S .item {
    margin-bottom: 1rem;
  }
}
.cid-uMwYZQqU3S .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMwYZQqU3S .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMwYZQqU3S .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uMwYZQqU3S .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMwYZQqU3S .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMwYZQqU3S .mbr-section-title {
  color: #ffffff;
}
.cid-uMwYZQqU3S .item-title {
  text-align: left;
  color: #56a818;
}
.cid-uMwYZQqU3S .item-subtitle {
  text-align: left;
}
.cid-uMwYZQqU3S .mbr-text,
.cid-uMwYZQqU3S .item .mbr-section-btn {
  text-align: left;
}
.cid-uMwYZQqU3S .content-head {
  max-width: 800px;
}
.cid-uN9XtVQtTF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uN9XtVQtTF p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uN9XtVQtTF .row {
    justify-content: flex-start !important;
  }
}
.cid-uN9XtVQtTF .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uN9XtVQtTF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uN9XtVQtTF .mbr-section-subtitle {
  text-align: center;
}
.cid-uN9XtVQtTF .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uN9XtVQtTF .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uN9XtVQtTF .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uN9XtVQtTF .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uN9XtVQtTF div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uN9XtVQtTF .card-title {
  color: #ffffff;
}
.cid-uN9XtVQtTF P {
  color: #ffffff;
  text-align: center;
}
.cid-uMwYZR34Zl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uMwYZR34Zl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwYZR34Zl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMwYZR34Zl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMwYZR34Zl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMwYZR34Zl .row {
    text-align: center;
  }
  .cid-uMwYZR34Zl .row > div {
    margin: auto;
  }
  .cid-uMwYZR34Zl .social-row {
    justify-content: center;
  }
}
.cid-uMwYZR34Zl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMwYZR34Zl .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMwYZR34Zl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMwYZR34Zl .list {
    margin-bottom: 0rem;
  }
}
.cid-uMwYZR34Zl .mbr-text {
  color: #bbbbbb;
}
.cid-uMwYZR34Zl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uMwYZR34Zl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMwYZR34Zl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMwYZR34Zl .copyright {
  color: #ffffff;
}
.cid-uMBFi1a14t {
  z-index: 1000;
  width: 100%;
}
.cid-uMBFi1a14t nav.navbar {
  position: fixed;
}
.cid-uMBFi1a14t .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uMBFi1a14t .wrapper {
    padding: 0;
  }
}
.cid-uMBFi1a14t .btn {
  border-radius: 30px;
}
.cid-uMBFi1a14t .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-uMBFi1a14t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMBFi1a14t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMBFi1a14t .dropdown-item:hover,
.cid-uMBFi1a14t .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uMBFi1a14t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMBFi1a14t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMBFi1a14t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uMBFi1a14t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMBFi1a14t .nav-link {
  position: relative;
}
.cid-uMBFi1a14t .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMBFi1a14t .dropdown-menu,
.cid-uMBFi1a14t .navbar.opened {
  background: #000000 !important;
}
.cid-uMBFi1a14t .nav-item:focus,
.cid-uMBFi1a14t .nav-link:focus {
  outline: none;
}
.cid-uMBFi1a14t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMBFi1a14t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMBFi1a14t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMBFi1a14t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMBFi1a14t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMBFi1a14t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMBFi1a14t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uMBFi1a14t .navbar.opened {
  transition: all 0.3s;
}
.cid-uMBFi1a14t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMBFi1a14t .navbar .navbar-logo img {
  width: auto;
}
.cid-uMBFi1a14t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMBFi1a14t .navbar.collapsed {
  justify-content: center;
}
.cid-uMBFi1a14t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMBFi1a14t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMBFi1a14t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uMBFi1a14t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMBFi1a14t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMBFi1a14t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMBFi1a14t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMBFi1a14t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMBFi1a14t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMBFi1a14t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMBFi1a14t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMBFi1a14t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMBFi1a14t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMBFi1a14t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMBFi1a14t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMBFi1a14t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMBFi1a14t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMBFi1a14t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMBFi1a14t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMBFi1a14t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMBFi1a14t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMBFi1a14t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMBFi1a14t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMBFi1a14t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMBFi1a14t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMBFi1a14t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMBFi1a14t .dropdown-item.active,
.cid-uMBFi1a14t .dropdown-item:active {
  background-color: transparent;
}
.cid-uMBFi1a14t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMBFi1a14t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMBFi1a14t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMBFi1a14t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMBFi1a14t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMBFi1a14t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMBFi1a14t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMBFi1a14t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMBFi1a14t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uMBFi1a14t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uMBFi1a14t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMBFi1a14t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMBFi1a14t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMBFi1a14t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMBFi1a14t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMBFi1a14t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMBFi1a14t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMBFi1a14t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMBFi1a14t .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uMBFi1a14t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMBFi1a14t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMBFi1a14t .navbar {
    height: 70px;
  }
  .cid-uMBFi1a14t .navbar.opened {
    height: auto;
  }
  .cid-uMBFi1a14t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMBJAwCuAJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/whatsapp20image202025-05-2920at2012.30.54-1600x1200.jpg");
}
.cid-uMBJAwCuAJ .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .cid-uMBJAwCuAJ .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uMBJAwCuAJ .mbr-text {
  margin-bottom: 20.4px;
}
.cid-uMBJAwCuAJ .mbr-text,
.cid-uMBJAwCuAJ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMBJAwCuAJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uMBJAwCuAJ .section-subtext {
  color: #ffffff;
  text-align: left;
}
.cid-uMBJAwCuAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBJAwCuAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBLfgHHJv {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #050b01;
}
.cid-uMBLfgHHJv .mbr-overlay {
  padding: 0;
  background: #050b01;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-uMBLfgHHJv .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uMBLfgHHJv .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uMBLfgHHJv .mbr-text {
  margin-bottom: 20.4px;
}
.cid-uMBLfgHHJv .mbr-text,
.cid-uMBLfgHHJv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMBLfgHHJv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uMBLfgHHJv .section-subtext {
  color: #ffffff;
  text-align: left;
}
.cid-uMBLfgHHJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBLfgHHJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBOQw9dlF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b01;
}
.cid-uMBOQw9dlF h6 {
  line-height: 1.2;
}
.cid-uMBOQw9dlF img,
.cid-uMBOQw9dlF .item-img {
  width: 100%;
  height: 100%;
}
.cid-uMBOQw9dlF .item:focus,
.cid-uMBOQw9dlF span:focus {
  outline: none;
}
.cid-uMBOQw9dlF .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uMBOQw9dlF .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uMBOQw9dlF .mbr-section-title {
  color: #ffffff;
}
.cid-uMBOQw9dlF .mbr-text,
.cid-uMBOQw9dlF .mbr-section-btn {
  color: #000000;
}
.cid-uMBOQw9dlF .item-title {
  color: #000000;
  text-align: center;
}
.cid-uMBOQw9dlF .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMBOQw9dlF .item-text {
  color: #000000;
  text-align: center;
}
.cid-uMBOQw9dlF .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uMBOQw9dlF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uN9Y3kCIC7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uN9Y3kCIC7 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uN9Y3kCIC7 .row {
    justify-content: flex-start !important;
  }
}
.cid-uN9Y3kCIC7 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uN9Y3kCIC7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uN9Y3kCIC7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uN9Y3kCIC7 .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uN9Y3kCIC7 .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uN9Y3kCIC7 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uN9Y3kCIC7 .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uN9Y3kCIC7 div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uN9Y3kCIC7 .card-title {
  color: #ffffff;
}
.cid-uN9Y3kCIC7 P {
  color: #ffffff;
  text-align: center;
}
.cid-uMBFi4YLA8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uMBFi4YLA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBFi4YLA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBFi4YLA8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMBFi4YLA8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMBFi4YLA8 .row {
    text-align: center;
  }
  .cid-uMBFi4YLA8 .row > div {
    margin: auto;
  }
  .cid-uMBFi4YLA8 .social-row {
    justify-content: center;
  }
}
.cid-uMBFi4YLA8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMBFi4YLA8 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMBFi4YLA8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMBFi4YLA8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uMBFi4YLA8 .mbr-text {
  color: #bbbbbb;
}
.cid-uMBFi4YLA8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uMBFi4YLA8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMBFi4YLA8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMBFi4YLA8 .copyright {
  color: #ffffff;
}
.cid-uMCbYvGKVC {
  z-index: 1000;
  width: 100%;
}
.cid-uMCbYvGKVC nav.navbar {
  position: fixed;
}
.cid-uMCbYvGKVC .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uMCbYvGKVC .wrapper {
    padding: 0;
  }
}
.cid-uMCbYvGKVC .btn {
  border-radius: 30px;
}
.cid-uMCbYvGKVC .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-uMCbYvGKVC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMCbYvGKVC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMCbYvGKVC .dropdown-item:hover,
.cid-uMCbYvGKVC .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uMCbYvGKVC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMCbYvGKVC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMCbYvGKVC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uMCbYvGKVC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMCbYvGKVC .nav-link {
  position: relative;
}
.cid-uMCbYvGKVC .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMCbYvGKVC .dropdown-menu,
.cid-uMCbYvGKVC .navbar.opened {
  background: #000000 !important;
}
.cid-uMCbYvGKVC .nav-item:focus,
.cid-uMCbYvGKVC .nav-link:focus {
  outline: none;
}
.cid-uMCbYvGKVC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMCbYvGKVC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMCbYvGKVC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMCbYvGKVC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMCbYvGKVC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMCbYvGKVC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMCbYvGKVC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uMCbYvGKVC .navbar.opened {
  transition: all 0.3s;
}
.cid-uMCbYvGKVC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMCbYvGKVC .navbar .navbar-logo img {
  width: auto;
}
.cid-uMCbYvGKVC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMCbYvGKVC .navbar.collapsed {
  justify-content: center;
}
.cid-uMCbYvGKVC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMCbYvGKVC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMCbYvGKVC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uMCbYvGKVC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMCbYvGKVC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMCbYvGKVC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMCbYvGKVC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMCbYvGKVC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMCbYvGKVC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMCbYvGKVC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMCbYvGKVC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMCbYvGKVC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMCbYvGKVC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMCbYvGKVC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMCbYvGKVC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMCbYvGKVC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMCbYvGKVC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMCbYvGKVC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMCbYvGKVC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMCbYvGKVC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMCbYvGKVC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMCbYvGKVC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMCbYvGKVC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMCbYvGKVC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMCbYvGKVC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMCbYvGKVC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMCbYvGKVC .dropdown-item.active,
.cid-uMCbYvGKVC .dropdown-item:active {
  background-color: transparent;
}
.cid-uMCbYvGKVC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMCbYvGKVC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMCbYvGKVC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMCbYvGKVC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMCbYvGKVC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMCbYvGKVC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMCbYvGKVC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMCbYvGKVC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMCbYvGKVC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uMCbYvGKVC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uMCbYvGKVC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMCbYvGKVC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMCbYvGKVC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMCbYvGKVC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMCbYvGKVC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMCbYvGKVC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMCbYvGKVC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMCbYvGKVC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMCbYvGKVC .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uMCbYvGKVC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMCbYvGKVC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMCbYvGKVC .navbar {
    height: 70px;
  }
  .cid-uMCbYvGKVC .navbar.opened {
    height: auto;
  }
  .cid-uMCbYvGKVC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMCbYx4tLK {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/whatsapp20image202025-05-2920at2011.39.40202-1600x1200.jpg");
}
.cid-uMCbYx4tLK .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .cid-uMCbYx4tLK .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uMCbYx4tLK .mbr-text {
  margin-bottom: 20.4px;
}
.cid-uMCbYx4tLK .mbr-text,
.cid-uMCbYx4tLK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMCbYx4tLK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uMCbYx4tLK .section-subtext {
  color: #ffffff;
  text-align: left;
}
.cid-uMCbYx4tLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMCbYx4tLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMCbYy2VB8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMCbYy2VB8 .mbr-overlay {
  padding: 0;
  background: #050b01;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-uMCbYy2VB8 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uMCbYy2VB8 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uMCbYy2VB8 .mbr-text {
  margin-bottom: 20.4px;
}
.cid-uMCbYy2VB8 .mbr-text,
.cid-uMCbYy2VB8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMCbYy2VB8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uMCbYy2VB8 .section-subtext {
  color: #ffffff;
  text-align: left;
}
.cid-uMCbYy2VB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMCbYy2VB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMCbYyTQvE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b01;
}
.cid-uMCbYyTQvE h6 {
  line-height: 1.2;
}
.cid-uMCbYyTQvE img,
.cid-uMCbYyTQvE .item-img {
  width: 100%;
  height: 100%;
}
.cid-uMCbYyTQvE .item:focus,
.cid-uMCbYyTQvE span:focus {
  outline: none;
}
.cid-uMCbYyTQvE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uMCbYyTQvE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uMCbYyTQvE .mbr-section-title {
  color: #ffffff;
}
.cid-uMCbYyTQvE .mbr-text,
.cid-uMCbYyTQvE .mbr-section-btn {
  color: #000000;
}
.cid-uMCbYyTQvE .item-title {
  color: #000000;
  text-align: center;
}
.cid-uMCbYyTQvE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMCbYyTQvE .item-text {
  color: #000000;
  text-align: center;
}
.cid-uMCbYyTQvE .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uMCbYyTQvE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uN9YpY9H7j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uN9YpY9H7j p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uN9YpY9H7j .row {
    justify-content: flex-start !important;
  }
}
.cid-uN9YpY9H7j .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uN9YpY9H7j .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uN9YpY9H7j .mbr-section-subtitle {
  text-align: center;
}
.cid-uN9YpY9H7j .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uN9YpY9H7j .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uN9YpY9H7j .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uN9YpY9H7j .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uN9YpY9H7j div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uN9YpY9H7j .card-title {
  color: #ffffff;
}
.cid-uN9YpY9H7j P {
  color: #ffffff;
  text-align: center;
}
.cid-uMCbYAnuBQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uMCbYAnuBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMCbYAnuBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMCbYAnuBQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMCbYAnuBQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMCbYAnuBQ .row {
    text-align: center;
  }
  .cid-uMCbYAnuBQ .row > div {
    margin: auto;
  }
  .cid-uMCbYAnuBQ .social-row {
    justify-content: center;
  }
}
.cid-uMCbYAnuBQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMCbYAnuBQ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMCbYAnuBQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMCbYAnuBQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uMCbYAnuBQ .mbr-text {
  color: #bbbbbb;
}
.cid-uMCbYAnuBQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uMCbYAnuBQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMCbYAnuBQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMCbYAnuBQ .copyright {
  color: #ffffff;
}
.cid-uMCohPX6So {
  z-index: 1000;
  width: 100%;
}
.cid-uMCohPX6So nav.navbar {
  position: fixed;
}
.cid-uMCohPX6So .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uMCohPX6So .wrapper {
    padding: 0;
  }
}
.cid-uMCohPX6So .btn {
  border-radius: 30px;
}
.cid-uMCohPX6So .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-uMCohPX6So .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMCohPX6So .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMCohPX6So .dropdown-item:hover,
.cid-uMCohPX6So .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uMCohPX6So .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMCohPX6So .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMCohPX6So .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uMCohPX6So .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMCohPX6So .nav-link {
  position: relative;
}
.cid-uMCohPX6So .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMCohPX6So .dropdown-menu,
.cid-uMCohPX6So .navbar.opened {
  background: #000000 !important;
}
.cid-uMCohPX6So .nav-item:focus,
.cid-uMCohPX6So .nav-link:focus {
  outline: none;
}
.cid-uMCohPX6So .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMCohPX6So .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMCohPX6So .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMCohPX6So .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMCohPX6So .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMCohPX6So .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMCohPX6So .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uMCohPX6So .navbar.opened {
  transition: all 0.3s;
}
.cid-uMCohPX6So .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMCohPX6So .navbar .navbar-logo img {
  width: auto;
}
.cid-uMCohPX6So .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMCohPX6So .navbar.collapsed {
  justify-content: center;
}
.cid-uMCohPX6So .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMCohPX6So .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMCohPX6So .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uMCohPX6So .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMCohPX6So .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMCohPX6So .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMCohPX6So .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMCohPX6So .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMCohPX6So .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMCohPX6So .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMCohPX6So .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMCohPX6So .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMCohPX6So .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMCohPX6So .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMCohPX6So .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMCohPX6So .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMCohPX6So .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMCohPX6So .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMCohPX6So .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMCohPX6So .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMCohPX6So .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMCohPX6So .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMCohPX6So .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMCohPX6So .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMCohPX6So .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMCohPX6So .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMCohPX6So .dropdown-item.active,
.cid-uMCohPX6So .dropdown-item:active {
  background-color: transparent;
}
.cid-uMCohPX6So .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMCohPX6So .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMCohPX6So .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMCohPX6So .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMCohPX6So .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMCohPX6So .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMCohPX6So ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMCohPX6So .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMCohPX6So button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uMCohPX6So button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uMCohPX6So button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMCohPX6So button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMCohPX6So button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMCohPX6So button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMCohPX6So nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMCohPX6So nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMCohPX6So nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMCohPX6So nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMCohPX6So .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uMCohPX6So a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMCohPX6So .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMCohPX6So .navbar {
    height: 70px;
  }
  .cid-uMCohPX6So .navbar.opened {
    height: auto;
  }
  .cid-uMCohPX6So .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMCohRhmBR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bonatti20portada-1000x1000.jpg");
}
.cid-uMCohRhmBR .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .cid-uMCohRhmBR .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uMCohRhmBR .mbr-text {
  margin-bottom: 20.4px;
}
.cid-uMCohRhmBR .mbr-text,
.cid-uMCohRhmBR .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMCohRhmBR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uMCohRhmBR .section-subtext {
  color: #ffffff;
  text-align: left;
}
.cid-uMCohRhmBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMCohRhmBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMCohS4qSd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #050b01;
}
.cid-uMCohS4qSd .mbr-overlay {
  padding: 0;
  background: #050b01;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-uMCohS4qSd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uMCohS4qSd .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uMCohS4qSd .mbr-text {
  margin-bottom: 20.4px;
}
.cid-uMCohS4qSd .mbr-text,
.cid-uMCohS4qSd .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMCohS4qSd .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uMCohS4qSd .section-subtext {
  color: #ffffff;
  text-align: left;
}
.cid-uMCohS4qSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMCohS4qSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMCohSTkSa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #050b01;
}
.cid-uMCohSTkSa h6 {
  line-height: 1.2;
}
.cid-uMCohSTkSa img,
.cid-uMCohSTkSa .item-img {
  width: 100%;
  height: 100%;
}
.cid-uMCohSTkSa .item:focus,
.cid-uMCohSTkSa span:focus {
  outline: none;
}
.cid-uMCohSTkSa .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uMCohSTkSa .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uMCohSTkSa .mbr-section-title {
  color: #ffffff;
}
.cid-uMCohSTkSa .mbr-text,
.cid-uMCohSTkSa .mbr-section-btn {
  color: #000000;
}
.cid-uMCohSTkSa .item-title {
  color: #000000;
  text-align: center;
}
.cid-uMCohSTkSa .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMCohSTkSa .item-text {
  color: #000000;
  text-align: center;
}
.cid-uMCohSTkSa .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uMCohSTkSa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uN9YRzhjX4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uN9YRzhjX4 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uN9YRzhjX4 .row {
    justify-content: flex-start !important;
  }
}
.cid-uN9YRzhjX4 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uN9YRzhjX4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uN9YRzhjX4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uN9YRzhjX4 .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uN9YRzhjX4 .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uN9YRzhjX4 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uN9YRzhjX4 .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uN9YRzhjX4 div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uN9YRzhjX4 .card-title {
  color: #ffffff;
}
.cid-uN9YRzhjX4 P {
  color: #ffffff;
  text-align: center;
}
.cid-uMCohUeoYd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uMCohUeoYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMCohUeoYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMCohUeoYd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMCohUeoYd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMCohUeoYd .row {
    text-align: center;
  }
  .cid-uMCohUeoYd .row > div {
    margin: auto;
  }
  .cid-uMCohUeoYd .social-row {
    justify-content: center;
  }
}
.cid-uMCohUeoYd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMCohUeoYd .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMCohUeoYd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMCohUeoYd .list {
    margin-bottom: 0rem;
  }
}
.cid-uMCohUeoYd .mbr-text {
  color: #bbbbbb;
}
.cid-uMCohUeoYd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uMCohUeoYd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMCohUeoYd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMCohUeoYd .copyright {
  color: #ffffff;
}
.cid-uN6ro4gRqx {
  z-index: 1000;
  width: 100%;
}
.cid-uN6ro4gRqx nav.navbar {
  position: fixed;
}
.cid-uN6ro4gRqx .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uN6ro4gRqx .wrapper {
    padding: 0;
  }
}
.cid-uN6ro4gRqx .btn {
  border-radius: 30px;
}
.cid-uN6ro4gRqx .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-uN6ro4gRqx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN6ro4gRqx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN6ro4gRqx .dropdown-item:hover,
.cid-uN6ro4gRqx .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uN6ro4gRqx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN6ro4gRqx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN6ro4gRqx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uN6ro4gRqx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN6ro4gRqx .nav-link {
  position: relative;
}
.cid-uN6ro4gRqx .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN6ro4gRqx .dropdown-menu,
.cid-uN6ro4gRqx .navbar.opened {
  background: #000000 !important;
}
.cid-uN6ro4gRqx .nav-item:focus,
.cid-uN6ro4gRqx .nav-link:focus {
  outline: none;
}
.cid-uN6ro4gRqx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN6ro4gRqx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN6ro4gRqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN6ro4gRqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN6ro4gRqx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN6ro4gRqx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN6ro4gRqx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uN6ro4gRqx .navbar.opened {
  transition: all 0.3s;
}
.cid-uN6ro4gRqx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN6ro4gRqx .navbar .navbar-logo img {
  width: auto;
}
.cid-uN6ro4gRqx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN6ro4gRqx .navbar.collapsed {
  justify-content: center;
}
.cid-uN6ro4gRqx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN6ro4gRqx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN6ro4gRqx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uN6ro4gRqx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN6ro4gRqx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN6ro4gRqx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uN6ro4gRqx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN6ro4gRqx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN6ro4gRqx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN6ro4gRqx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN6ro4gRqx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN6ro4gRqx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN6ro4gRqx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN6ro4gRqx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uN6ro4gRqx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN6ro4gRqx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN6ro4gRqx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN6ro4gRqx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN6ro4gRqx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN6ro4gRqx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uN6ro4gRqx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uN6ro4gRqx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uN6ro4gRqx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uN6ro4gRqx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN6ro4gRqx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN6ro4gRqx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN6ro4gRqx .dropdown-item.active,
.cid-uN6ro4gRqx .dropdown-item:active {
  background-color: transparent;
}
.cid-uN6ro4gRqx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN6ro4gRqx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN6ro4gRqx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN6ro4gRqx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uN6ro4gRqx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN6ro4gRqx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN6ro4gRqx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN6ro4gRqx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN6ro4gRqx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uN6ro4gRqx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uN6ro4gRqx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN6ro4gRqx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN6ro4gRqx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN6ro4gRqx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN6ro4gRqx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN6ro4gRqx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN6ro4gRqx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN6ro4gRqx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN6ro4gRqx .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uN6ro4gRqx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN6ro4gRqx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN6ro4gRqx .navbar {
    height: 70px;
  }
  .cid-uN6ro4gRqx .navbar.opened {
    height: auto;
  }
  .cid-uN6ro4gRqx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN6rWPXb2N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uN6rWPXb2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN6rWPXb2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN6rWPXb2N .row {
  justify-content: center;
}
.cid-uN6rWPXb2N .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uN6rWPXb2N .image-wrapper img {
    height: 300px;
  }
}
.cid-uN6rWPXb2N .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-uN6rWPXb2N .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uN6rWPXb2N .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-uN6rWPXb2N .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uN6rWPXb2N .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uN6rWPXb2N .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uN6rWPXb2N .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uN6rWPXb2N .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uN6rWPXb2N .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uN6rWPXb2N .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uN6rWPXb2N .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uN6rWPXb2N .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uN6rWPXb2N .mbr-section-title {
  color: #2c2c26;
}
.cid-uN6rWPXb2N .mbr-text,
.cid-uN6rWPXb2N .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uN6rWPXb2N .mbr-section-title,
.cid-uN6rWPXb2N .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uN6tmdzn2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050b01;
}
.cid-uN6tmdzn2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN6tmdzn2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN6tmdzn2r .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uN6tmdzn2r .row .card {
  padding: 0 13px;
}
.cid-uN6tmdzn2r .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uN6tmdzn2r .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uN6tmdzn2r .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uN6tmdzn2r .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uN6tmdzn2r .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uN6tmdzn2r .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uN6tmdzn2r .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uN6tmdzn2r .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uN6tmdzn2r .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uN6tmdzn2r .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uN6tmdzn2r .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uN6tmdzn2r .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uN6tmdzn2r .card-wrapper {
  overflow: hidden;
}
.cid-uN6tmdzn2r .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uN6tmdzn2r .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uN6tmdzn2r .card-wrapper .item-content {
  padding: 54px;
  background-color: #5c7d4f;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uN6tmdzn2r .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uN6tmdzn2r .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uN6tmdzn2r .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uN6tmdzn2r .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uN6tmdzn2r .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uN6tmdzn2r .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uN6tmdzn2r .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uN6tmdzn2r .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN6tmdzn2r .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uN6tmdzn2r .mbr-label,
.cid-uN6tmdzn2r .label-wrapper {
  color: #151e11;
  text-align: left;
}
.cid-uN6tmdzn2r .mbr-section-title {
  color: #fff7ee;
}
.cid-uN6tmdzn2r .mbr-number {
  color: #fff7ee;
}
.cid-uN6tmdzn2r .mbr-number-desc {
  color: #fff7ee;
}
.cid-uN6tmdzn2r .card-label,
.cid-uN6tmdzn2r .card-label-wrapper {
  color: #fff7ee;
}
.cid-uN6tmdzn2r .card-title {
  color: #fff7ee;
}
.cid-uN6tmdzn2r .card-text {
  color: #fff7ee;
}
.cid-uNae3BL3uJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050b01;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uNae3BL3uJ .container {
    padding: 0 24px;
  }
}
.cid-uNae3BL3uJ .card {
  justify-content: center;
}
.cid-uNae3BL3uJ .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uNae3BL3uJ .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uNae3BL3uJ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNae3BL3uJ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uNae3BL3uJ .text-wrapper {
  border-top: 1px solid #9fe870;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uNae3BL3uJ .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uNae3BL3uJ .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uNae3BL3uJ .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNae3BL3uJ .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uNae3BL3uJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-uNae3BL3uJ .mbr-desc {
  color: #F9F6E0;
}
.cid-uNae3BL3uJ .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uNae3BL3uJ .mbr-section-btn {
  text-align: right;
}
.cid-uNag86PttD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #050b01;
}
.cid-uNag86PttD .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #050b01 0, #050b01 43%, #050b01 100%);
}
.cid-uNag86PttD .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #050b01 0, #050b01 43%, #050b01 100%);
}
.cid-uNag86PttD .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #050b01 0, #050b01 43%, #050b01 100%);
}
.cid-uNag86PttD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNag86PttD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNag86PttD .container {
    padding: 0 30px;
  }
}
.cid-uNag86PttD .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uNag86PttD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uNag86PttD .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNag86PttD .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uNag86PttD .mbr-section-title {
  color: #ffffff;
}
.cid-uNag86PttD .mbr-text,
.cid-uNag86PttD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uNag86PttD .mbr-section-title,
.cid-uNag86PttD .mbr-section-btn {
  text-align: center;
}
.cid-uNagGjJFmr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #050b01;
}
.cid-uNagGjJFmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNagGjJFmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNagGjJFmr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNagGjJFmr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNagGjJFmr .container {
    padding: 0 24px;
  }
}
.cid-uNagGjJFmr .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uNagGjJFmr .content-wrapper {
    padding: 0;
  }
}
.cid-uNagGjJFmr .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNagGjJFmr .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uNagGjJFmr .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uNagGjJFmr .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uNagGjJFmr .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uNagGjJFmr .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #9fe870;
  font-size: 32px;
}
.cid-uNagGjJFmr .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNagGjJFmr .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNagGjJFmr .mbr-section-title {
  color: #141414;
}
.cid-uNagGjJFmr .mbr-desc {
  color: #141414;
}
.cid-uNagGjJFmr .mbr-text {
  color: #141414;
}
.cid-uNaijG3XAF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNaijG3XAF p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNaijG3XAF .row {
    justify-content: flex-start !important;
  }
}
.cid-uNaijG3XAF .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNaijG3XAF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNaijG3XAF .mbr-section-subtitle {
  text-align: center;
}
.cid-uNaijG3XAF .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNaijG3XAF .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNaijG3XAF .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNaijG3XAF .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNaijG3XAF div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNaijG3XAF .card-title {
  color: #ffffff;
}
.cid-uNaijG3XAF P {
  color: #ffffff;
  text-align: center;
}
.cid-uN6ro7JwEp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uN6ro7JwEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN6ro7JwEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN6ro7JwEp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uN6ro7JwEp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uN6ro7JwEp .row {
    text-align: center;
  }
  .cid-uN6ro7JwEp .row > div {
    margin: auto;
  }
  .cid-uN6ro7JwEp .social-row {
    justify-content: center;
  }
}
.cid-uN6ro7JwEp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uN6ro7JwEp .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uN6ro7JwEp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uN6ro7JwEp .list {
    margin-bottom: 0rem;
  }
}
.cid-uN6ro7JwEp .mbr-text {
  color: #bbbbbb;
}
.cid-uN6ro7JwEp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uN6ro7JwEp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uN6ro7JwEp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uN6ro7JwEp .copyright {
  color: #ffffff;
}
.cid-uNakauBfLS {
  z-index: 1000;
  width: 100%;
}
.cid-uNakauBfLS nav.navbar {
  position: fixed;
}
.cid-uNakauBfLS .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uNakauBfLS .wrapper {
    padding: 0;
  }
}
.cid-uNakauBfLS .btn {
  border-radius: 30px;
}
.cid-uNakauBfLS .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-uNakauBfLS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNakauBfLS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNakauBfLS .dropdown-item:hover,
.cid-uNakauBfLS .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uNakauBfLS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNakauBfLS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNakauBfLS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uNakauBfLS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNakauBfLS .nav-link {
  position: relative;
}
.cid-uNakauBfLS .iconfont-wrapper {
  color: #163300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNakauBfLS .dropdown-menu,
.cid-uNakauBfLS .navbar.opened {
  background: #000000 !important;
}
.cid-uNakauBfLS .nav-item:focus,
.cid-uNakauBfLS .nav-link:focus {
  outline: none;
}
.cid-uNakauBfLS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNakauBfLS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNakauBfLS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNakauBfLS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNakauBfLS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNakauBfLS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNakauBfLS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.9);
}
.cid-uNakauBfLS .navbar.opened {
  transition: all 0.3s;
}
.cid-uNakauBfLS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNakauBfLS .navbar .navbar-logo img {
  width: auto;
}
.cid-uNakauBfLS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNakauBfLS .navbar.collapsed {
  justify-content: center;
}
.cid-uNakauBfLS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNakauBfLS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNakauBfLS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uNakauBfLS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNakauBfLS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNakauBfLS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNakauBfLS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNakauBfLS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNakauBfLS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNakauBfLS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNakauBfLS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNakauBfLS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNakauBfLS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNakauBfLS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNakauBfLS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNakauBfLS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNakauBfLS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNakauBfLS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNakauBfLS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNakauBfLS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNakauBfLS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNakauBfLS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNakauBfLS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNakauBfLS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNakauBfLS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNakauBfLS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNakauBfLS .dropdown-item.active,
.cid-uNakauBfLS .dropdown-item:active {
  background-color: transparent;
}
.cid-uNakauBfLS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNakauBfLS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNakauBfLS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNakauBfLS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uNakauBfLS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNakauBfLS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNakauBfLS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNakauBfLS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNakauBfLS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uNakauBfLS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff7ee;
}
.cid-uNakauBfLS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNakauBfLS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNakauBfLS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNakauBfLS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNakauBfLS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNakauBfLS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNakauBfLS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNakauBfLS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNakauBfLS .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uNakauBfLS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNakauBfLS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNakauBfLS .navbar {
    height: 70px;
  }
  .cid-uNakauBfLS .navbar.opened {
    height: auto;
  }
  .cid-uNakauBfLS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNalkbk5gu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #050b01;
}
.cid-uNalkbk5gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNalkbk5gu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNalkbk5gu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNalkbk5gu .row {
  flex-direction: row-reverse;
}
.cid-uNalkbk5gu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNalkbk5gu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNalkbk5gu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNalkbk5gu .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNalkbk5gu .mbr-text,
.cid-uNalkbk5gu .mbr-section-btn {
  color: #ffffff;
}
.cid-uNakaxcgsA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #050b01;
}
.cid-uNakaxcgsA p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNakaxcgsA .row {
    justify-content: flex-start !important;
  }
}
.cid-uNakaxcgsA .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uNakaxcgsA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNakaxcgsA .mbr-section-subtitle {
  text-align: center;
}
.cid-uNakaxcgsA .image-wrapper {
  margin-bottom: 1rem;
}
.cid-uNakaxcgsA .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNakaxcgsA .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #163300;
  border-width: 1px;
  border-style: dashed;
  border-color: #9fe870;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-uNakaxcgsA .mbr-iconfont {
  font-size: 4rem;
  color: #cd8ad1;
}
.cid-uNakaxcgsA div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-uNakaxcgsA .card-title {
  color: #ffffff;
}
.cid-uNakaxcgsA P {
  color: #ffffff;
  text-align: center;
}
.cid-uNakaxWSUr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050b01;
}
.cid-uNakaxWSUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNakaxWSUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNakaxWSUr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNakaxWSUr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNakaxWSUr .row {
    text-align: center;
  }
  .cid-uNakaxWSUr .row > div {
    margin: auto;
  }
  .cid-uNakaxWSUr .social-row {
    justify-content: center;
  }
}
.cid-uNakaxWSUr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNakaxWSUr .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNakaxWSUr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNakaxWSUr .list {
    margin-bottom: 0rem;
  }
}
.cid-uNakaxWSUr .mbr-text {
  color: #bbbbbb;
}
.cid-uNakaxWSUr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uNakaxWSUr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uNakaxWSUr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uNakaxWSUr .copyright {
  color: #ffffff;
}
