body {
  font-family: 'Roboto', sans-serif;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #8364e2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9608 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9608 !important;
  border-color: #ff9608 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff9608 !important;
  border-color: #ff9608 !important;
  box-shadow: #ff9608 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b06500 !important;
  border-color: #b06500 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  box-shadow: #47b5ed 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: #40b0bf 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: #ffe161 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9608 !important;
  border-color: #ff9608 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9608 !important;
  border-color: #ff9608 !important;
  box-shadow: #ff9608 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b06500 !important;
  border-color: #b06500 !important;
}
.btn-white {
  color: #8364e2 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.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: transparent;
  color: #8364e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4e26ca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9608;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b06500 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9608 !important;
  border-color: #ff9608 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9608;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b06500 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9608 !important;
  border-color: #ff9608 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #8364e2 !important;
}
.text-secondary {
  color: #ff9608 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9608 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4923bd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a15d00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a15d00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #8364e2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9608;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8364e2;
  border-color: #8364e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8364e2;
}
.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: #a0d8df;
}
.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: #ffedd4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #8364e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #8364e2;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8364e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8364e2;
}
.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: #8364e2;
  border-bottom-color: #8364e2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #8364e2 !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: #ff9608 !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='%238364e2' %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-sQkBjWLKOr {
  z-index: 1000;
  width: 100%;
}
.cid-sQkBjWLKOr .btn {
  padding: 0.3rem 2rem;
}
.cid-sQkBjWLKOr .nav-link {
  position: relative;
}
.cid-sQkBjWLKOr .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-sQkBjWLKOr .nav-link:hover:before {
  width: 100%;
}
.cid-sQkBjWLKOr nav.navbar {
  position: fixed;
}
.cid-sQkBjWLKOr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQkBjWLKOr .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQkBjWLKOr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQkBjWLKOr .dropdown-item:hover,
.cid-sQkBjWLKOr .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-sQkBjWLKOr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQkBjWLKOr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQkBjWLKOr .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sQkBjWLKOr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQkBjWLKOr .container {
  display: flex;
  margin: auto;
}
.cid-sQkBjWLKOr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQkBjWLKOr .dropdown-menu,
.cid-sQkBjWLKOr .navbar.opened {
  background: #090822 !important;
}
.cid-sQkBjWLKOr .nav-item:focus,
.cid-sQkBjWLKOr .nav-link:focus {
  outline: none;
}
.cid-sQkBjWLKOr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQkBjWLKOr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQkBjWLKOr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQkBjWLKOr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQkBjWLKOr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQkBjWLKOr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQkBjWLKOr .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #090822 !important;
  transition: all 0.3s;
}
.cid-sQkBjWLKOr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #090822;
}
.cid-sQkBjWLKOr .navbar.opened {
  transition: all 0.3s;
}
.cid-sQkBjWLKOr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQkBjWLKOr .navbar .navbar-logo img {
  width: auto;
}
.cid-sQkBjWLKOr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQkBjWLKOr .navbar.collapsed {
  justify-content: center;
}
.cid-sQkBjWLKOr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQkBjWLKOr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQkBjWLKOr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQkBjWLKOr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQkBjWLKOr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQkBjWLKOr .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-sQkBjWLKOr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQkBjWLKOr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQkBjWLKOr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQkBjWLKOr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQkBjWLKOr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQkBjWLKOr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQkBjWLKOr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQkBjWLKOr .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-sQkBjWLKOr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQkBjWLKOr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQkBjWLKOr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQkBjWLKOr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQkBjWLKOr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQkBjWLKOr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQkBjWLKOr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQkBjWLKOr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQkBjWLKOr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQkBjWLKOr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQkBjWLKOr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQkBjWLKOr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQkBjWLKOr .dropdown-item.active,
.cid-sQkBjWLKOr .dropdown-item:active {
  background-color: transparent;
}
.cid-sQkBjWLKOr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQkBjWLKOr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQkBjWLKOr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQkBjWLKOr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #090822;
}
.cid-sQkBjWLKOr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQkBjWLKOr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQkBjWLKOr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQkBjWLKOr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQkBjWLKOr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQkBjWLKOr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQkBjWLKOr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQkBjWLKOr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQkBjWLKOr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQkBjWLKOr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQkBjWLKOr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQkBjWLKOr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQkBjWLKOr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQkBjWLKOr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQkBjWLKOr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQkBjWLKOr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQkBjWLKOr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQkBjWLKOr .navbar {
    height: 70px;
  }
  .cid-sQkBjWLKOr .navbar.opened {
    height: auto;
  }
  .cid-sQkBjWLKOr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tb08rRFH0F {
  background-image: url("../../../assets/images/fondo-abstracto-liquido-degradado-52683.webp");
  background-attachment: fixed;
}
.cid-tb08rRFH0F .mbr-section-title {
  color: #b5aae7;
  text-align: auto;
}
.cid-tb08rRFH0F .mbr-text,
.cid-tb08rRFH0F .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tb08rRFH0F .mbr-section-subtitle {
  color: #ffffff;
  text-align: auto;
}
.cid-tb08rRFH0F img {
  border-radius: 2rem;
}
.cid-tb08rRFH0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tb08rRFH0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcyY78lgr4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9608;
}
.cid-tcyY78lgr4 .mbr-section-title {
  color: #ffffff;
}
.cid-tcyY78lgr4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcyY78lgr4 .line {
  background: #353535;
  height: 1px;
  width: 100%;
  margin-top: 0.5rem;
}
.cid-tcyY78lgr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcyY78lgr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdwIORcOOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #090822;
}
.cid-tdwIORcOOS .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tdwIORcOOS .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tdwIORcOOS .mbr-section-btn {
  margin-top: 30px;
}
.cid-tdwIORcOOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdwIORcOOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdwIORcOOS .mbr-section-title,
.cid-tdwIORcOOS .mbr-section-btn {
  color: #b5aae7;
}
.cid-tdwTSY64O6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tdwTSY64O6 .col-12 {
    padding: 0 2rem;
  }
  .cid-tdwTSY64O6 .row {
    margin: 0 -2rem;
  }
}
.cid-tdwTSY64O6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tdwTSY64O6 .counter-container ul li {
  margin-bottom: 1.2rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-tdwTSY64O6 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #b5aae7;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-top: 1px;
  content: "✓";
}
.cid-tdwTSY64O6 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tdwTSY64O6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #8364e2;
}
.cid-tdwTSY64O6 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-tdwTSY64O6 .svg-top {
    width: 1000px;
  }
}
.cid-tdwTSY64O6 .mbr-text {
  color: #0f0e23;
}
.cid-tdwTSY64O6 .mbr-section-title {
  color: #090822;
}
.cid-tfaVLdNwhO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9608;
}
.cid-tfaVLdNwhO .mbr-section-title {
  color: #ffffff;
}
.cid-tfaVLdNwhO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfaVLdNwhO .line {
  background: #353535;
  height: 1px;
  width: 100%;
  margin-top: 0.5rem;
}
.cid-tfaVLdNwhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfaVLdNwhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf8u0eReTx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #090822;
  overflow: hidden;
  position: relative;
}
.cid-tf8u0eReTx .row {
  align-items: flex-start;
}
.cid-tf8u0eReTx .container,
.cid-tf8u0eReTx .container-fluid {
  position: static;
}
.cid-tf8u0eReTx .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tf8u0eReTx .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tf8u0eReTx .mbr-section-title {
  color: #b5aae7;
  margin-bottom: 0;
}
.cid-tf8u0eReTx .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tf8u0eReTx .col-text {
  position: relative;
  z-index: 2;
}
.cid-tf8u0eReTx .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tf8u0eReTx .mbr-section-btn {
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tf8u0eReTx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tf8u0eReTx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tf8u0eReTx .mbr-section-head {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tf8u0eReTx .mbr-section-head {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-tf8u0eReTx .toggle-panel,
.cid-tf8u0eReTx .panel-group {
  width: 100%;
}
.cid-tf8u0eReTx .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-tf8u0eReTx .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #ffffff;
}
.cid-tf8u0eReTx .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-tf8u0eReTx .panel-title .sign {
  transform: rotate(180deg);
}
.cid-tf8u0eReTx .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-tf8u0eReTx .collapsed .sign {
  transform: rotate(0deg);
}
.cid-tf8u0eReTx .panel-text {
  text-align: center;
  opacity: 0.8;
  color: #0d0c25;
  margin-bottom: 16px;
}
.cid-tf8u0eReTx .sign {
  color: #ff9608;
  transition: transform 0.2s ease-in-out;
}
.cid-tf8u0eReTx .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.cid-tf8u0eReTx .panel-title-edit {
  width: 100%;
  color: #160830;
  text-align: center;
}
.cid-tf8u0eReTx .bg-round {
  position: absolute;
  top: -33%;
  z-index: 1;
  max-width: 860px;
  padding: 0;
  right: 14%;
}
@media (max-width: 1399px) {
  .cid-tf8u0eReTx .bg-round {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tf8u0eReTx .bg-round {
    top: auto;
    bottom: 0;
  }
}
.cid-tf8u0eReTx .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tf8u0eReTx .bg-round svg {
    height: 100%;
  }
}
.cid-tf8u0eReTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf8u0eReTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf8u0eReTx .mbr-text,
.cid-tf8u0eReTx .mbr-section-btn {
  color: #ffffff;
}
.cid-teQnMpgJBf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-teQnMpgJBf .mbr-section-title {
  color: #090822;
}
.cid-teQnMpgJBf .mbr-text,
.cid-teQnMpgJBf .mbr-section-btn {
  color: #0f0e23;
}
.cid-teQnMpgJBf .mbr-section-subtitle {
  color: #8364e2;
}
.cid-teQnMpgJBf img {
  border-radius: 2rem;
}
.cid-teQnMpgJBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-teQnMpgJBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teQoGCCxxL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-teQoGCCxxL .row {
  flex-direction: row-reverse;
}
.cid-teQoGCCxxL .mbr-section-title {
  color: #090822;
}
.cid-teQoGCCxxL .mbr-text,
.cid-teQoGCCxxL .mbr-section-btn {
  color: #0f0e23;
}
.cid-teQoGCCxxL .mbr-section-subtitle {
  color: #8364e2;
}
.cid-teQoGCCxxL img {
  border-radius: 2rem;
}
.cid-teQoGCCxxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-teQoGCCxxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teQp0ApriG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-teQp0ApriG .mbr-section-title {
  color: #090822;
}
.cid-teQp0ApriG .mbr-text,
.cid-teQp0ApriG .mbr-section-btn {
  color: #0f0e23;
}
.cid-teQp0ApriG .mbr-section-subtitle {
  color: #8364e2;
}
.cid-teQp0ApriG img {
  border-radius: 2rem;
}
.cid-teQp0ApriG .mbr-fallback-image.disabled {
  display: none;
}
.cid-teQp0ApriG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcApXKbYpj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9608;
}
.cid-tcApXKbYpj .mbr-section-title {
  color: #ffffff;
}
.cid-tcApXKbYpj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcApXKbYpj .line {
  background: #353535;
  height: 1px;
  width: 100%;
  margin-top: 0.5rem;
}
.cid-tcApXKbYpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcApXKbYpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcA5cS6XMx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #090822;
}
@media (max-width: 992px) {
  .cid-tcA5cS6XMx .mbr-overlay {
    background-color: #090822;
  }
}
.cid-tcA5cS6XMx .mbr-text {
  color: #ffffff;
}
.cid-tcA5cS6XMx .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tcA5cS6XMx .mbr-section-subtitle {
  color: #a5bdce;
}
.cid-tcAnaUlQPn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9608;
}
.cid-tcAnaUlQPn .mbr-section-title {
  color: #ffffff;
}
.cid-tcAnaUlQPn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcAnaUlQPn .line {
  background: #353535;
  height: 1px;
  width: 100%;
  margin-top: 0.5rem;
}
.cid-tcAnaUlQPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcAnaUlQPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teQhWuqISD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fondo-abstracto-liquido-degradado-52683.webp");
  background-attachment: fixed;
}
.cid-teQhWuqISD .mbr-overlay {
  background-color: #090822;
  opacity: 0.3;
}
.cid-teQhWuqISD form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-teQhWuqISD form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-teQhWuqISD form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-teQhWuqISD .mbr-section-title {
  color: #ffffff;
}
.cid-teQhWuqISD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tdfcDqVVfe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9608;
}
.cid-tdfcDqVVfe .mbr-section-title {
  color: #ffffff;
}
.cid-tdfcDqVVfe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tdfcDqVVfe .line {
  background: #353535;
  height: 1px;
  width: 100%;
  margin-top: 0.5rem;
}
.cid-tdfcDqVVfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdfcDqVVfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbvIRSo050 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #090822;
  overflow: hidden;
}
.cid-tbvIRSo050 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tbvIRSo050 .media-container-row .mbr-text {
  color: #ff9608;
}
.cid-tf7pDqjbL0 {
  z-index: 1000;
  width: 100%;
}
.cid-tf7pDqjbL0 .btn {
  padding: 0.3rem 2rem;
}
.cid-tf7pDqjbL0 .nav-link {
  position: relative;
}
.cid-tf7pDqjbL0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-tf7pDqjbL0 .nav-link:hover:before {
  width: 100%;
}
.cid-tf7pDqjbL0 nav.navbar {
  position: fixed;
}
.cid-tf7pDqjbL0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tf7pDqjbL0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tf7pDqjbL0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tf7pDqjbL0 .dropdown-item:hover,
.cid-tf7pDqjbL0 .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-tf7pDqjbL0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tf7pDqjbL0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tf7pDqjbL0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tf7pDqjbL0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tf7pDqjbL0 .container {
  display: flex;
  margin: auto;
}
.cid-tf7pDqjbL0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tf7pDqjbL0 .dropdown-menu,
.cid-tf7pDqjbL0 .navbar.opened {
  background: #0f0e23 !important;
}
.cid-tf7pDqjbL0 .nav-item:focus,
.cid-tf7pDqjbL0 .nav-link:focus {
  outline: none;
}
.cid-tf7pDqjbL0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tf7pDqjbL0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tf7pDqjbL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tf7pDqjbL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tf7pDqjbL0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tf7pDqjbL0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tf7pDqjbL0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0f0e23 !important;
  transition: all 0.3s;
}
.cid-tf7pDqjbL0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0f0e23;
}
.cid-tf7pDqjbL0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tf7pDqjbL0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tf7pDqjbL0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tf7pDqjbL0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tf7pDqjbL0 .navbar.collapsed {
  justify-content: center;
}
.cid-tf7pDqjbL0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tf7pDqjbL0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tf7pDqjbL0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tf7pDqjbL0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tf7pDqjbL0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tf7pDqjbL0 .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-tf7pDqjbL0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tf7pDqjbL0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tf7pDqjbL0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tf7pDqjbL0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tf7pDqjbL0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tf7pDqjbL0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tf7pDqjbL0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tf7pDqjbL0 .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-tf7pDqjbL0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tf7pDqjbL0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tf7pDqjbL0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tf7pDqjbL0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tf7pDqjbL0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tf7pDqjbL0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tf7pDqjbL0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tf7pDqjbL0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tf7pDqjbL0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tf7pDqjbL0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tf7pDqjbL0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tf7pDqjbL0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tf7pDqjbL0 .dropdown-item.active,
.cid-tf7pDqjbL0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tf7pDqjbL0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tf7pDqjbL0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tf7pDqjbL0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tf7pDqjbL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0e23;
}
.cid-tf7pDqjbL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tf7pDqjbL0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tf7pDqjbL0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tf7pDqjbL0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tf7pDqjbL0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tf7pDqjbL0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tf7pDqjbL0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tf7pDqjbL0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tf7pDqjbL0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tf7pDqjbL0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tf7pDqjbL0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tf7pDqjbL0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tf7pDqjbL0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tf7pDqjbL0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tf7pDqjbL0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tf7pDqjbL0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tf7pDqjbL0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tf7pDqjbL0 .navbar {
    height: 70px;
  }
  .cid-tf7pDqjbL0 .navbar.opened {
    height: auto;
  }
  .cid-tf7pDqjbL0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfu8jkLGnY {
  background-image: url("../../../assets/images/fondo-abstracto-liquido-degradado-52683.webp");
  background-attachment: fixed;
}
.cid-tfu8jkLGnY .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cdcee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tfu8jkLGnY .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfu8jkLGnY .mbr-section-btn {
  margin-top: 30px;
}
.cid-tfu8jkLGnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfu8jkLGnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfu8jkLGnY .mbr-section-title,
.cid-tfu8jkLGnY .mbr-section-btn {
  color: #ff9608;
}
.cid-tfHjWGSz1t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9608;
}
.cid-tfHjWGSz1t .mbr-section-title {
  color: #ffffff;
}
.cid-tfHjWGSz1t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfHjWGSz1t .line {
  background: #353535;
  height: 1px;
  width: 100%;
  margin-top: 0.5rem;
}
.cid-tfHjWGSz1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfHjWGSz1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwFJNktXj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwFJNktXj .row {
  justify-content: center;
}
.cid-tfwFJNktXj .mbr-section-title {
  color: #090822;
  width: 100%;
  text-align: center;
}
.cid-tfwFJNktXj .mbr-section-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-top: 24px;
}
.cid-tfwFJNktXj .col-title {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
.cid-tfwFJNktXj .cards-wrapper {
  position: relative;
  padding: 0 !important;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.cid-tfwFJNktXj .number-line {
  position: absolute;
  left: 19px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #090822;
}
@media (max-width: 991px) {
  .cid-tfwFJNktXj .number-line {
    display: none !important;
  }
}
.cid-tfwFJNktXj .card {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tfwFJNktXj .card:not(:nth-child(2)) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cid-tfwFJNktXj .card:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #ffffff;
  }
  .cid-tfwFJNktXj .card:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #ffffff;
  }
}
.cid-tfwFJNktXj .card-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-tfwFJNktXj .card-number-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfwFJNktXj .card-number-container {
    position: absolute;
    left: 24px;
    top: -19px;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 50%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tfwFJNktXj .card-number-container {
    left: 16px;
  }
}
.cid-tfwFJNktXj .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 2px solid #090822;
  font-size: 1rem;
  color: #090822;
  border-radius: 50%;
}
.cid-tfwFJNktXj .card-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 24px;
  border: 2px solid #090822;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tfwFJNktXj .card-box {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.cid-tfwFJNktXj .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  padding: 40px;
  border-radius: 12px;
  margin-right: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #8364e2, #4f0d9c);
}
@media (max-width: 767px) {
  .cid-tfwFJNktXj .card-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.cid-tfwFJNktXj .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-tfwFJNktXj .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cid-tfwFJNktXj .card-text-container {
  width: 100%;
}
.cid-tfwFJNktXj .card-title {
  color: #ff9608;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-tfwFJNktXj .card-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-tfwFJNktXj .card-subtitle {
    margin-top: 8px;
  }
}
.cid-tfwFJNktXj .card-text {
  color: #0f0e23;
  width: 100%;
  opacity: 0.65;
  margin-bottom: 0;
  margin-top: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tfwFJNktXj .card-text {
    margin-top: 16px;
  }
}
.cid-tfHjYw6LUW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9608;
}
.cid-tfHjYw6LUW .mbr-section-title {
  color: #ffffff;
}
.cid-tfHjYw6LUW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfHjYw6LUW .line {
  background: #353535;
  height: 1px;
  width: 100%;
  margin-top: 0.5rem;
}
.cid-tfHjYw6LUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfHjYw6LUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfkJasMMb5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfkJasMMb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfkJasMMb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfkJasMMb5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tfkJasMMb5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tfkJasMMb5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #8364e2;
}
.cid-tfkJasMMb5 .panel-body,
.cid-tfkJasMMb5 .card-header {
  padding: 1rem 0;
}
.cid-tfkJasMMb5 .panel-title-edit {
  color: #090822;
}
.cid-tfkJasMMb5 H3 {
  color: #090822;
}
.cid-tfkJasMMb5 .panel-text {
  color: #0f0e23;
}
.cid-tfpSuIx3ru {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfpSuIx3ru .mbr-text,
.cid-tfpSuIx3ru .mbr-section-btn {
  color: #353535;
}
.cid-tfpSuIx3ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfpSuIx3ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf7pDBq4ij {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9608;
}
.cid-tf7pDBq4ij .mbr-section-title {
  color: #ffffff;
}
.cid-tf7pDBq4ij .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tf7pDBq4ij .line {
  background: #353535;
  height: 1px;
  width: 100%;
  margin-top: 0.5rem;
}
.cid-tf7pDBq4ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf7pDBq4ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf7pDCIqgJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f0e23;
  overflow: hidden;
}
.cid-tf7pDCIqgJ .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tf7pDCIqgJ .media-container-row .mbr-text {
  color: #ff9608;
}
.cid-tfpRFyKQZP {
  z-index: 1000;
  width: 100%;
}
.cid-tfpRFyKQZP .btn {
  padding: 0.3rem 2rem;
}
.cid-tfpRFyKQZP .nav-link {
  position: relative;
}
.cid-tfpRFyKQZP .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-tfpRFyKQZP .nav-link:hover:before {
  width: 100%;
}
.cid-tfpRFyKQZP nav.navbar {
  position: fixed;
}
.cid-tfpRFyKQZP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfpRFyKQZP .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfpRFyKQZP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfpRFyKQZP .dropdown-item:hover,
.cid-tfpRFyKQZP .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-tfpRFyKQZP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfpRFyKQZP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfpRFyKQZP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tfpRFyKQZP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfpRFyKQZP .container {
  display: flex;
  margin: auto;
}
.cid-tfpRFyKQZP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfpRFyKQZP .dropdown-menu,
.cid-tfpRFyKQZP .navbar.opened {
  background: #0f0e23 !important;
}
.cid-tfpRFyKQZP .nav-item:focus,
.cid-tfpRFyKQZP .nav-link:focus {
  outline: none;
}
.cid-tfpRFyKQZP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfpRFyKQZP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfpRFyKQZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfpRFyKQZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfpRFyKQZP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfpRFyKQZP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfpRFyKQZP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0f0e23 !important;
  transition: all 0.3s;
}
.cid-tfpRFyKQZP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0f0e23;
}
.cid-tfpRFyKQZP .navbar.opened {
  transition: all 0.3s;
}
.cid-tfpRFyKQZP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfpRFyKQZP .navbar .navbar-logo img {
  width: auto;
}
.cid-tfpRFyKQZP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfpRFyKQZP .navbar.collapsed {
  justify-content: center;
}
.cid-tfpRFyKQZP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfpRFyKQZP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfpRFyKQZP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tfpRFyKQZP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfpRFyKQZP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfpRFyKQZP .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-tfpRFyKQZP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfpRFyKQZP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfpRFyKQZP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfpRFyKQZP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfpRFyKQZP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfpRFyKQZP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfpRFyKQZP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfpRFyKQZP .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-tfpRFyKQZP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfpRFyKQZP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfpRFyKQZP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfpRFyKQZP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfpRFyKQZP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfpRFyKQZP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfpRFyKQZP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfpRFyKQZP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfpRFyKQZP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfpRFyKQZP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfpRFyKQZP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfpRFyKQZP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfpRFyKQZP .dropdown-item.active,
.cid-tfpRFyKQZP .dropdown-item:active {
  background-color: transparent;
}
.cid-tfpRFyKQZP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfpRFyKQZP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfpRFyKQZP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfpRFyKQZP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0e23;
}
.cid-tfpRFyKQZP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfpRFyKQZP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfpRFyKQZP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfpRFyKQZP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfpRFyKQZP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfpRFyKQZP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfpRFyKQZP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfpRFyKQZP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfpRFyKQZP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfpRFyKQZP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfpRFyKQZP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfpRFyKQZP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfpRFyKQZP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfpRFyKQZP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfpRFyKQZP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tfpRFyKQZP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfpRFyKQZP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfpRFyKQZP .navbar {
    height: 70px;
  }
  .cid-tfpRFyKQZP .navbar.opened {
    height: auto;
  }
  .cid-tfpRFyKQZP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfpRFDNcSm {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tfpRFDNcSm blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-tfpRFDNcSm .quote {
  color: #e43f3f;
}
.cid-tfpRFDNcSm .quote,
.cid-tfpRFDNcSm blockquote {
  color: #0f0e23;
  text-align: left;
}
.cid-tfpRFDNcSm .mbr-section-title {
  text-align: left;
  color: #090822;
}
.cid-tfpRFDNcSm .mbr-text {
  text-align: left;
  color: #090822;
}
.cid-tfpRFFhv1H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9608;
}
.cid-tfpRFFhv1H .mbr-section-title {
  color: #ffffff;
}
.cid-tfpRFFhv1H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfpRFFhv1H .line {
  background: #353535;
  height: 1px;
  width: 100%;
  margin-top: 0.5rem;
}
.cid-tfpRFFhv1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfpRFFhv1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfpRFGwer2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f0e23;
  overflow: hidden;
}
.cid-tfpRFGwer2 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tfpRFGwer2 .media-container-row .mbr-text {
  color: #ff9608;
}
