.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Gothic A1', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fecd1a !important;
}
.bg-success {
  background-color: #6f0d7e !important;
}
.bg-info {
  background-color: #fffae3 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #fecd1a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fecd1a !important;
  border-color: #fecd1a !important;
  color: #191400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c09701 !important;
  border-color: #c09701 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #191400 !important;
  background-color: #c09701 !important;
  border-color: #c09701 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c1d7e0 !important;
  border-color: #c1d7e0 !important;
  color: #365c6c !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #87b2c3 !important;
  border-color: #87b2c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #365c6c !important;
  background-color: #87b2c3 !important;
  border-color: #87b2c3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffae3 !important;
  border-color: #fffae3 !important;
  color: #e3ba00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #8c7300 !important;
  background-color: #ffeb8c !important;
  border-color: #ffeb8c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #e3ba00 !important;
  background-color: #ffeb8c !important;
  border-color: #ffeb8c !important;
}
.btn-success,
.btn-success:active {
  background-color: #6f0d7e !important;
  border-color: #6f0d7e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a052f !important;
  border-color: #2a052f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a052f !important;
  border-color: #2a052f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fecd1a !important;
  border-color: #fecd1a !important;
  color: #191400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c09701 !important;
  border-color: #c09701 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #191400 !important;
  background-color: #c09701 !important;
  border-color: #c09701 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fecd1a;
  color: #fecd1a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c09701 !important;
  background-color: transparent!important;
  border-color: #c09701 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #191400 !important;
  background-color: #fecd1a !important;
  border-color: #fecd1a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c1d7e0;
  color: #c1d7e0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #87b2c3 !important;
  background-color: transparent!important;
  border-color: #87b2c3 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #365c6c !important;
  background-color: #c1d7e0 !important;
  border-color: #c1d7e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffae3;
  color: #fffae3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffeb8c !important;
  background-color: transparent!important;
  border-color: #ffeb8c !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #e3ba00 !important;
  background-color: #fffae3 !important;
  border-color: #fffae3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6f0d7e;
  color: #6f0d7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a052f !important;
  background-color: transparent!important;
  border-color: #2a052f !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6f0d7e !important;
  border-color: #6f0d7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fecd1a;
  color: #fecd1a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c09701 !important;
  background-color: transparent!important;
  border-color: #c09701 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #191400 !important;
  background-color: #fecd1a !important;
  border-color: #fecd1a !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: #fecd1a !important;
}
.text-secondary {
  color: #c1d7e0 !important;
}
.text-success {
  color: #6f0d7e !important;
}
.text-info {
  color: #fffae3 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #fecd1a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b18b01 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7dabbe !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1e0322 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffe87d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b18b01 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fecd1a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffae3;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #fecd1a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fecd1a;
  border-color: #fecd1a;
  color: #322800;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fecd1a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ce22e8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff9e5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #fecd1a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #fecd1a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fecd1a;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fecd1a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fecd1a;
  border-bottom-color: #fecd1a;
}
.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: #fecd1a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c1d7e0 !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='%23fecd1a' %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;
}
.cid-umvr47ilLw .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-umvr47ilLw .display-2 {
  font-size: 2rem;
}
.cid-umvr47ilLw .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umvr47ilLw .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-umvr47ilLw .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-umvr47ilLw .dropdown-item:hover {
    color: #6f0d7e !important;
    background: #e499e2 !important;
  }
  .cid-umvr47ilLw .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-umvr47ilLw.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-umvr47ilLw.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-umvr47ilLw.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umvr47ilLw.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umvr47ilLw.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-umvr47ilLw.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-umvr47ilLw.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-umvr47ilLw.collapsed .icons-menu {
    margin: auto;
  }
  .cid-umvr47ilLw .navbar .topLineDivSettings {
    display: none;
  }
  .cid-umvr47ilLw .navbar.navbar-short {
    background: rgba(150, 44, 147, 0.9) !important;
    min-height: 10px !important;
    margin-top: 10px !important;
  }
  .cid-umvr47ilLw .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-umvr47ilLw .navbar.navbar-short .navbar-logo img {
    height: 2rem !important;
  }
  .cid-umvr47ilLw .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-umvr47ilLw .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-umvr47ilLw .nav-item .nav-link::before {
    display: none;
  }
  .cid-umvr47ilLw.opened .dropdown-menu {
    top: 0;
  }
  .cid-umvr47ilLw .dropdown-menu {
    top: 0;
  }
  .cid-umvr47ilLw .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umvr47ilLw .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umvr47ilLw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-umvr47ilLw .navbar-logo img {
    height: 2rem !important;
  }
  .cid-umvr47ilLw ul.navbar-nav li {
    margin: auto;
  }
  .cid-umvr47ilLw .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(111, 13, 126, 0.95);
    text-align: center;
  }
  .cid-umvr47ilLw .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umvr47ilLw .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umvr47ilLw .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-umvr47ilLw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-umvr47ilLw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-umvr47ilLw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-umvr47ilLw .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-umvr47ilLw .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-umvr47ilLw .container {
  width: 100%;
  max-width: 1660px !important;
  display: flex;
  margin: auto;
}
.cid-umvr47ilLw .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(150, 44, 147, 0.9) !important;
  background: none !important;
}
@media (min-width: 992px) {
  .cid-umvr47ilLw .navbar.navbar-short {
    background: rgba(150, 44, 147, 0.9) !important;
    min-height: 10px;
    margin-top: 10px !important;
  }
  .cid-umvr47ilLw .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-umvr47ilLw .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.9rem !important;
  }
  .cid-umvr47ilLw .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-umvr47ilLw .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b430b1;
    background: rgba(228, 153, 226, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-umvr47ilLw .navbar .dropdown-item:hover {
    color: #6f0d7e !important;
    background: #d561d2 !important;
  }
}
.cid-umvr47ilLw .navbar.opened {
  transition: all .3s;
}
.cid-umvr47ilLw .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-umvr47ilLw .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-umvr47ilLw .nav-link:hover {
  color: #6f0d7e !important;
  background: #e499e2 !important;
}
.cid-umvr47ilLw .nav-link:hover:before {
  color: #fecd1a !important;
  width: 0;
  height: 1px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-umvr47ilLw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-umvr47ilLw .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-umvr47ilLw .icons-menu {
    min-width: 75px;
    width: 75px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-umvr47ilLw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umvr47ilLw .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umvr47ilLw .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-umvr47ilLw .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-umvr47ilLw .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-umvr47ilLw .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-umvr47ilLw .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-umvr47ilLw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-umvr47ilLw .navbar-caption {
  padding-right: 1rem;
}
.cid-umvr47ilLw .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-umvr47ilLw .dropdown-menu,
  .cid-umvr47ilLw .navbar.opened {
    background: rgba(150, 44, 147, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-umvr47ilLw .dropdown-menu,
  .cid-umvr47ilLw .navbar.opened {
    background: rgba(150, 44, 147, 0.9) !important;
  }
}
.cid-umvr47ilLw .nav-item:focus,
.cid-umvr47ilLw .nav-link:focus {
  outline: none;
}
.cid-umvr47ilLw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-umvr47ilLw .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-umvr47ilLw .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-umvr47ilLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-umvr47ilLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-umvr47ilLw .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-umvr47ilLw .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-umvr47ilLw .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-umvr47ilLw .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-umvr47ilLw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umvr47ilLw .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-umvr47ilLw .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-umvr47ilLw .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(111, 13, 126, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-umvr47ilLw .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #6f0d7e !important;
  background: #e499e2 !important;
}
.cid-umvr47ilLw .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-umvr47ilLw .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-umvr47ilLw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umvr47ilLw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umvr47ilLw .dropdown-item.active,
.cid-umvr47ilLw .dropdown-item:active {
  background-color: transparent;
}
.cid-umvr47ilLw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-umvr47ilLw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umvr47ilLw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umvr47ilLw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-umvr47ilLw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umvr47ilLw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umvr47ilLw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umvr47ilLw .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-umvr47ilLw .navbar-buttons {
    text-align: right;
    min-width: 300px;
    width: 300px;
  }
}
.cid-umvr47ilLw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umvr47ilLw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fecd1a;
}
.cid-umvr47ilLw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-umvr47ilLw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-umvr47ilLw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-umvr47ilLw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-umvr47ilLw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umvr47ilLw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-umvr47ilLw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-umvr47ilLw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-umvr47ilLw .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-umvr47ilLw a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umvr47ilLw .navbar-brand span {
  display: inline-block;
}
.cid-umvr47ilLw .navbar-brand a {
  font-weight: 400;
}
.cid-umvr47ilLw .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #fecd1a;
}
.cid-umvr47ilLw .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-umvr47ilLw .btn .mbr-iconfont,
.cid-umvr47ilLw .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
}
.cid-umvr47ilLw .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-umvr47ilLw .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-umvr47ilLw .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-umvr47ilLw .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-umvr47ilLw img {
  width: auto;
}
.cid-umvr47ilLw .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-umvr47ilLw .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-umvr47ilLw .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-umvr47ilLw a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-umvr47ilLw .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 7px;
}
.cid-umvr47ilLw .socicon {
  line-height: inherit;
}
.cid-umvr47ilLw .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-ul00VWv4GQ {
  background-color: #962c93;
}
.cid-ul00VWv4GQ .trans-wave {
  opacity: 0.35;
  fill: #962c93;
  pointer-events: none;
}
.cid-ul00VWv4GQ .wave {
  fill: #962c93;
  pointer-events: none;
}
.cid-ul00VWv4GQ .dentaura-container {
  height: 50px;
  position: relative;
  width: 100%;
}
.cid-ul00VWv4GQ .dentaura-y-up {
  position: absolute;
  top: 49px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-ul00VWv4GQ .dentaura-cover {
  background: transparent;
  height: 390px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-ul00VWv4GQ .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-ultbgBlKYH {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: linear-gradient(132deg, #230328 10%, #962c93 100%) !important;
}
.cid-ultbgBlKYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ultbgBlKYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ultbgBlKYH .language-selection {
  position: relative;
  padding-top: 10px;
}
.cid-ultbgBlKYH .language-selection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  animation: lineSlideIn 4s ease-out 1s forwards;
}
.cid-ultbgBlKYH .custom-button {
  border: 1px solid #fecd1a;
  padding: 0.3rem;
}
.cid-ultbgBlKYH .mbr-section-title {
  color: #ffffff;
}
.cid-ultbgBlKYH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ultbgBlKYH .mbr-text,
.cid-ultbgBlKYH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ultbgBlKYH .align-right {
  text-align: right;
}
.cid-ultbgBlKYH .custom-font-size {
  font-size: 1.3rem;
}
@keyframes lineSlideIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.cid-ulslSy9D8q {
  background-color: #962c93;
}
.cid-ulslSy9D8q .trans-wave {
  opacity: 0.35;
  fill: #962c93;
  pointer-events: none;
}
.cid-ulslSy9D8q .wave {
  fill: #962c93;
  pointer-events: none;
}
.cid-ulslSy9D8q .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-ulslSy9D8q .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-ulslSy9D8q .dentaura-cover {
  background: transparent;
  height: 390px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.cid-ulslSy9D8q .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-umVE2qGgVX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #962c93;
}
.cid-umVE2qGgVX .mbr-text {
  color: #fecd1a;
}
.cid-ulHUmtZIz4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #962c93;
}
.cid-ulHUmtZIz4 .content-wrapper {
  background: #962c93;
}
@media (max-width: 991px) {
  .cid-ulHUmtZIz4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulHUmtZIz4 .content-wrapper {
    padding: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulHUmtZIz4 .content-wrapper {
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ulHUmtZIz4 .content-wrapper {
    padding: 2rem 3rem;
  }
  .cid-ulHUmtZIz4 .content-wrapper .text-wrapper {
    padding-left: 0rem;
  }
}
.cid-ulHUmtZIz4 .image-wrapper {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
  object-fit: cover;
  border-radius: 0%;
  background: #ffffff;
  box-shadow: 5px 5px 10px #272727, -5px -5px 10px #ffffff;
}
.cid-ulHUmtZIz4 .image-wrapper img {
  background-blend-mode: overlay;
  padding: 0rem;
}
.cid-ulHUmtZIz4 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ulHUmtZIz4 .mbr-text,
.cid-ulHUmtZIz4 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulslZllAzW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #962c93;
}
.cid-ulslZllAzW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulslZllAzW .mbr-text {
  color: #ffffff;
}
.cid-3BuNOvIvNP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #962c93;
}
.cid-3BuNOvIvNP .row.align-items-center {
  flex-direction: row-reverse;
}
.cid-3BuNOvIvNP .row {
  flex-direction: row-reverse;
}
.cid-3BuNOvIvNP .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-3BuNOvIvNP .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #b18161;
}
.cid-3BuNOvIvNP .mbr-section-title {
  padding-bottom: 45px;
  color: #ffffff;
  text-align: left;
}
.cid-3BuNOvIvNP .text-block {
  color: #ffffff;
  margin-bottom: 45px;
  text-align: left;
}
.cid-3BuNOvIvNP .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-3BuNOvIvNP .name {
  width: auto;
  padding: 0;
  line-height: 0.2;
}
.cid-3BuNOvIvNP .progress {
  border-radius: 15px;
  position: relative;
  width: 100%;
  height: 34px;
  margin-top: 12px;
  background: #962c93;
  font-size: 1.1rem;
  font-weight: 700;
}
.cid-3BuNOvIvNP .progress-bar {
  color: #353535;
  height: 34px !important;
  transition: width 2s ease-in-out;
  padding-right: 15px;
  border-radius: 15px;
  line-height: 34px;
  text-align: right;
}
.cid-3BuNOvIvNP .pgrbr1 {
  background-color: #e499e2;
  width: 100%;
}
.cid-3BuNOvIvNP .pgrbr2 {
  background-color: #e499e2;
  width: 100%;
}
.cid-3BuNOvIvNP .pgrbr3 {
  background-color: #e499e2;
  width: 100%;
}
.cid-3BuNOvIvNP .pgrbr4 {
  background-color: #e499e2;
  width: 100%;
}
.cid-3BuNOvIvNP .pgrbr5 {
  background-color: #e499e2;
  width: 100%;
}
.cid-3BuNOvIvNP .progressbar-numero1:before {
  content: 'Responsabilidad';
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.cid-3BuNOvIvNP .progressbar-numero2:before {
  content: 'Honestidad';
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.cid-3BuNOvIvNP .progressbar-numero3:before {
  content: 'Integridad';
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.cid-3BuNOvIvNP .progressbar-numero4:before {
  content: 'calidad';
}
.cid-3BuNOvIvNP .progressbar-numero5:before {
  content: 'profesionalismo';
}
.cid-3BuNOvIvNP .left {
  max-width: 557px;
}
@media (max-width: 768px) {
  .cid-3BuNOvIvNP .text-wrapper {
    margin-top: 30px;
  }
  .cid-3BuNOvIvNP .left {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .cid-3BuNOvIvNP .text-elements {
    padding: 70px 15px 0 150px;
  }
  .cid-3BuNOvIvNP .progress_elements {
    padding: 0 150px 0 15px;
  }
}
.cid-3BuNOvIvNP .reset {
  width: 0%;
}
.cid-3BuNOvIvNP P {
  text-align: right;
  color: #ffffff;
}
.cid-umF6rQK33h {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #962c93;
}
.cid-umF6rQK33h .mbr-fallback-image.disabled {
  display: none;
}
.cid-umF6rQK33h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umF6rQK33h .img-wrapper {
  text-align: center;
}
.cid-umF6rQK33h img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-umF6rQK33h .row {
  align-items: flex-start;
}
.cid-umF6rQK33h .card-wrapper {
  border-radius: 4px;
  background: #962c93;
}
@media (max-width: 992px) {
  .cid-umF6rQK33h .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-umF6rQK33h .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umF6rQK33h .card-wrapper {
    padding: 1rem;
  }
}
.cid-umF6rQK33h .mbr-text,
.cid-umF6rQK33h .mbr-section-btn {
  color: #ffffff;
}
.cid-umF6rQK33h .card-title {
  color: #ffffff;
}
.cid-umF6rQK33h .card-subtitle {
  color: #ffffff;
}
.cid-yQWQQBbsFi {
  background-color: #e499e2;
}
.cid-yQWQQBbsFi .top {
  fill: #962c93;
}
.cid-ulTw9LFGSL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e499e2;
}
.cid-ulTw9LFGSL .item:focus,
.cid-ulTw9LFGSL span:focus {
  outline: none;
}
.cid-ulTw9LFGSL .item-wrapper {
  position: relative;
}
.cid-ulTw9LFGSL .slide-content {
  position: relative;
  border-radius: 4px;
  background: #962c93;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ulTw9LFGSL .slide-content .item-content {
    padding: 0.1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulTw9LFGSL .slide-content .item-content {
    padding: 0.1rem;
  }
}
.cid-ulTw9LFGSL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ulTw9LFGSL .mbr-section-title {
  color: #6f0d7e;
}
.cid-ulTw9LFGSL .mbr-text,
.cid-ulTw9LFGSL .mbr-section-btn {
  text-align: center;
}
.cid-ulTw9LFGSL .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ulTw9LFGSL .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ulTw9LFGSL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ulTw9LFGSL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
}
.cid-ulTw9LFGSL .embla__button--next,
.cid-ulTw9LFGSL .embla__button--prev {
  display: flex;
}
.cid-ulTw9LFGSL .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(128, 19, 122, 0.5);
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulTw9LFGSL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulTw9LFGSL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ulTw9LFGSL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0.5rem;
}
.cid-ulTw9LFGSL .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulTw9LFGSL .embla__button {
    top: auto;
  }
}
.cid-ulTw9LFGSL .embla {
  position: relative;
  width: 100%;
}
.cid-ulTw9LFGSL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulTw9LFGSL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulTw9LFGSL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulTw9LFGSL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umGyObe1Pk {
  background-color: #e499e2;
}
.cid-umGyObe1Pk .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGyObe1Pk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGyObe1Pk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-umGyObe1Pk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-umGyObe1Pk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #fecd1a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-umGyObe1Pk H3 {
  color: #6f0d7e;
}
.cid-umGyObe1Pk .list {
  color: #6f0d7e;
}
.cid-umQjRCvl1Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e499e2;
}
.cid-umQjRCvl1Q .mbr-text {
  color: #6f0d7e;
}
.cid-umQvcBH3RU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e499e2;
}
.cid-umQvcBH3RU .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQvcBH3RU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQvcBH3RU .content-wrapper {
  background: #e499e2;
}
@media (max-width: 991px) {
  .cid-umQvcBH3RU .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-umQvcBH3RU .content-wrapper .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umQvcBH3RU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umQvcBH3RU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umQvcBH3RU .content-wrapper {
    padding: 2rem 4rem;
  }
  .cid-umQvcBH3RU .content-wrapper .text-wrapper {
    padding-right: 1rem;
  }
}
.cid-umQvcBH3RU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umQvcBH3RU .mbr-text,
.cid-umQvcBH3RU .mbr-section-btn {
  color: #6f0d7e;
  text-align: right;
}
.cid-umQrua4DWu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e499e2;
}
.cid-umQrua4DWu .item {
  display: block;
  clear: both;
  counter-increment: list;
  padding-bottom: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  position: relative;
  margin-left: 0.2rem;
}
.cid-umQrua4DWu .item:before {
  content: counter(list);
  font: bold 2.25rem 'Montserrat', sans-serif;
  width: 5rem;
  height: 5rem;
  float: left;
  margin: 0 1.5rem 0.75rem 0;
  color: #fecd1a;
  background: #380240 linear-gradient(to bottom right, #380240 25%, #e499e2);
  text-shadow: 0 0 2px #380240;
  border-top-left-radius: 0%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  shape-outside: ellipse();
  z-index: 1;
}
.cid-umQrua4DWu .item:after {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #380240;
  z-index: -1;
  border-top-left-radius: 3px;
}
@media (max-width: 768px) {
  .cid-umQrua4DWu .item {
    margin-left: 0.1rem;
  }
}
@media (min-width: 1024px) {
  .cid-umQrua4DWu .item {
    font-size: 1.3rem;
  }
}
.cid-umQrua4DWu DIV {
  color: #6f0d7e;
  font-family: 'Montserrat', sans-serif;
}
.cid-umQOYUafHV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e499e2;
}
.cid-umQOYUafHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQOYUafHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQOYUafHV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-umQOYUafHV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umQOYUafHV .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.7rem !important;
  color: #380240;
}
.cid-umQOYUafHV .panel-body,
.cid-umQOYUafHV .card-header {
  padding: 1rem 0;
}
.cid-umQOYUafHV .panel-title-edit {
  color: #380240;
}
.cid-umQOYUafHV H3 {
  color: #6f0d7e;
}
.cid-umQOYUafHV H4 {
  color: #6f0d7e;
}
.cid-umQOYUafHV .panel-text {
  color: #6f0d7e;
}
.cid-umQR5c7loS {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #e499e2;
}
.cid-umQR5c7loS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQR5c7loS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQR5c7loS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-umQR5c7loS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umQR5c7loS .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #380240;
}
.cid-umQR5c7loS .panel-body,
.cid-umQR5c7loS .card-header {
  padding: 1rem 0;
}
.cid-umQR5c7loS .panel-title-edit {
  color: #380240;
}
.cid-umQR5c7loS H3 {
  color: #6f0d7e;
}
.cid-umQR5c7loS H4 {
  color: #6f0d7e;
}
.cid-umQR5c7loS .panel-text {
  color: #6f0d7e;
}
.cid-v3iBBOucBe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e499e2;
}
.cid-v3iBBOucBe .mbr-text {
  color: #6f0d7e;
}
.cid-v3iZtlmkDH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e499e2;
}
.cid-v3iZtlmkDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3iZtlmkDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3iZtlmkDH .content-wrapper {
  background: #962c93;
}
@media (max-width: 991px) {
  .cid-v3iZtlmkDH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3iZtlmkDH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3iZtlmkDH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3iZtlmkDH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v3iZtlmkDH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v3iZtlmkDH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3iZtlmkDH .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-v3iZtlmkDH .mbr-text,
.cid-v3iZtlmkDH .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v3iZtlmkDH .heartbeat {
  -webkit-animation: heartbeat 5s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite both;
  animation: heartbeat 5s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.cid-v3j4XIi3Zg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e499e2;
}
.cid-v3j4XIi3Zg .mbr-text {
  color: #380240;
}
.cid-v3j4CyDjhC {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #e499e2;
}
.cid-v3j4CyDjhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3j4CyDjhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v3j4CyDjhC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v3j4CyDjhC .card-box {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3j4CyDjhC .card-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-v3j4CyDjhC .card-wrapper {
  border-radius: 4px;
  background-color: #962c93;
}
.cid-v3j4CyDjhC .image-wrapper img {
  padding: 1rem;
  width: 80%;
  object-fit: cover;
}
.cid-v3j4CyDjhC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v3j4CyDjhC .mbr-text {
  color: #ffffff;
}
.cid-v3j4CyDjhC .card-title {
  color: #ffffff;
}
.cid-v3j4CyDjhC .price {
  color: #fecd1a;
  text-align: center;
}
.cid-uYdtyOI5BM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e499e2;
}
.cid-uYdtyOI5BM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdtyOI5BM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdtyOI5BM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uYdtyOI5BM .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYdtyOI5BM .embla__button--next,
.cid-uYdtyOI5BM .embla__button--prev {
  display: flex;
}
.cid-uYdtyOI5BM .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(128, 19, 122, 0.5);
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uYdtyOI5BM .embla__button {
    display: none;
  }
}
.cid-uYdtyOI5BM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYdtyOI5BM .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uYdtyOI5BM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYdtyOI5BM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uYdtyOI5BM .embla__button {
    top: auto;
  }
}
.cid-uYdtyOI5BM .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 0 0.2rem 0;
  border-radius: 50%;
}
.cid-uYdtyOI5BM .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uYdtyOI5BM .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uYdtyOI5BM .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uYdtyOI5BM .embla {
  position: relative;
  width: 100%;
}
.cid-uYdtyOI5BM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uYdtyOI5BM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYdtyOI5BM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYdtyOI5BM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYdtyOI5BM H3 {
  color: #6f0d7e;
}
.cid-uYdtyOI5BM .user_text {
  color: #380240;
  text-align: left;
}
.cid-uYdtyOI5BM .user_name {
  color: #380240;
  text-align: left;
}
.cid-uYdtyOI5BM .user_desk {
  color: #380240;
}
.cid-ulHyY1JQEw {
  background-color: #962c93;
}
.cid-ulHyY1JQEw .top {
  fill: #e499e2;
}
.cid-umQZxgqNHY {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #962c93;
}
.cid-umQZxgqNHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQZxgqNHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQZxgqNHY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fecd1a;
  margin-bottom: 0.4rem;
}
.cid-umQZxgqNHY .card-wrapper {
  padding: 0.5rem;
  background: #6f0d7e;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-umQZxgqNHY .card-wrapper {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .cid-umQZxgqNHY .card-wrapper {
    padding: 0.5rem 0.5rem;
  }
}
.cid-umQZxgqNHY .card-title {
  color: #fecd1a;
}
.cid-umQZxgqNHY .mbr-section-title {
  color: #ffffff;
}
.cid-umQZxgqNHY .mbr-text {
  color: #ffffff;
}
.cid-umQZxgqNHY .link {
  color: #ffffff;
}
.cid-umQYKN2RhF {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #962c93;
}
.cid-umQYKN2RhF .showAlerts {
  display: block !important;
}
.cid-umQYKN2RhF .rowflexrev {
  display: -webkit-flex;
}
.cid-umQYKN2RhF .title {
  margin-bottom: 2rem;
}
.cid-umQYKN2RhF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umQYKN2RhF textarea.form-control {
  min-height: 188px;
}
.cid-umQYKN2RhF LABEL {
  color: #232323;
  display: initial;
}
.cid-umQYKN2RhF .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-umQYKN2RhF .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-umQYKN2RhF .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-umQYKN2RhF .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-umQYKN2RhF .alert {
  margin-bottom: 0;
}
.cid-umQYKN2RhF .alert-success {
  background-color: #70c770;
}
.cid-umQYKN2RhF .alert-danger {
  background-color: #ff4a52;
}
.cid-umQYKN2RhF .btn {
  display: inline-flex;
}
.cid-umQYKN2RhF .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-umQYKN2RhF .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-umQYKN2RhF .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-umQYKN2RhF input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-umQYKN2RhF input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-umQYKN2RhF input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-umQYKN2RhF input,
.cid-umQYKN2RhF option,
.cid-umQYKN2RhF textarea {
  color: #000000;
}
.cid-umQYKN2RhF H2 {
  color: #ffffff;
}
.cid-unfeGqXwFb {
  padding-top: 0.9rem;
  padding-bottom: 0rem;
  background-color: #962c93;
}
.cid-unfeGqXwFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-unfeGqXwFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unfeGqXwFb .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unfeGqXwFb .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-unfdCuj158 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #962c93;
  overflow: hidden;
}
.cid-unfdCuj158 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-unfdCuj158 .otra-clase1 {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
}
.cid-unfdCuj158 .otra-clase2 {
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
}
.cid-unfdCuj158 .thin-hr {
  border: none;
  border-top: 1px solid #dddddd;
  margin: 10px 0;
}
.cid-ul010sC26U #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(150, 44, 147, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #6f0d7e;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-ul010sC26U #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-ul010sC26U #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #fecd1a;
  opacity: 1;
}
.cid-ul010sC26U #dentauraBttB:hover {
  background-color: rgba(35, 3, 40, 0.85);
}
.cid-ul010sC26U #dentauraBttB:hover span {
  border-bottom-color: #fff0b0;
}
.cid-ul010sC26U .hidden {
  display: none;
}
