@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.5em 1.5em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.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: 'Montserrat', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.95rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.9375rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.16rem;
    font-size: calc( 2.0324999999999998rem + (3.95 - 2.0324999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0324999999999998rem + (3.95 - 2.0324999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.16rem;
    font-size: calc( 2.0324999999999998rem + (3.95 - 2.0324999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0324999999999998rem + (3.95 - 2.0324999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #7d2464 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #260a30 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9161ad !important;
  border-color: #9161ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a883be !important;
  border-color: #a883be !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a883be !important;
  border-color: #a883be !important;
}
.btn-info,
.btn-info:active {
  background-color: #7d2464 !important;
  border-color: #7d2464 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a52f84 !important;
  border-color: #a52f84 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a52f84 !important;
  border-color: #a52f84 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #260a30 !important;
  border-color: #260a30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #47135a !important;
  border-color: #47135a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #47135a !important;
  border-color: #47135a !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9161ad;
  color: #9161ad;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #633f79 !important;
  background-color: transparent !important;
  border-color: #633f79 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9161ad !important;
  border-color: #9161ad !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #7d2464;
  color: #7d2464;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3a112e !important;
  background-color: transparent !important;
  border-color: #3a112e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7d2464 !important;
  border-color: #7d2464 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #260a30;
  color: #260a30;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #260a30 !important;
  border-color: #260a30 !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: #9fe870 !important;
}
.text-secondary {
  color: #9161ad !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #7d2464 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #260a30 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5b396f !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: #2e0d25 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7d2464;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #260a30;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cd53ab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #deb0ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #9161ad !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='%239fe870' %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-uBWtYYP321 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWtYYP321 .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;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWtYYP321 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWtYYP321 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWtYYP321 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWtYYP321 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWtYYP321 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWtYYP321 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWtYYP321 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBWtYYP321 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBWtYYP321 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWtYYP321 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .nav-item:focus,
.cid-uBWtYYP321 .nav-link:focus {
  outline: none;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWtYYP321 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWtYYP321 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWtYYP321 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWtYYP321 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWtYYP321 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBWtYYP321 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWtYYP321 .navbar.collapsed {
  justify-content: center;
}
.cid-uBWtYYP321 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWtYYP321 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWtYYP321 .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-uBWtYYP321 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWtYYP321 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar {
    min-height: 72px;
  }
  .cid-uBWtYYP321 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWtYYP321 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWtYYP321 .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-uBWtYYP321 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWtYYP321 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWtYYP321 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWtYYP321 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWtYYP321 .dropdown-item.active,
.cid-uBWtYYP321 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWtYYP321 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWtYYP321 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWtYYP321 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWtYYP321 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWtYYP321 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWtYYP321 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWtYYP321 .navbar {
    height: 70px;
  }
  .cid-uBWtYYP321 .navbar.opened {
    height: auto;
  }
  .cid-uBWtYYP321 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWtYYP321 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWtYYP321 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWtYYP321 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBWtYYP321 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWtYYP321 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEGZcrPpVK {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/portada-web-pp-2025-2000x1217.jpg");
}
.cid-uEGZcrPpVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGZcrPpVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uEGZcrPpVK .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f0f0f0;
}
.cid-uEGZcrPpVK .mbr-section-title {
  color: #9161ad;
  text-align: center;
}
.cid-uEGZcrPpVK .mbr-text {
  color: #9161ad;
  text-align: justify;
}
.cid-uEGZcrPpVK .mbr-section-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  justify-items: center;
}
.cid-uEGZcrPpVK .mbr-section-btn a {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uEGZcrPpVK .mbr-section-btn {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .cid-uEGZcrPpVK .mbr-section-btn {
    grid-template-columns: 1fr;
  }
}
.cid-uEGZcrPpVK .caja {
  background-color: rgba(158, 232, 111, 0.5);
}
.cid-uOYhyPqgMc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOYhyPqgMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYhyPqgMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOYgqQyQb6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f0f0f0;
}
.cid-uOYgqQyQb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYgqQyQb6 .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-uOYgqQyQb6 .container {
    padding: 0 22px;
  }
}
.cid-uOYgqQyQb6 .content-wrapper .mbr-text {
  margin-bottom: 0;
  align-item: center;
}
.cid-uOYgqQyQb6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBpGKywJYM {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uBpGKywJYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBpGKywJYM .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-uBpGKywJYM .container {
    padding: 0 22px;
  }
}
.cid-uBpGKywJYM .row {
  justify-content: space-between;
}
.cid-uBpGKywJYM .row .card {
  justify-content: center;
}
.cid-uBpGKywJYM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBpGKywJYM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBpGKywJYM .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uBpGKywJYM .image-wrapper {
  position: relative;
}
.cid-uBpGKywJYM .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uBpGKywJYM .image-wrapper img {
    height: auto;
  }
}
.cid-uBpGKywJYM .mbr-section-title {
  color: #402e59;
}
.cid-uBpGKywJYM .mbr-desc {
  color: #000000;
}
.cid-uBpGKywJYM .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uCawAmCAth {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uCawAmCAth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCawAmCAth .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-uCawAmCAth .container {
    padding: 0 22px;
  }
}
.cid-uCawAmCAth .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCawAmCAth .mbr-text {
  color: #f0f0f0;
  text-align: center;
}
.cid-uCaxkHsbfO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uCaxkHsbfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCaxkHsbfO .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-uCaxkHsbfO .container {
    padding: 0 22px;
  }
}
.cid-uCaxkHsbfO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCaxkHsbfO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFQya8ihNf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fondo-asambleas-vertical-2000x1332.jpg");
}
.cid-uFQya8ihNf .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .cid-uFQya8ihNf .container {
    padding: 0 22px;
  }
}
.cid-uFQya8ihNf .title-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uFQya8ihNf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uFQya8ihNf .etapa {
  background-color: #9ee86f!important;
}
.cid-uFQya8ihNf .fin_etapa {
  background-color: #f9f7fa!important;
}
.cid-uFQya8ihNf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-uFQya8ihNf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFQya8ihNf .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #9e84b0;
}
.cid-uFQya8ihNf .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #b9adc9;
}
.cid-uFQya8ihNf .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #8e84b5;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper {
    padding: 24px;
    background-color: #f9f7fa!important;
  }
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid #7d2464;
  border-radius: 15px;
  width: fit-content;
  background-color: #e2e1e7!important;
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #9461b0;
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-uFQya8ihNf .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFQya8ihNf .embla__button--next,
.cid-uFQya8ihNf .embla__button--prev {
  display: flex;
}
.cid-uFQya8ihNf .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #2e481a !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: auto;
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFQya8ihNf .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uFQya8ihNf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFQya8ihNf .embla__button:hover {
  color: #9461b0 !important;
}
.cid-uFQya8ihNf .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-uFQya8ihNf .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-uFQya8ihNf .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-uFQya8ihNf .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uFQya8ihNf .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uFQya8ihNf .embla {
    padding-bottom: 4rem;
  }
}
.cid-uFQya8ihNf .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uFQya8ihNf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFQya8ihNf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFQya8ihNf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFQya8ihNf .mbr-section-title {
  color: #2e481a;
  text-align: center;
}
.cid-uFQya8ihNf .item-tag {
  color: #2e481a;
  text-align: center;
}
.cid-uFQya8ihNf .item-name {
  color: #000000;
}
.cid-uFQya8ihNf .item-role {
  color: #ffffff;
}
.cid-uFQya8ihNf .item-name,
.cid-uFQya8ihNf .mbr-section-btn {
  text-align: center;
  color: #2e481a;
}
.cid-uG0HJrpsDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uG0HJrpsDF .wrapper {
  line-height: 30px;
}
.cid-uG0HJrpsDF .social {
  display: inline-block;
}
.cid-uG0HJrpsDF .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uG0HJrpsDF .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uG0HJrpsDF .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0HJrpsDF .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uG0HJrpsDF .brand {
  margin-bottom: 10px;
}
.cid-uG0HJrpsDF a {
  font-weight: 700;
}
.cid-uG0HJrpsDF a:hover {
  color: #7d2464 !important;
}
.cid-uG0HJrpsDF .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uG0HJrpsDF .privacy {
  margin-top: 0;
}
.cid-uG0HJrpsDF .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uG0HJrpsDF .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0HJrpsDF .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uBWtYYP321 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWtYYP321 .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;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWtYYP321 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWtYYP321 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWtYYP321 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWtYYP321 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWtYYP321 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWtYYP321 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWtYYP321 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBWtYYP321 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBWtYYP321 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWtYYP321 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .nav-item:focus,
.cid-uBWtYYP321 .nav-link:focus {
  outline: none;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWtYYP321 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWtYYP321 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWtYYP321 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWtYYP321 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWtYYP321 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBWtYYP321 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWtYYP321 .navbar.collapsed {
  justify-content: center;
}
.cid-uBWtYYP321 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWtYYP321 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWtYYP321 .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-uBWtYYP321 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWtYYP321 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar {
    min-height: 72px;
  }
  .cid-uBWtYYP321 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWtYYP321 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWtYYP321 .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-uBWtYYP321 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWtYYP321 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWtYYP321 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWtYYP321 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWtYYP321 .dropdown-item.active,
.cid-uBWtYYP321 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWtYYP321 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWtYYP321 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWtYYP321 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWtYYP321 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWtYYP321 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWtYYP321 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWtYYP321 .navbar {
    height: 70px;
  }
  .cid-uBWtYYP321 .navbar.opened {
    height: auto;
  }
  .cid-uBWtYYP321 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWtYYP321 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWtYYP321 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWtYYP321 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBWtYYP321 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWtYYP321 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uG7ah4NJnJ {
  background-color: #ffffff;
}
.cid-uG7ah4NJnJ header,
.cid-uG7ah4NJnJ .mbr-fallback-image.disabled,
.cid-uG7ah4NJnJ .mbr-overlay,
.cid-uG7ah4NJnJ .topbg {
  display: none;
  background-color: #f7f7f7;
}
.cid-uG7ah4NJnJ .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
}
.cid-uG7ah4NJnJ .mbr-section-title {
  color: #6c4885;
  margin: 0;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-uG7ah4NJnJ .top-left-image,
.cid-uG7ah4NJnJ .bottom-right-image {
  position: absolute;
  width: 180px;
  height: auto;
}
.cid-uG7ah4NJnJ .top-left-image {
  margin-top: 70px;
  top: -90px;
  left: 100px;
}
.cid-uG7ah4NJnJ .bottom-right-image {
  bottom: -480px;
  right: -200px;
}
.cid-uG7ah4NJnJ .mbr-section-btn {
  color: #000000;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-uG7ah4NJnJ .title-container {
    margin-top: 5rem;
  }
  .cid-uG7ah4NJnJ .top-left-image {
    top: -90px;
    left: -160px;
    width: 180px;
  }
  .cid-uG7ah4NJnJ .bottom-right-image {
    bottom: -480px;
    right: -200px;
    width: 180px;
  }
  .cid-uG7ah4NJnJ .mbr-section-title {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uG7ah4NJnJ .title-container {
    margin-top: 3rem;
  }
  .cid-uG7ah4NJnJ .top-left-image {
    top: -60px;
    left: -80px;
    width: 150px;
  }
  .cid-uG7ah4NJnJ .bottom-right-image {
    bottom: -400px;
    right: -120px;
    width: 150px;
  }
  .cid-uG7ah4NJnJ .mbr-section-title {
    font-size: 2.5rem;
  }
  .cid-uG7ah4NJnJ .mbr-section-btn {
    margin-top: 1rem;
  }
  .cid-uG7ah4NJnJ .col-12 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uG7ah4NJnJ .mbr-section-btn a {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-uG7ah4NJnJ .title-container {
    margin-top: 2rem;
  }
  .cid-uG7ah4NJnJ .top-left-image {
    top: 70px;
    left: -50px;
    width: 120px;
  }
  .cid-uG7ah4NJnJ .bottom-right-image {
    bottom: -300px;
    right: -50px;
    width: 120px;
  }
  .cid-uG7ah4NJnJ .mbr-section-title {
    font-size: 2rem;
  }
}
.cid-uG7ah4NJnJ .mich {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
}
.cid-uG7ah4NJnJ a {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  color: #264d0c;
  text-decoration: none;
}
.cid-uG7ah4NJnJ .centered {
  position: relative;
  top: 100%;
  transform: translate(0%, 0%);
}
.cid-uG7ah4NJnJ .h-button {
  background: #9fe870;
  padding: 20px;
  width: 300px;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
}
.cid-uG7ah4NJnJ .h-button span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  min-width: 0.3em;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  transform: translate(0, -20px);
}
.cid-uG7ah4NJnJ .h-button:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  text-transform: uppercase;
  letter-spacing: 3.5px;
  opacity: 1;
  transform: translate(0, 0px);
}
.cid-uG7ah4NJnJ .h-button:hover:before,
.cid-uG7ah4NJnJ .h-button:focus:before {
  opacity: 0;
  transform: translate(0, 20px);
}
.cid-uG7ah4NJnJ .h-button:hover span,
.cid-uG7ah4NJnJ .h-button:focus span {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-uG7ah4NJnJ .h-button:hover span:nth-child(1),
.cid-uG7ah4NJnJ .h-button:focus span:nth-child(1) {
  transition-delay: 0.025s;
}
.cid-uG7ah4NJnJ .h-button:hover span:nth-child(2),
.cid-uG7ah4NJnJ .h-button:focus span:nth-child(2) {
  transition-delay: 0.05s;
}
.cid-uG7ah4NJnJ .h-button:hover span:nth-child(3),
.cid-uG7ah4NJnJ .h-button:focus span:nth-child(3) {
  transition-delay: 0.075s;
}
.cid-uG7ah4NJnJ .h-button:hover span:nth-child(4),
.cid-uG7ah4NJnJ .h-button:focus span:nth-child(4) {
  transition-delay: 0.1s;
}
.cid-uG7ah4NJnJ .h-button:hover span:nth-child(5),
.cid-uG7ah4NJnJ .h-button:focus span:nth-child(5) {
  transition-delay: 0.125s;
}
.cid-uG7ah4NJnJ .h-button:hover span:nth-child(6),
.cid-uG7ah4NJnJ .h-button:focus span:nth-child(6) {
  transition-delay: 0.15s;
}
.cid-uG1Z3X3jaZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uG1Z3X3jaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1Z3X3jaZ .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-uG1Z3X3jaZ .container {
    padding: 0 22px;
  }
}
.cid-uG1Z3X3jaZ .row {
  justify-content: space-between;
}
.cid-uG1Z3X3jaZ .row .card {
  justify-content: center;
}
.cid-uG1Z3X3jaZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uG1Z3X3jaZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uG1Z3X3jaZ .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uG1Z3X3jaZ .image-wrapper {
  position: relative;
}
.cid-uG1Z3X3jaZ .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uG1Z3X3jaZ .image-wrapper img {
    height: auto;
  }
}
.cid-uG1Z3X3jaZ .mbr-section-title {
  color: #402e59;
}
.cid-uG1Z3X3jaZ .mbr-desc {
  color: #000000;
}
.cid-uG1Z3X3jaZ .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uG1Z1k8VH3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9def0;
}
.cid-uG1Z1k8VH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1Z1k8VH3 .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-uG1Z1k8VH3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG1Z1k8VH3 .row {
  flex-direction: row-reverse;
}
.cid-uG1Z1k8VH3 .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uG1Z1k8VH3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uG1Z1k8VH3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uG1Z1k8VH3 .mbr-section-title {
  color: #341063;
  border: none;
  background-color: #9788aa;
  height: 5px;
  text-align: center;
}
.cid-uG1Z1k8VH3 .mbr-text,
.cid-uG1Z1k8VH3 .mbr-section-btn {
  color: #19181a;
  text-align: left;
}
.cid-uG1Z1k8VH3 .fas {
  font-family: "Font Awesome 5 Free", sans-serif !important;
  font-weight: 900 !important;
}
.cid-uG1Z1k8VH3 .col-12 {
  padding: 1rem;
}
.cid-uG1Z1k8VH3 .mbr-texte a {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.cid-uG1Z1k8VH3 .mbr-texte {
  margin-bottom: 0.5rem;
  color: #19181a;
  text-decoration: none;
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.cid-uG1Z29ws6Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG1Z29ws6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1Z29ws6Z .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-uG1Z29ws6Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG1Z29ws6Z .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uG1Z29ws6Z .image-wrapper {
    padding: 1rem;
  }
}
.cid-uG1Z29ws6Z .image:hover {
  -webkit-transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
@media (min-width: 992px) {
  .cid-uG1Z29ws6Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uG1Z29ws6Z .mbr-section-title {
  color: #341063;
}
.cid-uG1Z29ws6Z .mbr-text,
.cid-uG1Z29ws6Z .mbr-section-btn {
  color: #19181a;
  text-align: left;
}
.cid-uG1Z29ws6Z .fas {
  font-family: "Font Awesome 5 Free", sans-serif !important;
  font-weight: 900 !important;
}
.cid-uG1Z29ws6Z .col-12 {
  padding: 1rem;
}
.cid-uG1Z29ws6Z .mbr-texte a,
.cid-uG1Z29ws6Z .card-text {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.cid-uG1Z29ws6Z .mbr-texte {
  margin-bottom: 0.5rem;
  color: #19181a;
  text-decoration: none;
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.cid-uG1Z29ws6Z .row h4 {
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-uG1Z29ws6Z .mbr-texte:hover {
  color: #7f6ca3;
  text-decoration: underline;
}
.cid-uG1Z29ws6Z .no-pointer-events {
  pointer-events: none;
}
.cid-uG1Z29ws6Z .radio {
  background-color: #6943805d;
  width: 45%;
  border-radius: 80%;
}
.cid-uG1Z29ws6Z P {
  text-align: center;
}
.cid-uG1Z29ws6Z .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}
.cid-uG1ZcSwjgv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG1ZcSwjgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1ZcSwjgv .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-uG1ZcSwjgv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG1ZcSwjgv .row {
  flex-direction: row-reverse;
}
.cid-uG1ZcSwjgv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uG1ZcSwjgv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uG1ZcSwjgv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uG1ZcSwjgv .mbr-section-title {
  color: #9161ad;
}
.cid-uG1ZcSwjgv .mbr-text,
.cid-uG1ZcSwjgv .mbr-section-btn {
  color: #232323;
}
.cid-uG0HJrpsDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uG0HJrpsDF .wrapper {
  line-height: 30px;
}
.cid-uG0HJrpsDF .social {
  display: inline-block;
}
.cid-uG0HJrpsDF .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uG0HJrpsDF .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uG0HJrpsDF .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0HJrpsDF .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uG0HJrpsDF .brand {
  margin-bottom: 10px;
}
.cid-uG0HJrpsDF a {
  font-weight: 700;
}
.cid-uG0HJrpsDF a:hover {
  color: #7d2464 !important;
}
.cid-uG0HJrpsDF .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uG0HJrpsDF .privacy {
  margin-top: 0;
}
.cid-uG0HJrpsDF .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uG0HJrpsDF .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0HJrpsDF .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uBWtYYP321 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWtYYP321 .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;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWtYYP321 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWtYYP321 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWtYYP321 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWtYYP321 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWtYYP321 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWtYYP321 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWtYYP321 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBWtYYP321 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBWtYYP321 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWtYYP321 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .nav-item:focus,
.cid-uBWtYYP321 .nav-link:focus {
  outline: none;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWtYYP321 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWtYYP321 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWtYYP321 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWtYYP321 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWtYYP321 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBWtYYP321 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWtYYP321 .navbar.collapsed {
  justify-content: center;
}
.cid-uBWtYYP321 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWtYYP321 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWtYYP321 .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-uBWtYYP321 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWtYYP321 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar {
    min-height: 72px;
  }
  .cid-uBWtYYP321 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWtYYP321 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWtYYP321 .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-uBWtYYP321 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWtYYP321 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWtYYP321 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWtYYP321 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWtYYP321 .dropdown-item.active,
.cid-uBWtYYP321 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWtYYP321 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWtYYP321 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWtYYP321 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWtYYP321 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWtYYP321 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWtYYP321 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWtYYP321 .navbar {
    height: 70px;
  }
  .cid-uBWtYYP321 .navbar.opened {
    height: auto;
  }
  .cid-uBWtYYP321 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWtYYP321 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWtYYP321 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWtYYP321 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBWtYYP321 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWtYYP321 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBjCLiHkFC {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBjCLiHkFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBjCLiHkFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uBjCLiHkFC .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uBjCLiHkFC .mbr-section-title {
  color: #9e84b0;
}
.cid-uBjCLiHkFC .mbr-text,
.cid-uBjCLiHkFC .mbr-section-btn {
  color: #473d6d;
  text-align: justify;
}
.cid-uC5AHZhxYh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uC5AHZhxYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5AHZhxYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5AHZhxYh .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uC5AHZhxYh .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uC5AHZhxYh .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC5AHZhxYh .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uC5AHZhxYh .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uC5AHZhxYh .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uC5AHZhxYh .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uC5AHZhxYh .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uC5AHZhxYh .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC5AHZhxYh .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uC5AHZhxYh .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uC5AHZhxYh .mbr-section-title,
.cid-uC5AHZhxYh .mbr-section-btn {
  color: #9161ad;
}
.cid-uBjYgecnJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uBjYgecnJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBjYgecnJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBjYgecnJh .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBjYgecnJh .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uBjYgecnJh .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uBjYgecnJh .mbr-text,
.cid-uBjYgecnJh .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uBjYgecnJh .card-title,
.cid-uBjYgecnJh .card-box {
  text-align: left;
  color: #9e84b0;
}
.cid-uFUl9crTpl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uFUl9crTpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUl9crTpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUl9crTpl .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFUl9crTpl .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFUl9crTpl .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFUl9crTpl .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFUl9crTpl .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFUl9crTpl .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFUl9crTpl .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFUl9crTpl .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFUl9crTpl .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFUl9crTpl .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFUl9crTpl .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uFUl9crTpl .mbr-section-title,
.cid-uFUl9crTpl .mbr-section-btn {
  color: #9e84b0;
}
.cid-uFUl9crTpl .mbr-text,
.cid-uFUl9crTpl .mbr-section-btn {
  color: #000000;
  text-align: left;
  align-items: center;
}
.cid-uC9h9az19x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uC9h9az19x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9h9az19x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9h9az19x .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uC9h9az19x .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uC9h9az19x .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC9h9az19x .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uC9h9az19x .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uC9h9az19x .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uC9h9az19x .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uC9h9az19x .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uC9h9az19x .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC9h9az19x .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uC9h9az19x .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uC9h9az19x .mbr-section-title,
.cid-uC9h9az19x .mbr-section-btn {
  color: #9161ad;
}
.cid-uBk0tJeVmG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uBk0tJeVmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk0tJeVmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBk0tJeVmG .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBk0tJeVmG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uBk0tJeVmG .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uBk0tJeVmG .mbr-text,
.cid-uBk0tJeVmG .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uBk0tJeVmG .card-title,
.cid-uBk0tJeVmG .card-box {
  text-align: left;
  color: #9e84b0;
}
.cid-uFUooZool1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uFUooZool1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUooZool1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUooZool1 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFUooZool1 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFUooZool1 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFUooZool1 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFUooZool1 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFUooZool1 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFUooZool1 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFUooZool1 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFUooZool1 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFUooZool1 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFUooZool1 .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uFUooZool1 .mbr-section-title,
.cid-uFUooZool1 .mbr-section-btn {
  color: #9e84b0;
}
.cid-uFUooZool1 .mbr-text,
.cid-uFUooZool1 .mbr-section-btn {
  color: #000000;
  text-align: left;
  align-items: center;
}
.cid-uFUoMrxiQ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uFUoMrxiQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUoMrxiQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUoMrxiQ2 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFUoMrxiQ2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uFUoMrxiQ2 .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uFUoMrxiQ2 .mbr-text,
.cid-uFUoMrxiQ2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFUoMrxiQ2 .card-title,
.cid-uFUoMrxiQ2 .card-box {
  text-align: left;
  color: #9e84b0;
}
.cid-uG0HJrpsDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uG0HJrpsDF .wrapper {
  line-height: 30px;
}
.cid-uG0HJrpsDF .social {
  display: inline-block;
}
.cid-uG0HJrpsDF .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uG0HJrpsDF .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uG0HJrpsDF .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0HJrpsDF .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uG0HJrpsDF .brand {
  margin-bottom: 10px;
}
.cid-uG0HJrpsDF a {
  font-weight: 700;
}
.cid-uG0HJrpsDF a:hover {
  color: #7d2464 !important;
}
.cid-uG0HJrpsDF .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uG0HJrpsDF .privacy {
  margin-top: 0;
}
.cid-uG0HJrpsDF .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uG0HJrpsDF .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0HJrpsDF .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uBWtYYP321 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWtYYP321 .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;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWtYYP321 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWtYYP321 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWtYYP321 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWtYYP321 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWtYYP321 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWtYYP321 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWtYYP321 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBWtYYP321 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBWtYYP321 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWtYYP321 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .nav-item:focus,
.cid-uBWtYYP321 .nav-link:focus {
  outline: none;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWtYYP321 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWtYYP321 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWtYYP321 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWtYYP321 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWtYYP321 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBWtYYP321 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWtYYP321 .navbar.collapsed {
  justify-content: center;
}
.cid-uBWtYYP321 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWtYYP321 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWtYYP321 .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-uBWtYYP321 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWtYYP321 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar {
    min-height: 72px;
  }
  .cid-uBWtYYP321 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWtYYP321 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWtYYP321 .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-uBWtYYP321 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWtYYP321 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWtYYP321 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWtYYP321 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWtYYP321 .dropdown-item.active,
.cid-uBWtYYP321 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWtYYP321 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWtYYP321 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWtYYP321 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWtYYP321 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWtYYP321 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWtYYP321 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWtYYP321 .navbar {
    height: 70px;
  }
  .cid-uBWtYYP321 .navbar.opened {
    height: auto;
  }
  .cid-uBWtYYP321 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWtYYP321 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWtYYP321 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWtYYP321 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBWtYYP321 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWtYYP321 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEIvF8yJsX {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEIvF8yJsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEIvF8yJsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uEIvF8yJsX .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uEIvF8yJsX .mbr-section-title {
  color: #9161ad;
}
.cid-uEIvF8yJsX .mbr-text,
.cid-uEIvF8yJsX .mbr-section-btn {
  color: #8e84b5;
  text-align: center;
}
.cid-uEIvNIG1vK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uEIvNIG1vK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEIvNIG1vK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEIvNIG1vK .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEIvNIG1vK .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uEIvNIG1vK .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEIvNIG1vK .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uEIvNIG1vK .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uEIvNIG1vK .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uEIvNIG1vK .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEIvNIG1vK .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uEIvNIG1vK .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEIvNIG1vK .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uEIvNIG1vK .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uEIvNIG1vK .mbr-section-title,
.cid-uEIvNIG1vK .mbr-section-btn {
  color: #9161ad;
}
.cid-uGMPnqqSv3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uGMPnqqSv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGMPnqqSv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uGMPnqqSv3 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f7f7f7;
}
.cid-uGMPnqqSv3 .mbr-section-title {
  color: #ffffff;
}
.cid-uGMPnqqSv3 .mbr-text,
.cid-uGMPnqqSv3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uGMPnqqSv3 .contenedor-boton {
  text-align: center;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
}
.cid-uGMPnqqSv3 .boton-registro {
  display: inline-block;
  padding: 30px 22px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #9161ad;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cid-uGMPnqqSv3 .boton-registro:hover {
  background-color: #fff;
  color: #5a2d66;
  border: 2px solid #5a2d66;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uCaIa6y2wr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uCaIa6y2wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCaIa6y2wr .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-uCaIa6y2wr .container {
    padding: 0 22px;
  }
}
.cid-uCaIa6y2wr .row {
  justify-content: space-between;
}
.cid-uCaIa6y2wr .row .card {
  justify-content: center;
}
.cid-uCaIa6y2wr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCaIa6y2wr .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uCaIa6y2wr .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uCaIa6y2wr .image-wrapper {
  position: relative;
}
.cid-uCaIa6y2wr .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uCaIa6y2wr .image-wrapper img {
    height: auto;
  }
}
.cid-uCaIa6y2wr .mbr-section-title {
  color: #402e59;
}
.cid-uCaIa6y2wr .mbr-desc {
  color: #000000;
}
.cid-uCaIa6y2wr .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uCaIlzv8uY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uCaIlzv8uY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCaIlzv8uY .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-uCaIlzv8uY .container {
    padding: 0 22px;
  }
}
.cid-uCaIlzv8uY .row {
  justify-content: space-between;
}
.cid-uCaIlzv8uY .row .card {
  justify-content: center;
}
.cid-uCaIlzv8uY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCaIlzv8uY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uCaIlzv8uY .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uCaIlzv8uY .image-wrapper {
  position: relative;
}
.cid-uCaIlzv8uY .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uCaIlzv8uY .image-wrapper img {
    height: auto;
  }
}
.cid-uCaIlzv8uY .mbr-section-title {
  color: #402e59;
}
.cid-uCaIlzv8uY .mbr-desc {
  color: #000000;
}
.cid-uCaIlzv8uY .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uG0HJrpsDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uG0HJrpsDF .wrapper {
  line-height: 30px;
}
.cid-uG0HJrpsDF .social {
  display: inline-block;
}
.cid-uG0HJrpsDF .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uG0HJrpsDF .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uG0HJrpsDF .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0HJrpsDF .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uG0HJrpsDF .brand {
  margin-bottom: 10px;
}
.cid-uG0HJrpsDF a {
  font-weight: 700;
}
.cid-uG0HJrpsDF a:hover {
  color: #7d2464 !important;
}
.cid-uG0HJrpsDF .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uG0HJrpsDF .privacy {
  margin-top: 0;
}
.cid-uG0HJrpsDF .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uG0HJrpsDF .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0HJrpsDF .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uBWtYYP321 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWtYYP321 .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;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWtYYP321 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWtYYP321 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWtYYP321 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWtYYP321 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWtYYP321 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWtYYP321 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWtYYP321 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBWtYYP321 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBWtYYP321 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWtYYP321 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .nav-item:focus,
.cid-uBWtYYP321 .nav-link:focus {
  outline: none;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWtYYP321 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWtYYP321 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWtYYP321 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWtYYP321 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWtYYP321 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBWtYYP321 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWtYYP321 .navbar.collapsed {
  justify-content: center;
}
.cid-uBWtYYP321 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWtYYP321 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWtYYP321 .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-uBWtYYP321 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWtYYP321 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar {
    min-height: 72px;
  }
  .cid-uBWtYYP321 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWtYYP321 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWtYYP321 .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-uBWtYYP321 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWtYYP321 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWtYYP321 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWtYYP321 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWtYYP321 .dropdown-item.active,
.cid-uBWtYYP321 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWtYYP321 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWtYYP321 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWtYYP321 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWtYYP321 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWtYYP321 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWtYYP321 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWtYYP321 .navbar {
    height: 70px;
  }
  .cid-uBWtYYP321 .navbar.opened {
    height: auto;
  }
  .cid-uBWtYYP321 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWtYYP321 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWtYYP321 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWtYYP321 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBWtYYP321 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWtYYP321 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBk1VivUub {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBk1VivUub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBk1VivUub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uBk1VivUub .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uBk1VivUub .mbr-section-title {
  color: #6c4885;
}
.cid-uBk1VivUub .mbr-text,
.cid-uBk1VivUub .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uBWxMA6E5C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uBWxMA6E5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWxMA6E5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWxMA6E5C .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uBWxMA6E5C .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uBWxMA6E5C .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBWxMA6E5C .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uBWxMA6E5C .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uBWxMA6E5C .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uBWxMA6E5C .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBWxMA6E5C .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBWxMA6E5C .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBWxMA6E5C .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uBWxMA6E5C .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uBWxMA6E5C .mbr-section-title,
.cid-uBWxMA6E5C .mbr-section-btn {
  color: #9161ad;
}
.cid-uG0SeWY74C {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uG0SeWY74C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0SeWY74C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0SeWY74C .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uG0SeWY74C .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uG0SeWY74C .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uG0SeWY74C .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uG0SeWY74C .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uG0SeWY74C .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uG0SeWY74C .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG0SeWY74C .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uG0SeWY74C .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG0SeWY74C .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uG0SeWY74C .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uG0SeWY74C .mbr-section-title,
.cid-uG0SeWY74C .mbr-section-btn {
  color: #9161ad;
}
.cid-uG1Nv3e78G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG1Nv3e78G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1Nv3e78G .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-uG1Nv3e78G .container {
    padding: 0 22px;
  }
}
.cid-uG1Nv3e78G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG1Nv3e78G .mbr-text {
  color: #6c4885;
  text-align: center;
}
.cid-uBWyKk7fBn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uBWyKk7fBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWyKk7fBn .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-uBWyKk7fBn .container {
    padding: 0 24px;
  }
}
.cid-uBWyKk7fBn .row {
  justify-content: center;
}
.cid-uBWyKk7fBn .tabs-wrapper {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBWyKk7fBn .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBWyKk7fBn .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  border-radius: 40px;
  background-color: #8e84b5;
}
.cid-uBWyKk7fBn .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 8px;
}
.cid-uBWyKk7fBn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  min-width: 310px;
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uBWyKk7fBn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-width: 225px;
  }
}
.cid-uBWyKk7fBn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #9161ad;
}
.cid-uBWyKk7fBn .tab-content .tab-pane .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBWyKk7fBn .tab-content .tab-pane .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uBWyKk7fBn .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBWyKk7fBn .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uBWyKk7fBn .tab-content .tab-pane .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  text-align: justify;
}
.cid-uBWyKk7fBn .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uGMOthb6NM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uGMOthb6NM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGMOthb6NM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGMOthb6NM .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGMOthb6NM .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 991px) {
  .cid-uGMOthb6NM .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGMOthb6NM .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uGMOthb6NM .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uGMOthb6NM .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 85%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uGMOthb6NM .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uGMOthb6NM .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGMOthb6NM .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uGMOthb6NM .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGMOthb6NM .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uGMOthb6NM .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uGMOthb6NM .mbr-section-title,
.cid-uGMOthb6NM .mbr-section-btn {
  color: #9161ad;
}
.cid-uGMOthb6NM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uGMOthb6NM .text-wrapper {
    padding: 0 2rem 0 0;
  }
}
.cid-uGMOthb6NM .imagen-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.cid-uGMOthb6NM .imagen-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uGMOthb6NM .imagen-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem;
    max-width: 50%;
  }
  .cid-uGMOthb6NM .img-fluid {
    max-width: 50%;
    height: auto;
  }
}
.cid-uGMOthb6NM H1 {
  text-align: right;
}
@media (max-width: 420px) {
  .cid-uGMOthb6NM .mbr-section-title {
    font-size: 1.25rem;
  }
}
.cid-uGMOthb6NM .w-100 {
  width: 100% !important;
}
.cid-uG0HJrpsDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uG0HJrpsDF .wrapper {
  line-height: 30px;
}
.cid-uG0HJrpsDF .social {
  display: inline-block;
}
.cid-uG0HJrpsDF .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uG0HJrpsDF .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uG0HJrpsDF .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0HJrpsDF .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uG0HJrpsDF .brand {
  margin-bottom: 10px;
}
.cid-uG0HJrpsDF a {
  font-weight: 700;
}
.cid-uG0HJrpsDF a:hover {
  color: #7d2464 !important;
}
.cid-uG0HJrpsDF .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uG0HJrpsDF .privacy {
  margin-top: 0;
}
.cid-uG0HJrpsDF .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uG0HJrpsDF .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0HJrpsDF .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uBWtYYP321 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWtYYP321 .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;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWtYYP321 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWtYYP321 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWtYYP321 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWtYYP321 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWtYYP321 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWtYYP321 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWtYYP321 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBWtYYP321 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBWtYYP321 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWtYYP321 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .nav-item:focus,
.cid-uBWtYYP321 .nav-link:focus {
  outline: none;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWtYYP321 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWtYYP321 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWtYYP321 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWtYYP321 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWtYYP321 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBWtYYP321 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWtYYP321 .navbar.collapsed {
  justify-content: center;
}
.cid-uBWtYYP321 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWtYYP321 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWtYYP321 .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-uBWtYYP321 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWtYYP321 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar {
    min-height: 72px;
  }
  .cid-uBWtYYP321 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWtYYP321 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWtYYP321 .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-uBWtYYP321 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWtYYP321 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWtYYP321 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWtYYP321 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWtYYP321 .dropdown-item.active,
.cid-uBWtYYP321 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWtYYP321 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWtYYP321 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWtYYP321 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWtYYP321 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWtYYP321 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWtYYP321 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWtYYP321 .navbar {
    height: 70px;
  }
  .cid-uBWtYYP321 .navbar.opened {
    height: auto;
  }
  .cid-uBWtYYP321 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWtYYP321 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWtYYP321 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWtYYP321 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBWtYYP321 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWtYYP321 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBvj7Elfnh {
  background-image: url("../../../assets/images/001.-infografias-cpp-001.-convocatoria-2000x2000.png");
}
.cid-uBvj7Elfnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvj7Elfnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uBvj7Elfnh .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f7f7f7;
}
.cid-uBvj7Elfnh .mbr-section-title {
  color: #fff;
  text-align: center;
  background-color: #4f4087d0;
  border-radius: 20px;
  height: 25%;
}
.cid-uBvj7Elfnh .mbr-text,
.cid-uBvj7Elfnh .mbr-section-btn {
  color: #000000;
}
.cid-uENrg96EFW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uENrg96EFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uENrg96EFW .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-uENrg96EFW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uENrg96EFW .row {
  flex-direction: row-reverse;
}
.cid-uENrg96EFW .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uENrg96EFW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uENrg96EFW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uENrg96EFW .mbr-section-title {
  color: #f0f0f0;
}
.cid-uENrg96EFW .mbr-text,
.cid-uENrg96EFW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uENrg96EFW .fas {
  font-family: "Font Awesome 5 Free", sans-serif !important;
  font-weight: 900 !important;
}
.cid-uENrg96EFW .col-12 {
  padding: 1rem;
}
.cid-uENrg96EFW .mbr-texte a {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.cid-uENrg96EFW .mbr-texte {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.cid-uENrg96EFW .row h4 {
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-uENrg96EFW .mbr-texte:hover {
  color: #3c0f40;
}
.cid-uENrg96EFW .no-pointer-events {
  pointer-events: none;
}
.cid-uBZ8DoEY46 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uBZ8DoEY46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBZ8DoEY46 .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-uBZ8DoEY46 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBZ8DoEY46 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBZ8DoEY46 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBZ8DoEY46 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBZ8DoEY46 .mbr-section-title {
  color: #ffffff;
}
.cid-uBZ8DoEY46 .mbr-text,
.cid-uBZ8DoEY46 .mbr-section-btn {
  color: #ffffff;
}
.cid-uBZ8DoEY46 .mbr-texte a {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.cid-uBZ8DoEY46 .mbr-texte {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.cid-uBZ8DoEY46 .row h4 {
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-uBZ8DoEY46 .mbr-texte:hover {
  color: #3c0f40;
}
.cid-uBZ8DoEY46 .no-pointer-events {
  pointer-events: none;
}
.cid-uBZ9fqrFpB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uBZ9fqrFpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBZ9fqrFpB .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-uBZ9fqrFpB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBZ9fqrFpB .row {
  flex-direction: row-reverse;
}
.cid-uBZ9fqrFpB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBZ9fqrFpB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBZ9fqrFpB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBZ9fqrFpB .mbr-section-title {
  color: #ffffff;
}
.cid-uBZ9fqrFpB .mbr-text,
.cid-uBZ9fqrFpB .mbr-section-btn {
  color: #ffffff;
}
.cid-uBZ9fqrFpB .mbr-texte a {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.cid-uBZ9fqrFpB .mbr-texte {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.cid-uBZ9fqrFpB .row h4 {
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-uBZ9fqrFpB .mbr-texte:hover {
  color: #3c0f40;
}
.cid-uBZ9fqrFpB .no-pointer-events {
  pointer-events: none;
}
.cid-uBZab0nMEU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uBZab0nMEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBZab0nMEU .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-uBZab0nMEU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBZab0nMEU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBZab0nMEU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBZab0nMEU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBZab0nMEU .mbr-section-title {
  color: #ffffff;
}
.cid-uBZab0nMEU .mbr-text,
.cid-uBZab0nMEU .mbr-section-btn {
  color: #ffffff;
}
.cid-uG0HJrpsDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uG0HJrpsDF .wrapper {
  line-height: 30px;
}
.cid-uG0HJrpsDF .social {
  display: inline-block;
}
.cid-uG0HJrpsDF .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uG0HJrpsDF .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uG0HJrpsDF .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0HJrpsDF .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uG0HJrpsDF .brand {
  margin-bottom: 10px;
}
.cid-uG0HJrpsDF a {
  font-weight: 700;
}
.cid-uG0HJrpsDF a:hover {
  color: #7d2464 !important;
}
.cid-uG0HJrpsDF .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uG0HJrpsDF .privacy {
  margin-top: 0;
}
.cid-uG0HJrpsDF .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uG0HJrpsDF .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0HJrpsDF .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uBWtYYP321 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWtYYP321 .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;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWtYYP321 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWtYYP321 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWtYYP321 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWtYYP321 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWtYYP321 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWtYYP321 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWtYYP321 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWtYYP321 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBWtYYP321 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBWtYYP321 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWtYYP321 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uBWtYYP321 .nav-item:focus,
.cid-uBWtYYP321 .nav-link:focus {
  outline: none;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWtYYP321 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWtYYP321 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWtYYP321 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWtYYP321 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWtYYP321 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWtYYP321 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWtYYP321 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBWtYYP321 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWtYYP321 .navbar.collapsed {
  justify-content: center;
}
.cid-uBWtYYP321 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWtYYP321 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWtYYP321 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWtYYP321 .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-uBWtYYP321 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWtYYP321 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWtYYP321 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWtYYP321 .navbar {
    min-height: 72px;
  }
  .cid-uBWtYYP321 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWtYYP321 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWtYYP321 .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-uBWtYYP321 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWtYYP321 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWtYYP321 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWtYYP321 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWtYYP321 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWtYYP321 .dropdown-item.active,
.cid-uBWtYYP321 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWtYYP321 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWtYYP321 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uBWtYYP321 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWtYYP321 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWtYYP321 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWtYYP321 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWtYYP321 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWtYYP321 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWtYYP321 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWtYYP321 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWtYYP321 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWtYYP321 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWtYYP321 .navbar {
    height: 70px;
  }
  .cid-uBWtYYP321 .navbar.opened {
    height: auto;
  }
  .cid-uBWtYYP321 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWtYYP321 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWtYYP321 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWtYYP321 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWtYYP321 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uBWtYYP321 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWtYYP321 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWtYYP321 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWtYYP321 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWtYYP321 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBkbQ6hO3B {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ashley.jpg-1-2000x2667.jpeg");
}
.cid-uBkbQ6hO3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBkbQ6hO3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uBkbQ6hO3B .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f7f7f7;
}
.cid-uBkbQ6hO3B .mbr-section-title {
  color: #ffffff;
}
.cid-uBkbQ6hO3B .mbr-text,
.cid-uBkbQ6hO3B .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uBkbQ6hO3B .contenedor-boton {
  text-align: center;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
}
.cid-uBkbQ6hO3B .boton-registro {
  display: inline-block;
  padding: 30px 22px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #5a2d66;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cid-uBkbQ6hO3B .boton-registro:hover {
  background-color: #fff;
  color: #5a2d66;
  border: 2px solid #5a2d66;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uEI5Sv6Js4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uEI5Sv6Js4 .video-wrapper iframe {
  width: 100%;
}
.cid-uEI5Sv6Js4 .mbr-section-title,
.cid-uEI5Sv6Js4 .mbr-section-subtitle,
.cid-uEI5Sv6Js4 .mbr-text {
  text-align: center;
}
.cid-uFUa8uB2QX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uFUa8uB2QX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUa8uB2QX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUa8uB2QX .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFUa8uB2QX .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFUa8uB2QX .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFUa8uB2QX .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFUa8uB2QX .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f0f0f0;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFUa8uB2QX .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFUa8uB2QX .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFUa8uB2QX .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFUa8uB2QX .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFUa8uB2QX .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFUa8uB2QX .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uFUa8uB2QX .mbr-section-title,
.cid-uFUa8uB2QX .mbr-section-btn {
  color: #9161ad;
}
.cid-uC9g4dzaC3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uC9g4dzaC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9g4dzaC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9g4dzaC3 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uC9g4dzaC3 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uC9g4dzaC3 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC9g4dzaC3 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uC9g4dzaC3 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f0f0f0;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uC9g4dzaC3 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uC9g4dzaC3 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uC9g4dzaC3 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uC9g4dzaC3 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC9g4dzaC3 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uC9g4dzaC3 .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uC9g4dzaC3 .mbr-section-title,
.cid-uC9g4dzaC3 .mbr-section-btn {
  color: #9161ad;
}
.cid-uC9gnwFFM6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uC9gnwFFM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9gnwFFM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9gnwFFM6 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uC9gnwFFM6 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uC9gnwFFM6 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC9gnwFFM6 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uC9gnwFFM6 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uC9gnwFFM6 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uC9gnwFFM6 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uC9gnwFFM6 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uC9gnwFFM6 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC9gnwFFM6 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uC9gnwFFM6 .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uC9gnwFFM6 .mbr-section-title,
.cid-uC9gnwFFM6 .mbr-section-btn {
  color: #9161ad;
}
.cid-uBnPeHKek7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uBnPeHKek7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnPeHKek7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uBnPeHKek7 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uBnPeHKek7 .mbr-section-title {
  color: #ffffff;
}
.cid-uBnPeHKek7 .mbr-text,
.cid-uBnPeHKek7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uC9gHiC7cr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uC9gHiC7cr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9gHiC7cr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC9gHiC7cr .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uC9gHiC7cr .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uC9gHiC7cr .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC9gHiC7cr .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uC9gHiC7cr .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uC9gHiC7cr .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uC9gHiC7cr .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uC9gHiC7cr .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uC9gHiC7cr .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC9gHiC7cr .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uC9gHiC7cr .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uC9gHiC7cr .mbr-section-title,
.cid-uC9gHiC7cr .mbr-section-btn {
  color: #9161ad;
}
.cid-uCD9qA9a5g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uCD9qA9a5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCD9qA9a5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCD9qA9a5g .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uCD9qA9a5g .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCD9qA9a5g .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCD9qA9a5g .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uCD9qA9a5g .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uCD9qA9a5g .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uCD9qA9a5g .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCD9qA9a5g .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCD9qA9a5g .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCD9qA9a5g .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uCD9qA9a5g .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uCD9qA9a5g .mbr-section-title,
.cid-uCD9qA9a5g .mbr-section-btn {
  color: #9161ad;
}
.cid-uCaxPCuHq0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uCaxPCuHq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCaxPCuHq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCaxPCuHq0 .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uCaxPCuHq0 .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uCaxPCuHq0 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uCaxPCuHq0 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uCaxPCuHq0 .row {
  flex-direction: row-reverse;
}
.cid-uCaxPCuHq0 .image-wrapper {
  padding: 0 0.75rem;
}
.cid-uCaxPCuHq0 img,
.cid-uCaxPCuHq0 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
.cid-uCaxPCuHq0 .mbr-section-title {
  color: #9161ad;
  text-align: left;
}
.cid-uCaxPCuHq0 .mbr-text {
  color: #000000;
}
.cid-uG0HJrpsDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uG0HJrpsDF .wrapper {
  line-height: 30px;
}
.cid-uG0HJrpsDF .social {
  display: inline-block;
}
.cid-uG0HJrpsDF .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uG0HJrpsDF .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uG0HJrpsDF .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0HJrpsDF .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uG0HJrpsDF .brand {
  margin-bottom: 10px;
}
.cid-uG0HJrpsDF a {
  font-weight: 700;
}
.cid-uG0HJrpsDF a:hover {
  color: #7d2464 !important;
}
.cid-uG0HJrpsDF .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uG0HJrpsDF .privacy {
  margin-top: 0;
}
.cid-uG0HJrpsDF .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uG0HJrpsDF .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0HJrpsDF .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uFVTudVMmm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFVTudVMmm .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;
}
@media (max-width: 767px) {
  .cid-uFVTudVMmm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFVTudVMmm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVTudVMmm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uFVTudVMmm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVTudVMmm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVTudVMmm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFVTudVMmm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uFVTudVMmm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFVTudVMmm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFVTudVMmm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFVTudVMmm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFVTudVMmm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uFVTudVMmm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFVTudVMmm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFVTudVMmm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFVTudVMmm .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFVTudVMmm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uFVTudVMmm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uFVTudVMmm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFVTudVMmm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uFVTudVMmm .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uFVTudVMmm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVTudVMmm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uFVTudVMmm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVTudVMmm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uFVTudVMmm .nav-item:focus,
.cid-uFVTudVMmm .nav-link:focus {
  outline: none;
}
.cid-uFVTudVMmm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVTudVMmm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVTudVMmm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVTudVMmm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVTudVMmm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVTudVMmm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVTudVMmm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFVTudVMmm .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVTudVMmm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVTudVMmm .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVTudVMmm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFVTudVMmm .navbar.collapsed {
  justify-content: center;
}
.cid-uFVTudVMmm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVTudVMmm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVTudVMmm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFVTudVMmm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVTudVMmm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVTudVMmm .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-uFVTudVMmm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVTudVMmm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVTudVMmm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFVTudVMmm .navbar {
    min-height: 72px;
  }
  .cid-uFVTudVMmm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFVTudVMmm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVTudVMmm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVTudVMmm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVTudVMmm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVTudVMmm .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-uFVTudVMmm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVTudVMmm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFVTudVMmm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVTudVMmm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFVTudVMmm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFVTudVMmm .dropdown-item.active,
.cid-uFVTudVMmm .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVTudVMmm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVTudVMmm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVTudVMmm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVTudVMmm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uFVTudVMmm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFVTudVMmm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFVTudVMmm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVTudVMmm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFVTudVMmm .navbar-buttons {
    text-align: left;
  }
}
.cid-uFVTudVMmm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVTudVMmm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVTudVMmm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVTudVMmm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVTudVMmm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVTudVMmm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVTudVMmm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVTudVMmm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVTudVMmm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVTudVMmm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVTudVMmm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFVTudVMmm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVTudVMmm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFVTudVMmm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVTudVMmm .navbar {
    height: 70px;
  }
  .cid-uFVTudVMmm .navbar.opened {
    height: auto;
  }
  .cid-uFVTudVMmm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFVTudVMmm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFVTudVMmm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFVTudVMmm .navbar-brand {
    margin-right: auto;
  }
  .cid-uFVTudVMmm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uFVTudVMmm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFVTudVMmm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFVTudVMmm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFVTudVMmm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFVTudVMmm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFVTuesOAE {
  background-color: #ffffff;
}
.cid-uFVTuesOAE header,
.cid-uFVTuesOAE .mbr-fallback-image.disabled,
.cid-uFVTuesOAE .mbr-overlay,
.cid-uFVTuesOAE .topbg {
  display: none;
  background-color: #f7f7f7;
}
.cid-uFVTuesOAE .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
}
.cid-uFVTuesOAE .mbr-section-title {
  color: #6c4885;
  margin: 0;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-uFVTuesOAE .top-left-image,
.cid-uFVTuesOAE .bottom-right-image {
  position: absolute;
  width: 180px;
  height: auto;
}
.cid-uFVTuesOAE .top-left-image {
  margin-top: 70px;
  top: -90px;
  left: 100px;
}
.cid-uFVTuesOAE .bottom-right-image {
  bottom: -480px;
  right: -200px;
}
.cid-uFVTuesOAE .mbr-section-btn {
  color: #000000;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-uFVTuesOAE .title-container {
    margin-top: 5rem;
  }
  .cid-uFVTuesOAE .top-left-image {
    top: -90px;
    left: -160px;
    width: 180px;
  }
  .cid-uFVTuesOAE .bottom-right-image {
    bottom: -480px;
    right: -200px;
    width: 180px;
  }
  .cid-uFVTuesOAE .mbr-section-title {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uFVTuesOAE .title-container {
    margin-top: 3rem;
  }
  .cid-uFVTuesOAE .top-left-image {
    top: -60px;
    left: -80px;
    width: 150px;
  }
  .cid-uFVTuesOAE .bottom-right-image {
    bottom: -400px;
    right: -120px;
    width: 150px;
  }
  .cid-uFVTuesOAE .mbr-section-title {
    font-size: 2.5rem;
  }
  .cid-uFVTuesOAE .mbr-section-btn {
    margin-top: 1rem;
  }
  .cid-uFVTuesOAE .col-12 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uFVTuesOAE .mbr-section-btn a {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-uFVTuesOAE .title-container {
    margin-top: 2rem;
  }
  .cid-uFVTuesOAE .top-left-image {
    top: 70px;
    left: -50px;
    width: 120px;
  }
  .cid-uFVTuesOAE .bottom-right-image {
    bottom: -300px;
    right: -50px;
    width: 120px;
  }
  .cid-uFVTuesOAE .mbr-section-title {
    font-size: 2rem;
  }
}
.cid-uFVTuesOAE .mich {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
}
.cid-uFVTuesOAE a {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  color: #264d0c;
  text-decoration: none;
}
.cid-uFVTuesOAE .centered {
  position: relative;
  top: 100%;
  transform: translate(0%, 0%);
}
.cid-uFVTuesOAE .h-button {
  background: #9fe870;
  padding: 20px;
  width: 300px;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
}
.cid-uFVTuesOAE .h-button span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  min-width: 0.3em;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  transform: translate(0, -20px);
}
.cid-uFVTuesOAE .h-button:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  text-transform: uppercase;
  letter-spacing: 3.5px;
  opacity: 1;
  transform: translate(0, 0px);
}
.cid-uFVTuesOAE .h-button:hover:before,
.cid-uFVTuesOAE .h-button:focus:before {
  opacity: 0;
  transform: translate(0, 20px);
}
.cid-uFVTuesOAE .h-button:hover span,
.cid-uFVTuesOAE .h-button:focus span {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-uFVTuesOAE .h-button:hover span:nth-child(1),
.cid-uFVTuesOAE .h-button:focus span:nth-child(1) {
  transition-delay: 0.025s;
}
.cid-uFVTuesOAE .h-button:hover span:nth-child(2),
.cid-uFVTuesOAE .h-button:focus span:nth-child(2) {
  transition-delay: 0.05s;
}
.cid-uFVTuesOAE .h-button:hover span:nth-child(3),
.cid-uFVTuesOAE .h-button:focus span:nth-child(3) {
  transition-delay: 0.075s;
}
.cid-uFVTuesOAE .h-button:hover span:nth-child(4),
.cid-uFVTuesOAE .h-button:focus span:nth-child(4) {
  transition-delay: 0.1s;
}
.cid-uFVTuesOAE .h-button:hover span:nth-child(5),
.cid-uFVTuesOAE .h-button:focus span:nth-child(5) {
  transition-delay: 0.125s;
}
.cid-uFVTuesOAE .h-button:hover span:nth-child(6),
.cid-uFVTuesOAE .h-button:focus span:nth-child(6) {
  transition-delay: 0.15s;
}
.cid-uFVTueWQHl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFVTueWQHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVTueWQHl .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-uFVTueWQHl .container {
    padding: 0 22px;
  }
}
.cid-uFVTueWQHl .row {
  justify-content: space-between;
}
.cid-uFVTueWQHl .row .card {
  justify-content: center;
}
.cid-uFVTueWQHl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFVTueWQHl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uFVTueWQHl .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uFVTueWQHl .image-wrapper {
  position: relative;
}
.cid-uFVTueWQHl .image-wrapper img {
  height: auto;
  object-fit: cover;
  border-radius: 5rem 0 5rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uFVTueWQHl .image-wrapper img {
    height: auto;
  }
}
.cid-uFVTueWQHl .mbr-section-title {
  color: #402e59;
}
.cid-uFVTueWQHl .mbr-desc {
  color: #000000;
}
.cid-uFVTueWQHl .mbr-text {
  color: #402e59;
  text-align: justify;
}
.cid-uG7VMoTpP6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG7VMoTpP6 .mbr-section-title {
  text-align: center;
}
.cid-uG7VMoTpP6 .mbr-section-text {
  text-align: center;
}
.cid-uG7VMoTpP6 a[type="submit"],
.cid-uG7VMoTpP6 button[type="submit"] {
  margin-top: 0;
}
.cid-uG7VMoTpP6 .wsSearchError {
  text-align: center;
  background-color: #ff4a52;
}
.cid-uG7VMoTpP6 mark {
  padding: 0;
  color: inherit;
  background-color: #ffe161;
}
.cid-uG7VMoTpP6 .row .spinner-border,
.cid-uG7VMoTpP6 .row .spinner-grow {
  width: 32px;
  color: #4479d9;
}
.cid-uG7VMoTpP6 .gdpr-block {
  display: none;
}
.cid-uFVTuflzjl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9def0;
}
.cid-uFVTuflzjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVTuflzjl .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-uFVTuflzjl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVTuflzjl .row {
  flex-direction: row-reverse;
}
.cid-uFVTuflzjl .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFVTuflzjl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFVTuflzjl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFVTuflzjl .mbr-section-title {
  color: #341063;
  border: none;
  background-color: #9788aa;
  height: 5px;
  text-align: center;
}
.cid-uFVTuflzjl .mbr-text,
.cid-uFVTuflzjl .mbr-section-btn {
  color: #19181a;
  text-align: left;
}
.cid-uFVTuflzjl .fas {
  font-family: "Font Awesome 5 Free", sans-serif !important;
  font-weight: 900 !important;
}
.cid-uFVTuflzjl .col-12 {
  padding: 1rem;
}
.cid-uFVTuflzjl .mbr-texte a {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.cid-uFVTuflzjl .mbr-texte {
  margin-bottom: 0.5rem;
  color: #19181a;
  text-decoration: none;
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.cid-uFVTufJMmv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFVTufJMmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVTufJMmv .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-uFVTufJMmv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVTufJMmv .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uFVTufJMmv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFVTufJMmv .image:hover {
  -webkit-transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
@media (min-width: 992px) {
  .cid-uFVTufJMmv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFVTufJMmv .mbr-section-title {
  color: #341063;
}
.cid-uFVTufJMmv .mbr-text,
.cid-uFVTufJMmv .mbr-section-btn {
  color: #19181a;
  text-align: left;
}
.cid-uFVTufJMmv .fas {
  font-family: "Font Awesome 5 Free", sans-serif !important;
  font-weight: 900 !important;
}
.cid-uFVTufJMmv .col-12 {
  padding: 1rem;
}
.cid-uFVTufJMmv .mbr-texte a,
.cid-uFVTufJMmv .card-text {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.cid-uFVTufJMmv .mbr-texte {
  margin-bottom: 0.5rem;
  color: #19181a;
  text-decoration: none;
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.cid-uFVTufJMmv .row h4 {
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-uFVTufJMmv .mbr-texte:hover {
  color: #7f6ca3;
  text-decoration: underline;
}
.cid-uFVTufJMmv .no-pointer-events {
  pointer-events: none;
}
.cid-uFVTufJMmv .radio {
  background-color: #6943805d;
  width: 45%;
  border-radius: 80%;
}
.cid-uFVTufJMmv P {
  text-align: center;
}
.cid-uFVTufJMmv .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}
.cid-uFVTug9R5K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFVTug9R5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVTug9R5K .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-uFVTug9R5K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVTug9R5K .row {
  flex-direction: row-reverse;
}
.cid-uFVTug9R5K .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFVTug9R5K .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFVTug9R5K .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFVTug9R5K .mbr-section-title {
  color: #9161ad;
}
.cid-uFVTug9R5K .mbr-text,
.cid-uFVTug9R5K .mbr-section-btn {
  color: #232323;
}
.cid-uGomgjSNTl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGomgjSNTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGomgjSNTl .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-uGomgjSNTl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGomgjSNTl .row {
  flex-direction: row-reverse;
}
.cid-uGomgjSNTl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGomgjSNTl .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGomgjSNTl .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uGomgjSNTl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGomgjSNTl .mbr-section-title {
  color: #9161ad;
}
.cid-uGomgjSNTl .deepeshsharmaofficial-button-1 {
  border: 1px solid #9fe870;
  border-radius: 20px;
  background: none;
  padding: 10px 10px;
  font-size: 20px;
  font-family: "montserrat";
  font-weight: bold;
  cursor: pointer;
  margin: 10px;
  transition: 0.8s ease-out;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.cid-uGomgjSNTl .deepeshsharmaofficial-button-1:hover {
  color: #9fe870;
  font-weight: bold;
}
.cid-uGomgjSNTl .deepeshsharmaofficial-button-1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 180%;
  background: #9fe870;
  z-index: -1;
  transition: 0.8s;
  top: 0;
  border-radius: 0 0 50% 50%;
}
.cid-uGomgjSNTl .deepeshsharmaofficial-button-1:hover::before {
  height: 0%;
}
.cid-uGomgjSNTl .deepeshsharmaofficial-button-1 span a {
  color: #264d0c;
}
.cid-uGoujFbJLA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGoujFbJLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoujFbJLA .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-uGoujFbJLA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGoujFbJLA .row {
  flex-direction: row-reverse;
}
.cid-uGoujFbJLA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGoujFbJLA .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGoujFbJLA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uGoujFbJLA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGoujFbJLA .mbr-section-title {
  color: #9161ad;
}
.cid-uGoujFbJLA .arnav-btn-1 {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px;
  border-radius: 30px;
}
.cid-uGoujFbJLA .arnav-btn-1:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.cid-uGoujFbJLA .arnav-btn-1:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.cid-uGoujFbJLA .arnav-btn-1:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #11180c;
  display: block;
  padding: 0 30px;
  transition: 0.5s;
  position: absolute;
  background: #9fe87073;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
  border-radius: 30px;
}
.cid-uGoujFbJLA .arnav-btn-1:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #264d0c;
  display: block;
  padding: 0 30px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: #9fe870;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
  border-radius: 30px;
}
.cid-uGtgyb4vbQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGtgyb4vbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGtgyb4vbQ .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-uGtgyb4vbQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGtgyb4vbQ .row {
  flex-direction: row-reverse;
}
.cid-uGtgyb4vbQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGtgyb4vbQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGtgyb4vbQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGtgyb4vbQ .mbr-section-title {
  color: #9161ad;
}
.cid-uGtgyb4vbQ .mbr-text,
.cid-uGtgyb4vbQ .mbr-section-btn {
  color: #232323;
}
.cid-uG0HJrpsDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uG0HJrpsDF .wrapper {
  line-height: 30px;
}
.cid-uG0HJrpsDF .social {
  display: inline-block;
}
.cid-uG0HJrpsDF .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uG0HJrpsDF .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uG0HJrpsDF .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0HJrpsDF .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uG0HJrpsDF .brand {
  margin-bottom: 10px;
}
.cid-uG0HJrpsDF a {
  font-weight: 700;
}
.cid-uG0HJrpsDF a:hover {
  color: #7d2464 !important;
}
.cid-uG0HJrpsDF .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uG0HJrpsDF .privacy {
  margin-top: 0;
}
.cid-uG0HJrpsDF .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uG0HJrpsDF .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG0HJrpsDF .list {
    margin-bottom: 0rem;
  }
}
.cid-uG0HJrpsDF .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uIygHb9STA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIygHb9STA .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;
}
@media (max-width: 767px) {
  .cid-uIygHb9STA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIygHb9STA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIygHb9STA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIygHb9STA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIygHb9STA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIygHb9STA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIygHb9STA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIygHb9STA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uIygHb9STA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIygHb9STA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIygHb9STA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIygHb9STA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uIygHb9STA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIygHb9STA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIygHb9STA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIygHb9STA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIygHb9STA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIygHb9STA .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIygHb9STA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIygHb9STA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIygHb9STA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uIygHb9STA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIygHb9STA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIygHb9STA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIygHb9STA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uIygHb9STA .nav-item:focus,
.cid-uIygHb9STA .nav-link:focus {
  outline: none;
}
.cid-uIygHb9STA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIygHb9STA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIygHb9STA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIygHb9STA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIygHb9STA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIygHb9STA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIygHb9STA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uIygHb9STA .navbar.opened {
  transition: all 0.3s;
}
.cid-uIygHb9STA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIygHb9STA .navbar .navbar-logo img {
  width: auto;
}
.cid-uIygHb9STA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIygHb9STA .navbar.collapsed {
  justify-content: center;
}
.cid-uIygHb9STA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIygHb9STA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIygHb9STA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIygHb9STA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIygHb9STA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIygHb9STA .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-uIygHb9STA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIygHb9STA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIygHb9STA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIygHb9STA .navbar {
    min-height: 72px;
  }
  .cid-uIygHb9STA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIygHb9STA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIygHb9STA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIygHb9STA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIygHb9STA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIygHb9STA .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-uIygHb9STA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIygHb9STA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIygHb9STA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIygHb9STA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIygHb9STA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIygHb9STA .dropdown-item.active,
.cid-uIygHb9STA .dropdown-item:active {
  background-color: transparent;
}
.cid-uIygHb9STA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIygHb9STA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIygHb9STA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIygHb9STA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uIygHb9STA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIygHb9STA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIygHb9STA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIygHb9STA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIygHb9STA .navbar-buttons {
    text-align: left;
  }
}
.cid-uIygHb9STA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIygHb9STA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIygHb9STA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIygHb9STA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIygHb9STA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIygHb9STA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIygHb9STA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIygHb9STA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIygHb9STA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIygHb9STA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIygHb9STA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIygHb9STA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIygHb9STA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIygHb9STA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIygHb9STA .navbar {
    height: 70px;
  }
  .cid-uIygHb9STA .navbar.opened {
    height: auto;
  }
  .cid-uIygHb9STA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIygHb9STA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIygHb9STA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIygHb9STA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIygHb9STA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uIygHb9STA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIygHb9STA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIygHb9STA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIygHb9STA .navbar-brand {
    margin-right: auto;
  }
  .cid-uIygHb9STA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uIygHb9STA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIygHb9STA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIygHb9STA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIygHb9STA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIygHb9STA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIygHb9STA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uIygHb9STA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIygHb9STA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIygHb9STA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIygHb9STA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIygHbAuzD {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIygHbAuzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIygHbAuzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uIygHbAuzD .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uIygHbAuzD .mbr-section-title {
  color: #6c4885;
}
@media (max-width: 768px) {
  .cid-uIygHbAuzD .display-1 {
    font-size: 2rem;
    padding-top: 7rem;
  }
}
.cid-uIygHbAuzD .mbr-text,
.cid-uIygHbAuzD .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uIygHbYCPe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uIygHbYCPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIygHbYCPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIygHbYCPe .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uIygHbYCPe .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uIygHbYCPe .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIygHbYCPe .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uIygHbYCPe .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uIygHbYCPe .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uIygHbYCPe .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIygHbYCPe .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIygHbYCPe .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIygHbYCPe .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uIygHbYCPe .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uIygHbYCPe .mbr-section-title,
.cid-uIygHbYCPe .mbr-section-btn {
  color: #9161ad;
}
.cid-uIyAzzpuOk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uIyAzzpuOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyAzzpuOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyAzzpuOk .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uIyAzzpuOk .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uIyAzzpuOk .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIyAzzpuOk .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uIyAzzpuOk .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uIyAzzpuOk .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uIyAzzpuOk .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIyAzzpuOk .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIyAzzpuOk .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIyAzzpuOk .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uIyAzzpuOk .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uIyAzzpuOk .mbr-section-title,
.cid-uIyAzzpuOk .mbr-section-btn {
  color: #9161ad;
}
.cid-uIyAzzpuOk .mbr-section-title,
.cid-uIyAzzpuOk .mbr-section-btn H5 {
  color: #000000;
}
.cid-uIygHeiV1P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uIygHeiV1P .wrapper {
  line-height: 30px;
}
.cid-uIygHeiV1P .social {
  display: inline-block;
}
.cid-uIygHeiV1P .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uIygHeiV1P .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uIygHeiV1P .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uIygHeiV1P .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uIygHeiV1P .brand {
  margin-bottom: 10px;
}
.cid-uIygHeiV1P a {
  font-weight: 700;
}
.cid-uIygHeiV1P a:hover {
  color: #7d2464 !important;
}
.cid-uIygHeiV1P .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uIygHeiV1P .privacy {
  margin-top: 0;
}
.cid-uIygHeiV1P .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uIygHeiV1P .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uIygHeiV1P .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIygHeiV1P .list {
    margin-bottom: 0rem;
  }
}
.cid-uIygHeiV1P .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uIykXlGDON {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIykXlGDON .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;
}
@media (max-width: 767px) {
  .cid-uIykXlGDON .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIykXlGDON .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIykXlGDON .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIykXlGDON .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIykXlGDON .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIykXlGDON .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIykXlGDON .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIykXlGDON .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uIykXlGDON .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIykXlGDON .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIykXlGDON .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIykXlGDON .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uIykXlGDON .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIykXlGDON .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIykXlGDON .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIykXlGDON .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIykXlGDON .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIykXlGDON .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIykXlGDON .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIykXlGDON .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIykXlGDON .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uIykXlGDON .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIykXlGDON .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIykXlGDON .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIykXlGDON .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uIykXlGDON .nav-item:focus,
.cid-uIykXlGDON .nav-link:focus {
  outline: none;
}
.cid-uIykXlGDON .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIykXlGDON .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIykXlGDON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIykXlGDON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIykXlGDON .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIykXlGDON .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIykXlGDON .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uIykXlGDON .navbar.opened {
  transition: all 0.3s;
}
.cid-uIykXlGDON .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIykXlGDON .navbar .navbar-logo img {
  width: auto;
}
.cid-uIykXlGDON .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIykXlGDON .navbar.collapsed {
  justify-content: center;
}
.cid-uIykXlGDON .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIykXlGDON .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIykXlGDON .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIykXlGDON .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIykXlGDON .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIykXlGDON .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-uIykXlGDON .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIykXlGDON .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIykXlGDON .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIykXlGDON .navbar {
    min-height: 72px;
  }
  .cid-uIykXlGDON .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIykXlGDON .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIykXlGDON .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIykXlGDON .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIykXlGDON .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIykXlGDON .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-uIykXlGDON .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIykXlGDON .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIykXlGDON .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIykXlGDON .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIykXlGDON .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIykXlGDON .dropdown-item.active,
.cid-uIykXlGDON .dropdown-item:active {
  background-color: transparent;
}
.cid-uIykXlGDON .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIykXlGDON .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIykXlGDON .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIykXlGDON .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uIykXlGDON .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIykXlGDON .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIykXlGDON ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIykXlGDON .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIykXlGDON .navbar-buttons {
    text-align: left;
  }
}
.cid-uIykXlGDON button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIykXlGDON button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIykXlGDON button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIykXlGDON button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIykXlGDON button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIykXlGDON button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIykXlGDON nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIykXlGDON nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIykXlGDON nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIykXlGDON nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIykXlGDON .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIykXlGDON a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIykXlGDON .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIykXlGDON .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIykXlGDON .navbar {
    height: 70px;
  }
  .cid-uIykXlGDON .navbar.opened {
    height: auto;
  }
  .cid-uIykXlGDON .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIykXlGDON .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIykXlGDON .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIykXlGDON .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIykXlGDON .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uIykXlGDON .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIykXlGDON .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIykXlGDON .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIykXlGDON .navbar-brand {
    margin-right: auto;
  }
  .cid-uIykXlGDON .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uIykXlGDON .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIykXlGDON .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIykXlGDON .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIykXlGDON .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIykXlGDON .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIykXlGDON .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uIykXlGDON .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIykXlGDON .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIykXlGDON .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIykXlGDON .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIykXmNX3M {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ashley.jpg-1-2000x2667.jpeg");
}
.cid-uIykXmNX3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIykXmNX3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uIykXmNX3M .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f7f7f7;
}
.cid-uIykXmNX3M .mbr-section-title {
  color: #ffffff;
}
.cid-uIykXmNX3M .mbr-text,
.cid-uIykXmNX3M .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uIykXmNX3M .contenedor-boton {
  text-align: center;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
}
.cid-uIykXmNX3M .boton-registro {
  display: inline-block;
  padding: 30px 22px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #5a2d66;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cid-uIykXmNX3M .boton-registro:hover {
  background-color: #fff;
  color: #5a2d66;
  border: 2px solid #5a2d66;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uIykXpDgxh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uIykXpDgxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIykXpDgxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIykXpDgxh .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uIykXpDgxh .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uIykXpDgxh .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIykXpDgxh .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uIykXpDgxh .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f0f0f0;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uIykXpDgxh .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uIykXpDgxh .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIykXpDgxh .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIykXpDgxh .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIykXpDgxh .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uIykXpDgxh .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uIykXpDgxh .mbr-section-title,
.cid-uIykXpDgxh .mbr-section-btn {
  color: #6c4885;
}
.cid-uIykXvwl28 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uIykXvwl28 .wrapper {
  line-height: 30px;
}
.cid-uIykXvwl28 .social {
  display: inline-block;
}
.cid-uIykXvwl28 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uIykXvwl28 .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uIykXvwl28 .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uIykXvwl28 .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uIykXvwl28 .brand {
  margin-bottom: 10px;
}
.cid-uIykXvwl28 a {
  font-weight: 700;
}
.cid-uIykXvwl28 a:hover {
  color: #7d2464 !important;
}
.cid-uIykXvwl28 .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uIykXvwl28 .privacy {
  margin-top: 0;
}
.cid-uIykXvwl28 .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uIykXvwl28 .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uIykXvwl28 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIykXvwl28 .list {
    margin-bottom: 0rem;
  }
}
.cid-uIykXvwl28 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uJGy5Kz0ZG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJGy5Kz0ZG .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;
}
@media (max-width: 767px) {
  .cid-uJGy5Kz0ZG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJGy5Kz0ZG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJGy5Kz0ZG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJGy5Kz0ZG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJGy5Kz0ZG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJGy5Kz0ZG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJGy5Kz0ZG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJGy5Kz0ZG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJGy5Kz0ZG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJGy5Kz0ZG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJGy5Kz0ZG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJGy5Kz0ZG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJGy5Kz0ZG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJGy5Kz0ZG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJGy5Kz0ZG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJGy5Kz0ZG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJGy5Kz0ZG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJGy5Kz0ZG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJGy5Kz0ZG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJGy5Kz0ZG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJGy5Kz0ZG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJGy5Kz0ZG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJGy5Kz0ZG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJGy5Kz0ZG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJGy5Kz0ZG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uJGy5Kz0ZG .nav-item:focus,
.cid-uJGy5Kz0ZG .nav-link:focus {
  outline: none;
}
.cid-uJGy5Kz0ZG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJGy5Kz0ZG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJGy5Kz0ZG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJGy5Kz0ZG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJGy5Kz0ZG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJGy5Kz0ZG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJGy5Kz0ZG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJGy5Kz0ZG .navbar.opened {
  transition: all 0.3s;
}
.cid-uJGy5Kz0ZG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJGy5Kz0ZG .navbar .navbar-logo img {
  width: auto;
}
.cid-uJGy5Kz0ZG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJGy5Kz0ZG .navbar.collapsed {
  justify-content: center;
}
.cid-uJGy5Kz0ZG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJGy5Kz0ZG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJGy5Kz0ZG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJGy5Kz0ZG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJGy5Kz0ZG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJGy5Kz0ZG .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-uJGy5Kz0ZG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJGy5Kz0ZG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJGy5Kz0ZG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJGy5Kz0ZG .navbar {
    min-height: 72px;
  }
  .cid-uJGy5Kz0ZG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJGy5Kz0ZG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJGy5Kz0ZG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJGy5Kz0ZG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJGy5Kz0ZG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJGy5Kz0ZG .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-uJGy5Kz0ZG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJGy5Kz0ZG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJGy5Kz0ZG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJGy5Kz0ZG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJGy5Kz0ZG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJGy5Kz0ZG .dropdown-item.active,
.cid-uJGy5Kz0ZG .dropdown-item:active {
  background-color: transparent;
}
.cid-uJGy5Kz0ZG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJGy5Kz0ZG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJGy5Kz0ZG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJGy5Kz0ZG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uJGy5Kz0ZG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJGy5Kz0ZG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJGy5Kz0ZG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJGy5Kz0ZG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJGy5Kz0ZG .navbar-buttons {
    text-align: left;
  }
}
.cid-uJGy5Kz0ZG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJGy5Kz0ZG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJGy5Kz0ZG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJGy5Kz0ZG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJGy5Kz0ZG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJGy5Kz0ZG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJGy5Kz0ZG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJGy5Kz0ZG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJGy5Kz0ZG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJGy5Kz0ZG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJGy5Kz0ZG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJGy5Kz0ZG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJGy5Kz0ZG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJGy5Kz0ZG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJGy5Kz0ZG .navbar {
    height: 70px;
  }
  .cid-uJGy5Kz0ZG .navbar.opened {
    height: auto;
  }
  .cid-uJGy5Kz0ZG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJGy5Kz0ZG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJGy5Kz0ZG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJGy5Kz0ZG .navbar-brand {
    margin-right: auto;
  }
  .cid-uJGy5Kz0ZG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJGy5Kz0ZG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJGy5Kz0ZG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJGy5Kz0ZG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJGy5Kz0ZG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJGy5Kz0ZG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJGy5L0EhI {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ashley.jpg-1-2000x2667.jpeg");
}
.cid-uJGy5L0EhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGy5L0EhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJGy5L0EhI .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f7f7f7;
}
.cid-uJGy5L0EhI .mbr-section-title {
  color: #ffffff;
}
.cid-uJGy5L0EhI .mbr-text,
.cid-uJGy5L0EhI .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uJGy5L0EhI .contenedor-boton {
  text-align: center;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
}
.cid-uJGy5L0EhI .boton-registro {
  display: inline-block;
  padding: 30px 22px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #5a2d66;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGy5L0EhI .boton-registro:hover {
  background-color: #fff;
  color: #5a2d66;
  border: 2px solid #5a2d66;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uJGy5Lp0lk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uJGy5Lp0lk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGy5Lp0lk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGy5Lp0lk .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uJGy5Lp0lk .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJGy5Lp0lk .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJGy5Lp0lk .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uJGy5Lp0lk .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f0f0f0;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uJGy5Lp0lk .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uJGy5Lp0lk .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJGy5Lp0lk .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJGy5Lp0lk .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJGy5Lp0lk .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uJGy5Lp0lk .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uJGy5Lp0lk .mbr-section-title,
.cid-uJGy5Lp0lk .mbr-section-btn {
  color: #6c4885;
}
.cid-uJGy5LSKH4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uJGy5LSKH4 .wrapper {
  line-height: 30px;
}
.cid-uJGy5LSKH4 .social {
  display: inline-block;
}
.cid-uJGy5LSKH4 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uJGy5LSKH4 .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uJGy5LSKH4 .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uJGy5LSKH4 .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uJGy5LSKH4 .brand {
  margin-bottom: 10px;
}
.cid-uJGy5LSKH4 a {
  font-weight: 700;
}
.cid-uJGy5LSKH4 a:hover {
  color: #7d2464 !important;
}
.cid-uJGy5LSKH4 .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uJGy5LSKH4 .privacy {
  margin-top: 0;
}
.cid-uJGy5LSKH4 .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uJGy5LSKH4 .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJGy5LSKH4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJGy5LSKH4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uJGy5LSKH4 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uJGwOqkJvo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJGwOqkJvo .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;
}
@media (max-width: 767px) {
  .cid-uJGwOqkJvo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJGwOqkJvo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJGwOqkJvo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJGwOqkJvo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJGwOqkJvo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJGwOqkJvo .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJGwOqkJvo .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJGwOqkJvo .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJGwOqkJvo .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJGwOqkJvo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJGwOqkJvo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJGwOqkJvo .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJGwOqkJvo .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJGwOqkJvo .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJGwOqkJvo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJGwOqkJvo .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJGwOqkJvo .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJGwOqkJvo .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJGwOqkJvo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJGwOqkJvo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJGwOqkJvo .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJGwOqkJvo .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJGwOqkJvo .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJGwOqkJvo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJGwOqkJvo .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uJGwOqkJvo .nav-item:focus,
.cid-uJGwOqkJvo .nav-link:focus {
  outline: none;
}
.cid-uJGwOqkJvo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJGwOqkJvo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJGwOqkJvo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJGwOqkJvo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJGwOqkJvo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJGwOqkJvo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJGwOqkJvo .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJGwOqkJvo .navbar.opened {
  transition: all 0.3s;
}
.cid-uJGwOqkJvo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJGwOqkJvo .navbar .navbar-logo img {
  width: auto;
}
.cid-uJGwOqkJvo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJGwOqkJvo .navbar.collapsed {
  justify-content: center;
}
.cid-uJGwOqkJvo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJGwOqkJvo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJGwOqkJvo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJGwOqkJvo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJGwOqkJvo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJGwOqkJvo .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-uJGwOqkJvo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJGwOqkJvo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJGwOqkJvo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJGwOqkJvo .navbar {
    min-height: 72px;
  }
  .cid-uJGwOqkJvo .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJGwOqkJvo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJGwOqkJvo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJGwOqkJvo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJGwOqkJvo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJGwOqkJvo .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-uJGwOqkJvo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJGwOqkJvo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJGwOqkJvo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJGwOqkJvo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJGwOqkJvo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJGwOqkJvo .dropdown-item.active,
.cid-uJGwOqkJvo .dropdown-item:active {
  background-color: transparent;
}
.cid-uJGwOqkJvo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJGwOqkJvo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJGwOqkJvo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJGwOqkJvo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uJGwOqkJvo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJGwOqkJvo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJGwOqkJvo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJGwOqkJvo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJGwOqkJvo .navbar-buttons {
    text-align: left;
  }
}
.cid-uJGwOqkJvo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJGwOqkJvo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJGwOqkJvo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJGwOqkJvo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJGwOqkJvo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJGwOqkJvo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJGwOqkJvo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJGwOqkJvo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJGwOqkJvo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJGwOqkJvo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJGwOqkJvo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJGwOqkJvo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJGwOqkJvo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJGwOqkJvo .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJGwOqkJvo .navbar {
    height: 70px;
  }
  .cid-uJGwOqkJvo .navbar.opened {
    height: auto;
  }
  .cid-uJGwOqkJvo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJGwOqkJvo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJGwOqkJvo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJGwOqkJvo .navbar-brand {
    margin-right: auto;
  }
  .cid-uJGwOqkJvo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJGwOqkJvo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJGwOqkJvo .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJGwOqkJvo .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJGwOqkJvo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJGwOqkJvo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJGwOqJRCX {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ashley.jpg-1-2000x2667.jpeg");
}
.cid-uJGwOqJRCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGwOqJRCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uJGwOqJRCX .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f7f7f7;
}
.cid-uJGwOqJRCX .mbr-section-title {
  color: #ffffff;
}
.cid-uJGwOqJRCX .mbr-text,
.cid-uJGwOqJRCX .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uJGwOqJRCX .contenedor-boton {
  text-align: center;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
}
.cid-uJGwOqJRCX .boton-registro {
  display: inline-block;
  padding: 30px 22px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #5a2d66;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cid-uJGwOqJRCX .boton-registro:hover {
  background-color: #fff;
  color: #5a2d66;
  border: 2px solid #5a2d66;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uJGwOr5QYp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uJGwOr5QYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGwOr5QYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGwOr5QYp .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uJGwOr5QYp .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJGwOr5QYp .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJGwOr5QYp .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uJGwOr5QYp .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f0f0f0;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uJGwOr5QYp .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uJGwOr5QYp .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJGwOr5QYp .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJGwOr5QYp .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJGwOr5QYp .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uJGwOr5QYp .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uJGwOr5QYp .mbr-section-title,
.cid-uJGwOr5QYp .mbr-section-btn {
  color: #6c4885;
}
.cid-uJGwOrrGdj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uJGwOrrGdj .wrapper {
  line-height: 30px;
}
.cid-uJGwOrrGdj .social {
  display: inline-block;
}
.cid-uJGwOrrGdj .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uJGwOrrGdj .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uJGwOrrGdj .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uJGwOrrGdj .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uJGwOrrGdj .brand {
  margin-bottom: 10px;
}
.cid-uJGwOrrGdj a {
  font-weight: 700;
}
.cid-uJGwOrrGdj a:hover {
  color: #7d2464 !important;
}
.cid-uJGwOrrGdj .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uJGwOrrGdj .privacy {
  margin-top: 0;
}
.cid-uJGwOrrGdj .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uJGwOrrGdj .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJGwOrrGdj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJGwOrrGdj .list {
    margin-bottom: 0rem;
  }
}
.cid-uJGwOrrGdj .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uOYkXUcAWn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOYkXUcAWn .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;
}
@media (max-width: 767px) {
  .cid-uOYkXUcAWn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOYkXUcAWn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOYkXUcAWn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOYkXUcAWn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOYkXUcAWn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOYkXUcAWn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uOYkXUcAWn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOYkXUcAWn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uOYkXUcAWn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOYkXUcAWn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOYkXUcAWn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOYkXUcAWn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uOYkXUcAWn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOYkXUcAWn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOYkXUcAWn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOYkXUcAWn .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOYkXUcAWn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOYkXUcAWn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uOYkXUcAWn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOYkXUcAWn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uOYkXUcAWn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOYkXUcAWn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOYkXUcAWn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOYkXUcAWn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOYkXUcAWn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uOYkXUcAWn .nav-item:focus,
.cid-uOYkXUcAWn .nav-link:focus {
  outline: none;
}
.cid-uOYkXUcAWn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOYkXUcAWn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOYkXUcAWn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOYkXUcAWn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOYkXUcAWn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOYkXUcAWn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOYkXUcAWn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOYkXUcAWn .navbar.opened {
  transition: all 0.3s;
}
.cid-uOYkXUcAWn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOYkXUcAWn .navbar .navbar-logo img {
  width: auto;
}
.cid-uOYkXUcAWn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOYkXUcAWn .navbar.collapsed {
  justify-content: center;
}
.cid-uOYkXUcAWn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOYkXUcAWn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOYkXUcAWn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uOYkXUcAWn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOYkXUcAWn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOYkXUcAWn .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-uOYkXUcAWn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOYkXUcAWn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOYkXUcAWn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOYkXUcAWn .navbar {
    min-height: 72px;
  }
  .cid-uOYkXUcAWn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOYkXUcAWn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOYkXUcAWn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOYkXUcAWn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOYkXUcAWn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOYkXUcAWn .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-uOYkXUcAWn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOYkXUcAWn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOYkXUcAWn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOYkXUcAWn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOYkXUcAWn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOYkXUcAWn .dropdown-item.active,
.cid-uOYkXUcAWn .dropdown-item:active {
  background-color: transparent;
}
.cid-uOYkXUcAWn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOYkXUcAWn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOYkXUcAWn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOYkXUcAWn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uOYkXUcAWn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOYkXUcAWn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOYkXUcAWn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOYkXUcAWn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOYkXUcAWn .navbar-buttons {
    text-align: left;
  }
}
.cid-uOYkXUcAWn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOYkXUcAWn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOYkXUcAWn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOYkXUcAWn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOYkXUcAWn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOYkXUcAWn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOYkXUcAWn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOYkXUcAWn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOYkXUcAWn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOYkXUcAWn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOYkXUcAWn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOYkXUcAWn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOYkXUcAWn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOYkXUcAWn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOYkXUcAWn .navbar {
    height: 70px;
  }
  .cid-uOYkXUcAWn .navbar.opened {
    height: auto;
  }
  .cid-uOYkXUcAWn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOYkXUcAWn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOYkXUcAWn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOYkXUcAWn .navbar-brand {
    margin-right: auto;
  }
  .cid-uOYkXUcAWn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOYkXUcAWn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOYkXUcAWn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOYkXUcAWn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOYkXUcAWn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOYkXUcAWn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOYkXUIktW {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ashley.jpg-1-2000x2667.jpeg");
}
.cid-uOYkXUIktW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYkXUIktW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uOYkXUIktW .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f7f7f7;
}
.cid-uOYkXUIktW .mbr-section-title {
  color: #ffffff;
}
.cid-uOYkXUIktW .mbr-text,
.cid-uOYkXUIktW .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uOYkXUIktW .contenedor-boton {
  text-align: center;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
}
.cid-uOYkXUIktW .boton-registro {
  display: inline-block;
  padding: 30px 22px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #5a2d66;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cid-uOYkXUIktW .boton-registro:hover {
  background-color: #fff;
  color: #5a2d66;
  border: 2px solid #5a2d66;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uOYkXXSCJt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uOYkXXSCJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYkXXSCJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOYkXXSCJt .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOYkXXSCJt .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uOYkXXSCJt .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOYkXXSCJt .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uOYkXXSCJt .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uOYkXXSCJt .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uOYkXXSCJt .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOYkXXSCJt .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOYkXXSCJt .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOYkXXSCJt .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uOYkXXSCJt .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uOYkXXSCJt .mbr-section-title,
.cid-uOYkXXSCJt .mbr-section-btn {
  color: #9161ad;
}
.cid-uOYkXYSUpZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uOYkXYSUpZ .wrapper {
  line-height: 30px;
}
.cid-uOYkXYSUpZ .social {
  display: inline-block;
}
.cid-uOYkXYSUpZ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uOYkXYSUpZ .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uOYkXYSUpZ .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uOYkXYSUpZ .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uOYkXYSUpZ .brand {
  margin-bottom: 10px;
}
.cid-uOYkXYSUpZ a {
  font-weight: 700;
}
.cid-uOYkXYSUpZ a:hover {
  color: #7d2464 !important;
}
.cid-uOYkXYSUpZ .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uOYkXYSUpZ .privacy {
  margin-top: 0;
}
.cid-uOYkXYSUpZ .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uOYkXYSUpZ .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOYkXYSUpZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOYkXYSUpZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uOYkXYSUpZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uQjDZD5MvL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQjDZD5MvL .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;
}
@media (max-width: 767px) {
  .cid-uQjDZD5MvL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQjDZD5MvL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQjDZD5MvL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQjDZD5MvL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQjDZD5MvL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQjDZD5MvL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQjDZD5MvL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQjDZD5MvL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uQjDZD5MvL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQjDZD5MvL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQjDZD5MvL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQjDZD5MvL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uQjDZD5MvL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQjDZD5MvL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQjDZD5MvL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQjDZD5MvL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQjDZD5MvL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQjDZD5MvL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQjDZD5MvL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQjDZD5MvL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQjDZD5MvL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uQjDZD5MvL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQjDZD5MvL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQjDZD5MvL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQjDZD5MvL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uQjDZD5MvL .nav-item:focus,
.cid-uQjDZD5MvL .nav-link:focus {
  outline: none;
}
.cid-uQjDZD5MvL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQjDZD5MvL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQjDZD5MvL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQjDZD5MvL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQjDZD5MvL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQjDZD5MvL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQjDZD5MvL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uQjDZD5MvL .navbar.opened {
  transition: all 0.3s;
}
.cid-uQjDZD5MvL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQjDZD5MvL .navbar .navbar-logo img {
  width: auto;
}
.cid-uQjDZD5MvL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQjDZD5MvL .navbar.collapsed {
  justify-content: center;
}
.cid-uQjDZD5MvL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQjDZD5MvL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQjDZD5MvL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uQjDZD5MvL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQjDZD5MvL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQjDZD5MvL .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-uQjDZD5MvL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQjDZD5MvL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQjDZD5MvL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQjDZD5MvL .navbar {
    min-height: 72px;
  }
  .cid-uQjDZD5MvL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQjDZD5MvL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQjDZD5MvL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQjDZD5MvL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQjDZD5MvL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQjDZD5MvL .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-uQjDZD5MvL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQjDZD5MvL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQjDZD5MvL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQjDZD5MvL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQjDZD5MvL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQjDZD5MvL .dropdown-item.active,
.cid-uQjDZD5MvL .dropdown-item:active {
  background-color: transparent;
}
.cid-uQjDZD5MvL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQjDZD5MvL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQjDZD5MvL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQjDZD5MvL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uQjDZD5MvL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQjDZD5MvL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQjDZD5MvL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQjDZD5MvL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQjDZD5MvL .navbar-buttons {
    text-align: left;
  }
}
.cid-uQjDZD5MvL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQjDZD5MvL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQjDZD5MvL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQjDZD5MvL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQjDZD5MvL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQjDZD5MvL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQjDZD5MvL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQjDZD5MvL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQjDZD5MvL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQjDZD5MvL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQjDZD5MvL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQjDZD5MvL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQjDZD5MvL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQjDZD5MvL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQjDZD5MvL .navbar {
    height: 70px;
  }
  .cid-uQjDZD5MvL .navbar.opened {
    height: auto;
  }
  .cid-uQjDZD5MvL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQjDZD5MvL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQjDZD5MvL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQjDZD5MvL .navbar-brand {
    margin-right: auto;
  }
  .cid-uQjDZD5MvL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uQjDZD5MvL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQjDZD5MvL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQjDZD5MvL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQjDZD5MvL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQjDZD5MvL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQjDZDoX4g {
  background-color: #ffffff;
}
.cid-uQjDZDoX4g header,
.cid-uQjDZDoX4g .mbr-fallback-image.disabled,
.cid-uQjDZDoX4g .mbr-overlay,
.cid-uQjDZDoX4g .topbg {
  display: none;
  background-color: #f7f7f7;
}
.cid-uQjDZDoX4g .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
}
.cid-uQjDZDoX4g .mbr-section-title {
  color: #6c4885;
  margin: 0;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-uQjDZDoX4g .top-left-image,
.cid-uQjDZDoX4g .bottom-right-image {
  position: absolute;
  width: 180px;
  height: auto;
}
.cid-uQjDZDoX4g .top-left-image {
  margin-top: 70px;
  top: -90px;
  left: 100px;
}
.cid-uQjDZDoX4g .bottom-right-image {
  bottom: -480px;
  right: -200px;
}
.cid-uQjDZDoX4g .mbr-section-btn {
  color: #000000;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-uQjDZDoX4g .title-container {
    margin-top: 5rem;
  }
  .cid-uQjDZDoX4g .top-left-image {
    top: -90px;
    left: -160px;
    width: 180px;
  }
  .cid-uQjDZDoX4g .bottom-right-image {
    bottom: -480px;
    right: -200px;
    width: 180px;
  }
  .cid-uQjDZDoX4g .mbr-section-title {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQjDZDoX4g .title-container {
    margin-top: 3rem;
  }
  .cid-uQjDZDoX4g .top-left-image {
    top: -60px;
    left: -80px;
    width: 150px;
  }
  .cid-uQjDZDoX4g .bottom-right-image {
    bottom: -400px;
    right: -120px;
    width: 150px;
  }
  .cid-uQjDZDoX4g .mbr-section-title {
    font-size: 2.5rem;
  }
  .cid-uQjDZDoX4g .mbr-section-btn {
    margin-top: 1rem;
  }
  .cid-uQjDZDoX4g .col-12 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uQjDZDoX4g .mbr-section-btn a {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-uQjDZDoX4g .title-container {
    margin-top: 2rem;
  }
  .cid-uQjDZDoX4g .top-left-image {
    top: 70px;
    left: -50px;
    width: 120px;
  }
  .cid-uQjDZDoX4g .bottom-right-image {
    bottom: -300px;
    right: -50px;
    width: 120px;
  }
  .cid-uQjDZDoX4g .mbr-section-title {
    font-size: 2rem;
  }
}
.cid-uQjDZDoX4g .mich {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
}
.cid-uQjDZDoX4g a {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  color: #264d0c;
  text-decoration: none;
}
.cid-uQjDZDoX4g .centered {
  position: relative;
  top: 100%;
  transform: translate(0%, 0%);
}
.cid-uQjDZDoX4g .h-button {
  background: #9fe870;
  padding: 20px;
  width: 300px;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
}
.cid-uQjDZDoX4g .h-button span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  min-width: 0.3em;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  transform: translate(0, -20px);
}
.cid-uQjDZDoX4g .h-button:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  text-transform: uppercase;
  letter-spacing: 3.5px;
  opacity: 1;
  transform: translate(0, 0px);
}
.cid-uQjDZDoX4g .h-button:hover:before,
.cid-uQjDZDoX4g .h-button:focus:before {
  opacity: 0;
  transform: translate(0, 20px);
}
.cid-uQjDZDoX4g .h-button:hover span,
.cid-uQjDZDoX4g .h-button:focus span {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-uQjDZDoX4g .h-button:hover span:nth-child(1),
.cid-uQjDZDoX4g .h-button:focus span:nth-child(1) {
  transition-delay: 0.025s;
}
.cid-uQjDZDoX4g .h-button:hover span:nth-child(2),
.cid-uQjDZDoX4g .h-button:focus span:nth-child(2) {
  transition-delay: 0.05s;
}
.cid-uQjDZDoX4g .h-button:hover span:nth-child(3),
.cid-uQjDZDoX4g .h-button:focus span:nth-child(3) {
  transition-delay: 0.075s;
}
.cid-uQjDZDoX4g .h-button:hover span:nth-child(4),
.cid-uQjDZDoX4g .h-button:focus span:nth-child(4) {
  transition-delay: 0.1s;
}
.cid-uQjDZDoX4g .h-button:hover span:nth-child(5),
.cid-uQjDZDoX4g .h-button:focus span:nth-child(5) {
  transition-delay: 0.125s;
}
.cid-uQjDZDoX4g .h-button:hover span:nth-child(6),
.cid-uQjDZDoX4g .h-button:focus span:nth-child(6) {
  transition-delay: 0.15s;
}
.cid-uQH0R7Cxw3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQH0R7Cxw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQH0R7Cxw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uQH0R7Cxw3 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f7f7f7;
}
.cid-uQH0R7Cxw3 .mbr-section-title {
  color: #ffffff;
}
.cid-uQH0R7Cxw3 .mbr-text,
.cid-uQH0R7Cxw3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uQH0R7Cxw3 .contenedor-boton {
  text-align: center;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
}
.cid-uQH0R7Cxw3 .boton-registro {
  display: inline-block;
  padding: 30px 22px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #9161ad;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cid-uQH0R7Cxw3 .boton-registro:hover {
  background-color: #fff;
  color: #5a2d66;
  border: 2px solid #5a2d66;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uQjGx2Av44 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQjGx2Av44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQjGx2Av44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQjGx2Av44 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQjGx2Av44 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQjGx2Av44 .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uQjGx2Av44 img,
.cid-uQjGx2Av44 .item-img {
  width: 100%;
}
.cid-uQjGx2Av44 .content-head {
  max-width: 800px;
}
.cid-uQjGx2Av44 .card-text {
  text-align: center;
}
.cid-uQjDZELCAQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uQjDZELCAQ .wrapper {
  line-height: 30px;
}
.cid-uQjDZELCAQ .social {
  display: inline-block;
}
.cid-uQjDZELCAQ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uQjDZELCAQ .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uQjDZELCAQ .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQjDZELCAQ .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uQjDZELCAQ .brand {
  margin-bottom: 10px;
}
.cid-uQjDZELCAQ a {
  font-weight: 700;
}
.cid-uQjDZELCAQ a:hover {
  color: #7d2464 !important;
}
.cid-uQjDZELCAQ .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uQjDZELCAQ .privacy {
  margin-top: 0;
}
.cid-uQjDZELCAQ .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uQjDZELCAQ .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uQjDZELCAQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQjDZELCAQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uQjDZELCAQ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uQGTrZrHAF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQGTrZrHAF .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;
}
@media (max-width: 767px) {
  .cid-uQGTrZrHAF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQGTrZrHAF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQGTrZrHAF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQGTrZrHAF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQGTrZrHAF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQGTrZrHAF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQGTrZrHAF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQGTrZrHAF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uQGTrZrHAF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQGTrZrHAF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQGTrZrHAF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQGTrZrHAF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uQGTrZrHAF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQGTrZrHAF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQGTrZrHAF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQGTrZrHAF .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQGTrZrHAF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQGTrZrHAF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQGTrZrHAF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQGTrZrHAF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQGTrZrHAF .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uQGTrZrHAF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQGTrZrHAF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQGTrZrHAF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQGTrZrHAF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
  border-radius: 4px !important;
}
.cid-uQGTrZrHAF .nav-item:focus,
.cid-uQGTrZrHAF .nav-link:focus {
  outline: none;
}
.cid-uQGTrZrHAF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQGTrZrHAF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQGTrZrHAF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQGTrZrHAF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQGTrZrHAF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQGTrZrHAF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQGTrZrHAF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uQGTrZrHAF .navbar.opened {
  transition: all 0.3s;
}
.cid-uQGTrZrHAF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQGTrZrHAF .navbar .navbar-logo img {
  width: auto;
}
.cid-uQGTrZrHAF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQGTrZrHAF .navbar.collapsed {
  justify-content: center;
}
.cid-uQGTrZrHAF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQGTrZrHAF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQGTrZrHAF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uQGTrZrHAF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQGTrZrHAF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQGTrZrHAF .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-uQGTrZrHAF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQGTrZrHAF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQGTrZrHAF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQGTrZrHAF .navbar {
    min-height: 72px;
  }
  .cid-uQGTrZrHAF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQGTrZrHAF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQGTrZrHAF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQGTrZrHAF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQGTrZrHAF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQGTrZrHAF .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-uQGTrZrHAF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQGTrZrHAF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQGTrZrHAF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQGTrZrHAF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQGTrZrHAF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQGTrZrHAF .dropdown-item.active,
.cid-uQGTrZrHAF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQGTrZrHAF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQGTrZrHAF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQGTrZrHAF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQGTrZrHAF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uQGTrZrHAF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQGTrZrHAF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQGTrZrHAF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQGTrZrHAF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQGTrZrHAF .navbar-buttons {
    text-align: left;
  }
}
.cid-uQGTrZrHAF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQGTrZrHAF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQGTrZrHAF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQGTrZrHAF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQGTrZrHAF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQGTrZrHAF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQGTrZrHAF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQGTrZrHAF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQGTrZrHAF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQGTrZrHAF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQGTrZrHAF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQGTrZrHAF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQGTrZrHAF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQGTrZrHAF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQGTrZrHAF .navbar {
    height: 70px;
  }
  .cid-uQGTrZrHAF .navbar.opened {
    height: auto;
  }
  .cid-uQGTrZrHAF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQGTrZrHAF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQGTrZrHAF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQGTrZrHAF .navbar-brand {
    margin-right: auto;
  }
  .cid-uQGTrZrHAF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uQGTrZrHAF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQGTrZrHAF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQGTrZrHAF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uQGTrZrHAF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQGTrZrHAF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQGTrZIAEW {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQGTrZIAEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGTrZIAEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uQGTrZIAEW .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uQGTrZIAEW .mbr-section-title {
  color: #6c4885;
}
@media (max-width: 768px) {
  .cid-uQGTrZIAEW .display-1 {
    font-size: 2rem;
    padding-top: 7rem;
  }
}
.cid-uQGTrZIAEW .mbr-text,
.cid-uQGTrZIAEW .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uQGTrZZ5ej {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7fff7;
}
.cid-uQGTrZZ5ej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGTrZZ5ej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGTrZZ5ej .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uQGTrZZ5ej .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uQGTrZZ5ej .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQGTrZZ5ej .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uQGTrZZ5ej .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uQGTrZZ5ej .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uQGTrZZ5ej .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQGTrZZ5ej .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQGTrZZ5ej .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQGTrZZ5ej .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uQGTrZZ5ej .mbr-text {
  color: #050f0f;
  text-align: justify;
}
.cid-uQGTrZZ5ej .mbr-section-title,
.cid-uQGTrZZ5ej .mbr-section-btn {
  color: #9161ad;
}
.cid-uQGTs0vsuy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png");
}
.cid-uQGTs0vsuy .wrapper {
  line-height: 30px;
}
.cid-uQGTs0vsuy .social {
  display: inline-block;
}
.cid-uQGTs0vsuy .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}
.cid-uQGTs0vsuy .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uQGTs0vsuy .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQGTs0vsuy .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 30px;
  margin-bottom: 0;
}
.cid-uQGTs0vsuy .brand {
  margin-bottom: 10px;
}
.cid-uQGTs0vsuy a {
  font-weight: 700;
}
.cid-uQGTs0vsuy a:hover {
  color: #7d2464 !important;
}
.cid-uQGTs0vsuy .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uQGTs0vsuy .privacy {
  margin-top: 0;
}
.cid-uQGTs0vsuy .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uQGTs0vsuy .list {
  list-style: none;
  padding-left: 0;
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uQGTs0vsuy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQGTs0vsuy .list {
    margin-bottom: 0rem;
  }
}
.cid-uQGTs0vsuy .copyright {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .7;
  text-align: center;
  margin-top: -40px;
}
.cid-uQWVrP4I0Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lucha-web-11-2000x1600.png-2000x1600.png");
}
.cid-uQWVrP4I0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWVrP4I0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWVrP4I0Z .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQWVrP4I0Z .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uQWVrP4I0Z .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uQWVrP4I0Z .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQWVrP4I0Z .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-uQWVrP4I0Z .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #ffffff;
}
.cid-uQWVrP4I0Z .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uQWVrP4I0Z .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-uQWVrP4I0Z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQWVrP4I0Z .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uQWVrP4I0Z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQWVrP4I0Z .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #9e84b0;
}
@media (max-width: 992px) {
  .cid-uQWVrP4I0Z .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-uQWVrP4I0Z .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #f0f0f0;
}
@media (max-width: 992px) {
  .cid-uQWVrP4I0Z .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-uQWVrP4I0Z .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #f0f0f0;
}
.cid-uQWVrP4I0Z .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #6c4885;
}
.cid-uQWVrP4I0Z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uQWVrP4I0Z .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uQWVrP4I0Z .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-uQWVrP4I0Z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQWVrP4I0Z .mbr-section-title,
.cid-uQWVrP4I0Z .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uQWVrP4I0Z .panel-title-edit {
  color: #323432;
}
.cid-uQWVrP4I0Z .panel-text {
  color: #323432;
}
.cid-uQWVrP4I0Z H4 {
  color: #000000;
}
