body {
  font-family: 'PT Sans', sans-serif;
}
.display-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.07rem + (1.2 - 1.07) * ((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: #0930ff !important;
}
.bg-success {
  background-color: #64ff54 !important;
}
.bg-info {
  background-color: #56f1ff !important;
}
.bg-warning {
  background-color: #fdff54 !important;
}
.bg-danger {
  background-color: #fcff1e !important;
}
.btn-primary .btn-overlay {
  background-color: #243ab1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0930ff !important;
  border-color: #0930ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #243ab1 !important;
  border-color: #243ab1 !important;
}
.btn-secondary .btn-overlay {
  background-color: #8e9d51 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bcd948 !important;
  border-color: #bcd948 !important;
  color: #181c06 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #181c06 !important;
  background-color: #8e9d51 !important;
  border-color: #8e9d51 !important;
}
.btn-info .btn-overlay {
  background-color: #48ceda !important;
}
.btn-info,
.btn-info:active {
  background-color: #56f1ff !important;
  border-color: #56f1ff !important;
  color: #004f56 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #004f56 !important;
  background-color: #48ceda !important;
  border-color: #48ceda !important;
}
.btn-success .btn-overlay {
  background-color: #54d947 !important;
}
.btn-success,
.btn-success:active {
  background-color: #64ff54 !important;
  border-color: #64ff54 !important;
  color: #085400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #085400 !important;
  background-color: #54d947 !important;
  border-color: #54d947 !important;
}
.btn-warning .btn-overlay {
  background-color: #d8d947 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fdff54 !important;
  border-color: #fdff54 !important;
  color: #535400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #535400 !important;
  background-color: #d8d947 !important;
  border-color: #d8d947 !important;
}
.btn-danger .btn-overlay {
  background-color: #c0c228 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fcff1e !important;
  border-color: #fcff1e !important;
  color: #1e1e00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1e1e00 !important;
  background-color: #c0c228 !important;
  border-color: #c0c228 !important;
}
.btn-white .btn-overlay {
  background-color: #e1e1e1 !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.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black .btn-overlay {
  background-color: #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1b1f0a !important;
  border-color: #1b1f0a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 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 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0930ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001cb1 !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: #0930ff !important;
  border-color: #0930ff !important;
}
.btn-secondary-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bcd948;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8da823 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #181c06 !important;
  background-color: #bcd948 !important;
  border-color: #bcd948 !important;
}
.btn-info-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #56f1ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00e9fe !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #004f56 !important;
  background-color: #56f1ff !important;
  border-color: #56f1ff !important;
}
.btn-success-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #64ff54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #18fc00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #085400 !important;
  background-color: #64ff54 !important;
  border-color: #64ff54 !important;
}
.btn-warning-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fdff54;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f9fc00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #535400 !important;
  background-color: #fdff54 !important;
  border-color: #fdff54 !important;
}
.btn-danger-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcff1e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c4c600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #1e1e00 !important;
  background-color: #fcff1e !important;
  border-color: #fcff1e !important;
}
.btn-black-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b1f0a;
}
.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: #1b1f0a !important;
  border-color: #1b1f0a !important;
}
.btn-white-outline {
  padding-left: 0 !important;
  padding-right: 0 !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: #0930ff !important;
}
.text-secondary {
  color: #bcd948 !important;
}
.text-success {
  color: #64ff54 !important;
}
.text-info {
  color: #56f1ff !important;
}
.text-warning {
  color: #fdff54 !important;
}
.text-danger {
  color: #fcff1e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1B1F0A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001aa2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #829b20 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #16ed00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00dbef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #eaed00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b5b700 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0930ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #1B1F0A;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #56f1ff;
}
.alert-warning {
  background-color: #fdff54;
}
.alert-danger {
  background-color: #fcff1e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0930ff;
  border-color: #0930ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0930ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5dcff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0930ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #0930ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0930ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0930ff;
}
.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: #0930ff;
  border-bottom-color: #0930ff;
}
.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: #0930ff !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: #bcd948 !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='%230930ff' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 100px;
  border-radius: 100vw;
  padding: 1rem 1.5rem;
  line-height: 1.25;
  font-weight: 600 !important;
  box-shadow: none !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  z-index: 1000;
}
.mbr-section-btn .btn-transform {
  position: relative;
  overflow: hidden;
  transition: 0.3s all !important;
}
.mbr-section-btn .btn-transform .btn-transform-1 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all !important;
  animation: btn-move-out 0.3s ease-in-out;
}
.mbr-section-btn .btn-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: 0.3s all !important;
}
.mbr-section-btn .btn {
  transition: 0.3s all !important;
}
.mbr-section-btn .btn:hover .btn-transform .btn-transform-1 {
  animation: btn-move 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .btn-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
b {
  font-weight: 600 !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uKHOiwckVL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKHOiwckVL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKHOiwckVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKHOiwckVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKHOiwckVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKHOiwckVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKHOiwckVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKHOiwckVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKHOiwckVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKHOiwckVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKHOiwckVL .navbar-nav .nav-item .nav-link:hover {
  background-color: #292676;
}
.cid-uKHOiwckVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKHOiwckVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKHOiwckVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKHOiwckVL .navbar-nav .dropdown-item:hover {
  background-color: #292676;
}
@media (min-width: 992px) {
  .cid-uKHOiwckVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKHOiwckVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKHOiwckVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKHOiwckVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKHOiwckVL .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKHOiwckVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKHOiwckVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKHOiwckVL .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(107, 103, 206, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #6b67ce;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uKHOiwckVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKHOiwckVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKHOiwckVL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKHOiwckVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #6b67ce;
  background: rgba(107, 103, 206, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uKHOiwckVL .nav-item:focus,
.cid-uKHOiwckVL .nav-link:focus {
  outline: none;
}
.cid-uKHOiwckVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKHOiwckVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKHOiwckVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKHOiwckVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKHOiwckVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKHOiwckVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKHOiwckVL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKHOiwckVL .navbar.opened {
  transition: all 0.3s;
}
.cid-uKHOiwckVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKHOiwckVL .navbar .navbar-logo img {
  width: auto;
}
.cid-uKHOiwckVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKHOiwckVL .navbar.collapsed {
  justify-content: center;
}
.cid-uKHOiwckVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKHOiwckVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKHOiwckVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKHOiwckVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKHOiwckVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKHOiwckVL .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-uKHOiwckVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKHOiwckVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKHOiwckVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKHOiwckVL .navbar {
    min-height: 72px;
  }
  .cid-uKHOiwckVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKHOiwckVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKHOiwckVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKHOiwckVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKHOiwckVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKHOiwckVL .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-uKHOiwckVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKHOiwckVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKHOiwckVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKHOiwckVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKHOiwckVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKHOiwckVL .dropdown-item.active,
.cid-uKHOiwckVL .dropdown-item:active {
  background-color: transparent;
}
.cid-uKHOiwckVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKHOiwckVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKHOiwckVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKHOiwckVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b67ce;
}
.cid-uKHOiwckVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKHOiwckVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKHOiwckVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKHOiwckVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKHOiwckVL .navbar-buttons {
    text-align: left;
  }
}
.cid-uKHOiwckVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKHOiwckVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKHOiwckVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKHOiwckVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKHOiwckVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKHOiwckVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKHOiwckVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKHOiwckVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKHOiwckVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKHOiwckVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKHOiwckVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKHOiwckVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKHOiwckVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKHOiwckVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKHOiwckVL .navbar {
    height: 70px;
  }
  .cid-uKHOiwckVL .navbar.opened {
    height: auto;
  }
  .cid-uKHOiwckVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKHOiwckVL .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uKHOiwckVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKHOiwckVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKHOiwckVL .navbar-brand {
    margin-right: auto;
  }
  .cid-uKHOiwckVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #6b67ce;
    opacity: 1;
    border-color: rgba(107, 103, 206, 0.8) !important;
    background: rgba(107, 103, 206, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKHOiwckVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKHOiwckVL .navbar-nav .dropdown-item:hover {
    background-color: #292676;
  }
  .cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKHOiwckVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKHOiwckVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKHOiwckVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKHSj8G2uh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uKHSj8G2uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHSj8G2uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHSj8G2uh .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uKHSj8G2uh .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uKHSj8G2uh .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uKHSj8G2uh .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uKHSj8G2uh .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-uKHSj8G2uh .col-img {
    padding: 30px !important;
  }
}
.cid-uKHSj8G2uh .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-uKHSj8G2uh .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uKHSj8G2uh .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uKHSj8G2uh .mbr-section-title {
  color: #d20f9c;
  margin-bottom: 20px;
}
.cid-uKHSj8G2uh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-uKHSj8G2uh .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKHSj8G2uh .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uKHSj8G2uh .mbr-text {
    padding-right: 0;
  }
}
.cid-uKHSj8G2uh .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKHSj8G2uh .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-uKHSj8G2uh .social-container {
    padding-top: 40px;
  }
}
.cid-uKHSj8G2uh .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uKHSj8G2uh .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uKHSj8G2uh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uKHSj8G2uh .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uKHSj8G2uh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uKHSj8G2uh .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uKHSj8G2uh .soc-item:hover:before {
  opacity: 1;
}
.cid-uKHSj8G2uh .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #6b67ce, #ff014e);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uKHSj8G2uh .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uKHSj8G2uh .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-uKG6GRpVl7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1bfe3;
}
.cid-uKG6GRpVl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKG6GRpVl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKG6GRpVl7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKG6GRpVl7 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKG6GRpVl7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKG6GRpVl7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKG6GRpVl7 .container {
    padding: 0 16px;
  }
}
.cid-uKG6GRpVl7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKG6GRpVl7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKG6GRpVl7 .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKG6GRpVl7 .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-uKG6GRpVl7 .content-wrapper .mbr-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKG6GRpVl7 .content-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uKG6GRpVl7 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKG6GRpVl7 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uKG6GRpVl7 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKG6GRpVl7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKG6GRpVl7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uKG6GRpVl7 .mbr-text {
  color: #000000;
}
.cid-uKBaDxjobp {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKBaDxjobp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBaDxjobp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBaDxjobp .mbr-text,
.cid-uKBaDxjobp .mbr-section-btn {
  text-align: center;
}
.cid-uKBaDxjobp .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uKBaDxjobp .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uKHUWwhXI0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1bfe3;
}
.cid-uKHUWwhXI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHUWwhXI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHUWwhXI0 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKHUWwhXI0 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uKHUWwhXI0 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKHUWwhXI0 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uKHUWwhXI0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKHUWwhXI0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uKHUWwhXI0 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKHUWwhXI0 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uKHUWwhXI0 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uKHUWwhXI0 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #6b67ce;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uKHUWwhXI0 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uKHUWwhXI0 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uKHUWwhXI0 .mbr-section-title {
  color: #050f0f;
}
.cid-uKHUWwhXI0 .mbr-text {
  color: #050f0f;
}
.cid-uKBc7tOicr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6b67ce;
}
.cid-uKBc7tOicr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBc7tOicr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBc7tOicr .row {
  justify-content: flex-start;
}
.cid-uKBc7tOicr .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-uKBc7tOicr .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-uKBc7tOicr .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uKBc7tOicr .container-fluid {
    padding: 0 15px;
  }
}
.cid-uKBc7tOicr .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKBc7tOicr .content-container {
    padding: 70px 30px;
  }
}
.cid-uKBc7tOicr .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uKBc7tOicr .mbr-section-title {
  color: #010101;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uKBc7tOicr .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uKBc7tOicr .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uKBc7tOicr .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uKBc7tOicr .mbr-section-subtitle,
.cid-uKBc7tOicr .mbr-section-btn {
  color: #010101;
}
.cid-uKGRLTIHNN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1bfe3;
}
.cid-uKGRLTIHNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGRLTIHNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGRLTIHNN .card-wrapper {
  background: #6b67ce;
}
@media (max-width: 767px) {
  .cid-uKGRLTIHNN .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKGRLTIHNN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uKGRLTIHNN .card-wrapper {
    padding: 4rem;
  }
}
.cid-uKGRLTIHNN .mbr-text,
.cid-uKGRLTIHNN .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-uKGRLTIHNN .card-title {
  color: #ffffff;
}
.cid-uKHSVI3CbH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #d20f9c 110%);
}
.cid-uKHSVI3CbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHSVI3CbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHSVI3CbH .row {
  justify-content: center;
}
.cid-uKHSVI3CbH .card-wrapper {
  display: flex;
  background-color: #6b67ce;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uKHSVI3CbH .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uKHSVI3CbH .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uKHSVI3CbH .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uKHSVI3CbH .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uKHSVI3CbH .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uKHSVI3CbH .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uKHSVI3CbH .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uKHSVI3CbH .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKHSVI3CbH .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uKHSVI3CbH .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uKHSVI3CbH .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uKHSVI3CbH .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uKHSVI3CbH .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKHSVI3CbH .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uKHSVI3CbH .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKHSVI3CbH .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uKHSVI3CbH .item-wrap {
  color: #ffffff;
}
.cid-uKHSVI3CbH .mbr-date {
  color: #ffffff;
}
.cid-uKHSVI3CbH .mbr-section-title {
  color: #ffffff;
}
.cid-uKHSVI3CbH .mbr-name {
  color: #ffffff;
}
.cid-uKHSVI3CbH .item-wrap,
.cid-uKHSVI3CbH .tag-wrapper {
  color: #ffffff;
}
.cid-uKHSVI3CbH .mbr-section-title,
.cid-uKHSVI3CbH .mbr-section-btn {
  color: #ffffff;
}
.cid-uKG8EPJntJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1bfe3;
}
.cid-uKG8EPJntJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKG8EPJntJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKG8EPJntJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKG8EPJntJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKG8EPJntJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKG8EPJntJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKG8EPJntJ .container {
    padding: 0 16px;
  }
}
.cid-uKG8EPJntJ .row {
  justify-content: center;
}
.cid-uKG8EPJntJ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uKG8EPJntJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKG8EPJntJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKG8EPJntJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKG8EPJntJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKG8EPJntJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKHU4o9Sx4 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: #6b67ce;
}
.cid-uKHU4o9Sx4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uKHU4o9Sx4 .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: #0930ff;
}
.cid-uKHU4o9Sx4 .svg-top .st0 {
  fill: #6b67ce;
}
@media (max-width: 992px) {
  .cid-uKHU4o9Sx4 .svg-top {
    width: 1000px;
  }
}
.cid-uKHU4o9Sx4 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uKHU4o9Sx4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKHU4o9Sx4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKHU4o9Sx4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKHU4o9Sx4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKHU4o9Sx4 .mbr-section-title {
  color: #010101;
}
.cid-uKHU4o9Sx4 .mbr-section-subtitle {
  color: #010101;
}
.cid-t2YICRBbFN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010101;
  overflow: hidden;
}
.cid-t2YICRBbFN .mbr-text {
  color: #1B1F0A;
}
.cid-t2YICRBbFN .media-container-row .mbr-text {
  color: #f3f4ef;
}
.cid-uKHNkWm6K5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKHNkWm6K5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKHNkWm6K5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKHNkWm6K5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKHNkWm6K5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKHNkWm6K5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKHNkWm6K5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKHNkWm6K5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKHNkWm6K5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKHNkWm6K5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKHNkWm6K5 .navbar-nav .nav-item .nav-link:hover {
  background-color: #292676;
}
.cid-uKHNkWm6K5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKHNkWm6K5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKHNkWm6K5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKHNkWm6K5 .navbar-nav .dropdown-item:hover {
  background-color: #292676;
}
@media (min-width: 992px) {
  .cid-uKHNkWm6K5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKHNkWm6K5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKHNkWm6K5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKHNkWm6K5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKHNkWm6K5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKHNkWm6K5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKHNkWm6K5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKHNkWm6K5 .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(107, 103, 206, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #6b67ce;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uKHNkWm6K5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKHNkWm6K5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKHNkWm6K5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKHNkWm6K5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #6b67ce;
  background: rgba(107, 103, 206, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uKHNkWm6K5 .nav-item:focus,
.cid-uKHNkWm6K5 .nav-link:focus {
  outline: none;
}
.cid-uKHNkWm6K5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKHNkWm6K5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKHNkWm6K5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKHNkWm6K5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKHNkWm6K5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKHNkWm6K5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKHNkWm6K5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKHNkWm6K5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKHNkWm6K5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKHNkWm6K5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKHNkWm6K5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKHNkWm6K5 .navbar.collapsed {
  justify-content: center;
}
.cid-uKHNkWm6K5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKHNkWm6K5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKHNkWm6K5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKHNkWm6K5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKHNkWm6K5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKHNkWm6K5 .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-uKHNkWm6K5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKHNkWm6K5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKHNkWm6K5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKHNkWm6K5 .navbar {
    min-height: 72px;
  }
  .cid-uKHNkWm6K5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKHNkWm6K5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKHNkWm6K5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKHNkWm6K5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKHNkWm6K5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKHNkWm6K5 .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-uKHNkWm6K5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKHNkWm6K5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKHNkWm6K5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKHNkWm6K5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKHNkWm6K5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKHNkWm6K5 .dropdown-item.active,
.cid-uKHNkWm6K5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKHNkWm6K5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKHNkWm6K5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKHNkWm6K5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKHNkWm6K5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b67ce;
}
.cid-uKHNkWm6K5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKHNkWm6K5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKHNkWm6K5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKHNkWm6K5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKHNkWm6K5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uKHNkWm6K5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKHNkWm6K5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKHNkWm6K5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKHNkWm6K5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKHNkWm6K5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKHNkWm6K5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKHNkWm6K5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKHNkWm6K5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKHNkWm6K5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKHNkWm6K5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKHNkWm6K5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKHNkWm6K5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKHNkWm6K5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKHNkWm6K5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKHNkWm6K5 .navbar {
    height: 70px;
  }
  .cid-uKHNkWm6K5 .navbar.opened {
    height: auto;
  }
  .cid-uKHNkWm6K5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKHNkWm6K5 .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uKHNkWm6K5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKHNkWm6K5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKHNkWm6K5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uKHNkWm6K5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #6b67ce;
    opacity: 1;
    border-color: rgba(107, 103, 206, 0.8) !important;
    background: rgba(107, 103, 206, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKHNkWm6K5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKHNkWm6K5 .navbar-nav .dropdown-item:hover {
    background-color: #292676;
  }
  .cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKHNkWm6K5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKHNkWm6K5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKHNkWm6K5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKIiB4wQmH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1.jpg-900x500.jpg");
}
.cid-uKIiB4wQmH .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uKIiB4wQmH .row {
    padding: 0 12px;
  }
}
.cid-uKIiB4wQmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIiB4wQmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIiB4wQmH .title-container {
  display: flex;
  justify-content: center;
}
.cid-uKIiB4wQmH .title-container .title-wrapper {
  max-width: 750px;
  padding: 40px 35px;
  background-color: #ffffff;
}
.cid-uKIiB4wQmH .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKIiB4wQmH .title-container .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-uKIiB4wQmH .mbr-section-title {
  color: #ee2947;
  text-align: center;
}
.cid-uKIiB4wQmH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKuGhF5Nwq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1bfe3;
}
.cid-uKuGhF5Nwq .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uKuGhF5Nwq .mbr-section-title {
  color: #010101;
}
.cid-uKuGhF5Nwq .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uKuGhF5Nwq .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uKuGhF5Nwq .mbr-section-title DIV {
  text-align: center;
}
.cid-uKIimWrNqe {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: #b2a1ec;
}
.cid-uKIimWrNqe .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uKIimWrNqe .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: #0930ff;
}
.cid-uKIimWrNqe .svg-top .st0 {
  fill: #b2a1ec;
}
@media (max-width: 992px) {
  .cid-uKIimWrNqe .svg-top {
    width: 1000px;
  }
}
.cid-uKIimWrNqe .google-map {
  height: 35rem;
  position: relative;
}
.cid-uKIimWrNqe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKIimWrNqe .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKIimWrNqe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKIimWrNqe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKIimWrNqe .mbr-section-title {
  color: #010101;
}
.cid-uKIimWrNqe .mbr-section-subtitle {
  color: #010101;
}
.cid-uKuG0A5C2W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010101;
  overflow: hidden;
}
.cid-uKuG0A5C2W .mbr-text {
  color: #1B1F0A;
}
.cid-uKuG0A5C2W .media-container-row .mbr-text {
  color: #f3f4ef;
}
.cid-uKHNqHfcah {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKHNqHfcah .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKHNqHfcah .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKHNqHfcah .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKHNqHfcah .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKHNqHfcah .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKHNqHfcah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKHNqHfcah .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKHNqHfcah .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKHNqHfcah .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKHNqHfcah .navbar-nav .nav-item .nav-link:hover {
  background-color: #292676;
}
.cid-uKHNqHfcah .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKHNqHfcah .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKHNqHfcah .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKHNqHfcah .navbar-nav .dropdown-item:hover {
  background-color: #292676;
}
@media (min-width: 992px) {
  .cid-uKHNqHfcah .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKHNqHfcah .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKHNqHfcah .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKHNqHfcah .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKHNqHfcah .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKHNqHfcah .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKHNqHfcah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKHNqHfcah .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(107, 103, 206, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #6b67ce;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uKHNqHfcah .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKHNqHfcah .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKHNqHfcah .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKHNqHfcah .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #6b67ce;
  background: rgba(107, 103, 206, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uKHNqHfcah .nav-item:focus,
.cid-uKHNqHfcah .nav-link:focus {
  outline: none;
}
.cid-uKHNqHfcah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKHNqHfcah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKHNqHfcah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKHNqHfcah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKHNqHfcah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKHNqHfcah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKHNqHfcah .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKHNqHfcah .navbar.opened {
  transition: all 0.3s;
}
.cid-uKHNqHfcah .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKHNqHfcah .navbar .navbar-logo img {
  width: auto;
}
.cid-uKHNqHfcah .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKHNqHfcah .navbar.collapsed {
  justify-content: center;
}
.cid-uKHNqHfcah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKHNqHfcah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKHNqHfcah .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKHNqHfcah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKHNqHfcah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKHNqHfcah .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-uKHNqHfcah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKHNqHfcah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKHNqHfcah .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKHNqHfcah .navbar {
    min-height: 72px;
  }
  .cid-uKHNqHfcah .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKHNqHfcah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKHNqHfcah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKHNqHfcah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKHNqHfcah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKHNqHfcah .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-uKHNqHfcah .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKHNqHfcah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKHNqHfcah .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKHNqHfcah .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKHNqHfcah .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKHNqHfcah .dropdown-item.active,
.cid-uKHNqHfcah .dropdown-item:active {
  background-color: transparent;
}
.cid-uKHNqHfcah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKHNqHfcah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKHNqHfcah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKHNqHfcah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b67ce;
}
.cid-uKHNqHfcah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKHNqHfcah .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKHNqHfcah ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKHNqHfcah .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKHNqHfcah .navbar-buttons {
    text-align: left;
  }
}
.cid-uKHNqHfcah button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKHNqHfcah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKHNqHfcah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKHNqHfcah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKHNqHfcah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKHNqHfcah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKHNqHfcah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKHNqHfcah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKHNqHfcah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKHNqHfcah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKHNqHfcah .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKHNqHfcah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKHNqHfcah .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKHNqHfcah .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKHNqHfcah .navbar {
    height: 70px;
  }
  .cid-uKHNqHfcah .navbar.opened {
    height: auto;
  }
  .cid-uKHNqHfcah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKHNqHfcah .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uKHNqHfcah .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKHNqHfcah .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKHNqHfcah .navbar-brand {
    margin-right: auto;
  }
  .cid-uKHNqHfcah .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #6b67ce;
    opacity: 1;
    border-color: rgba(107, 103, 206, 0.8) !important;
    background: rgba(107, 103, 206, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKHNqHfcah .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKHNqHfcah .navbar-nav .dropdown-item:hover {
    background-color: #292676;
  }
  .cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKHNqHfcah .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKHNqHfcah .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKHNqHfcah .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKIiNBGHve {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/download.webp");
}
.cid-uKIiNBGHve .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uKIiNBGHve .row {
    padding: 0 12px;
  }
}
.cid-uKIiNBGHve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIiNBGHve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIiNBGHve .title-container {
  display: flex;
  justify-content: center;
}
.cid-uKIiNBGHve .title-container .title-wrapper {
  max-width: 750px;
  padding: 40px 35px;
  background-color: #ffffff;
}
.cid-uKIiNBGHve .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKIiNBGHve .title-container .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-uKIiNBGHve .mbr-section-title {
  color: #ee2947;
  text-align: center;
}
.cid-uKIiNBGHve .mbr-section-subtitle {
  color: #1e4381;
  text-align: center;
}
.cid-uKIiNBGHve .mbr-section-title,
.cid-uKIiNBGHve .mbr-section-btn {
  color: #010101;
}
.cid-uKuVgkel8i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1bfe3;
}
.cid-uKuVgkel8i .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-uKuVgkel8i .mbr-section-title {
  color: #000000;
}
.cid-uKuVgkel8i .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-uKuVgkel8i .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-uKuVgkel8i .mbr-section-title DIV {
  text-align: center;
}
.cid-uKIj5PSSmh {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: #b2a1ec;
}
.cid-uKIj5PSSmh .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uKIj5PSSmh .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: #0930ff;
}
.cid-uKIj5PSSmh .svg-top .st0 {
  fill: #b2a1ec;
}
@media (max-width: 992px) {
  .cid-uKIj5PSSmh .svg-top {
    width: 1000px;
  }
}
.cid-uKIj5PSSmh .google-map {
  height: 35rem;
  position: relative;
}
.cid-uKIj5PSSmh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKIj5PSSmh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKIj5PSSmh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKIj5PSSmh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKIj5PSSmh .mbr-section-title {
  color: #010101;
}
.cid-uKIj5PSSmh .mbr-section-subtitle {
  color: #010101;
}
.cid-uKuVglwTQM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010101;
  overflow: hidden;
}
.cid-uKuVglwTQM .mbr-text {
  color: #1B1F0A;
}
.cid-uKuVglwTQM .media-container-row .mbr-text {
  color: #f3f4ef;
}
.cid-uKC1qLukki {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKC1qLukki .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKC1qLukki .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKC1qLukki .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKC1qLukki .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKC1qLukki .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKC1qLukki .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKC1qLukki .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKC1qLukki .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKC1qLukki .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKC1qLukki .navbar-nav .nav-item .nav-link:hover {
  background-color: #292676;
}
.cid-uKC1qLukki .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKC1qLukki .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKC1qLukki .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKC1qLukki .navbar-nav .dropdown-item:hover {
  background-color: #292676;
}
@media (min-width: 992px) {
  .cid-uKC1qLukki .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKC1qLukki .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKC1qLukki .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKC1qLukki .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKC1qLukki .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKC1qLukki .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKC1qLukki .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKC1qLukki .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(107, 103, 206, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #6b67ce;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uKC1qLukki .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKC1qLukki .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKC1qLukki .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKC1qLukki .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #6b67ce;
  background: rgba(107, 103, 206, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uKC1qLukki .nav-item:focus,
.cid-uKC1qLukki .nav-link:focus {
  outline: none;
}
.cid-uKC1qLukki .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKC1qLukki .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKC1qLukki .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKC1qLukki .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKC1qLukki .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKC1qLukki .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKC1qLukki .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKC1qLukki .navbar.opened {
  transition: all 0.3s;
}
.cid-uKC1qLukki .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKC1qLukki .navbar .navbar-logo img {
  width: auto;
}
.cid-uKC1qLukki .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKC1qLukki .navbar.collapsed {
  justify-content: center;
}
.cid-uKC1qLukki .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKC1qLukki .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKC1qLukki .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKC1qLukki .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKC1qLukki .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKC1qLukki .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-uKC1qLukki .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKC1qLukki .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKC1qLukki .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKC1qLukki .navbar {
    min-height: 72px;
  }
  .cid-uKC1qLukki .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKC1qLukki .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKC1qLukki .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKC1qLukki .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKC1qLukki .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKC1qLukki .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-uKC1qLukki .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKC1qLukki .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKC1qLukki .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKC1qLukki .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKC1qLukki .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKC1qLukki .dropdown-item.active,
.cid-uKC1qLukki .dropdown-item:active {
  background-color: transparent;
}
.cid-uKC1qLukki .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKC1qLukki .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKC1qLukki .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKC1qLukki .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b67ce;
}
.cid-uKC1qLukki .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKC1qLukki .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKC1qLukki ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKC1qLukki .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKC1qLukki .navbar-buttons {
    text-align: left;
  }
}
.cid-uKC1qLukki button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKC1qLukki button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKC1qLukki button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKC1qLukki button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKC1qLukki button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKC1qLukki button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKC1qLukki nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKC1qLukki nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKC1qLukki nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKC1qLukki nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKC1qLukki .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKC1qLukki a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKC1qLukki .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKC1qLukki .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKC1qLukki .navbar {
    height: 70px;
  }
  .cid-uKC1qLukki .navbar.opened {
    height: auto;
  }
  .cid-uKC1qLukki .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKC1qLukki .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKC1qLukki .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKC1qLukki .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKC1qLukki .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKC1qLukki .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKC1qLukki .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uKC1qLukki .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKC1qLukki .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKC1qLukki .navbar-brand {
    margin-right: auto;
  }
  .cid-uKC1qLukki .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #6b67ce;
    opacity: 1;
    border-color: rgba(107, 103, 206, 0.8) !important;
    background: rgba(107, 103, 206, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKC1qLukki .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKC1qLukki .navbar-nav .dropdown-item:hover {
    background-color: #292676;
  }
  .cid-uKC1qLukki .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKC1qLukki .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKC1qLukki .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKC1qLukki .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKC1qLukki .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKC1qLukki .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKC1qLukki .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKC1qLukki .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKId2db2nM {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uKId2db2nM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKId2db2nM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKId2db2nM .container {
  max-width: 1600px;
}
.cid-uKId2db2nM .row {
  justify-content: center;
}
.cid-uKId2db2nM .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM .content-container {
    flex-wrap: wrap;
  }
}
.cid-uKId2db2nM .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM .info-container {
    width: 100%;
  }
}
.cid-uKId2db2nM .title-container {
  margin-bottom: 50px;
}
.cid-uKId2db2nM .mbr-section-title {
  color: #FFDD65;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uKId2db2nM .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-uKId2db2nM .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-uKId2db2nM .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM .text-container {
    margin: 24px auto;
  }
}
.cid-uKId2db2nM .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM .mbr-text {
    text-align: center !important;
  }
}
.cid-uKId2db2nM .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uKId2db2nM .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uKId2db2nM .icon-text {
  color: #AE5EFF;
}
.cid-uKId2db2nM .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uKId2db2nM .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #d20f9c;
}
.cid-uKId2db2nM .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uKId2db2nM form {
  width: 100%;
}
.cid-uKId2db2nM form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uKId2db2nM form p {
  color: #ffffff;
}
.cid-uKId2db2nM form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uKId2db2nM form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-uKId2db2nM form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uKId2db2nM form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uKId2db2nM form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-uKId2db2nM form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uKId2db2nM form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-uKId2db2nM form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uKId2db2nM form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-uKId2db2nM form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uKId2db2nM form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uKId2db2nM form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uKId2db2nM form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uKId2db2nM form .form-control:hover {
  outline: none !important;
}
.cid-uKId2db2nM form select {
  color: #939292 !important;
}
.cid-uKId2db2nM form textarea {
  height: 200px;
}
.cid-uKId2db2nM form input:active,
.cid-uKId2db2nM form textarea:active,
.cid-uKId2db2nM form input:focus,
.cid-uKId2db2nM form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uKId2db2nM form input:active::-webkit-input-placeholder,
.cid-uKId2db2nM form textarea:active::-webkit-input-placeholder,
.cid-uKId2db2nM form input:focus::-webkit-input-placeholder,
.cid-uKId2db2nM form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uKId2db2nM form input:active::-moz-placeholder,
.cid-uKId2db2nM form textarea:active::-moz-placeholder,
.cid-uKId2db2nM form input:focus::-moz-placeholder,
.cid-uKId2db2nM form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uKId2db2nM form input:active:-moz-placeholder,
.cid-uKId2db2nM form textarea:active:-moz-placeholder,
.cid-uKId2db2nM form input:focus:-moz-placeholder,
.cid-uKId2db2nM form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uKId2db2nM form input:active:-ms-input-placeholder,
.cid-uKId2db2nM form textarea:active:-ms-input-placeholder,
.cid-uKId2db2nM form input:focus:-ms-input-placeholder,
.cid-uKId2db2nM form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uKId2db2nM form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uKId2db2nM form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uKId2db2nM form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uKId2db2nM form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uKId2db2nM form .form-check-input:focus,
.cid-uKId2db2nM form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uKId2db2nM form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uKId2db2nM .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uKId2db2nM .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uKId2db2nM .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uKId2db2nM .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uKId2db2nM .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #6b67ce;
}
.cid-uKId2db2nM .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-uKC1qNpFMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1bfe3;
}
.cid-uKC1qNpFMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKC1qNpFMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKC1qNpFMY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uKC1qNpFMY .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uKC1qNpFMY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKC1qNpFMY .container {
    padding: 0 16px;
  }
}
.cid-uKC1qNpFMY .row {
  justify-content: center;
}
.cid-uKC1qNpFMY .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKC1qNpFMY .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uKC1qNpFMY .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKC1qNpFMY .mbr-section-title {
  color: #f0f0f0;
}
.cid-uKC1qNpFMY .mbr-text {
  color: #000000;
}
.cid-uKIeS1OGaR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: #6b67ce;
}
.cid-uKIeS1OGaR .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uKIeS1OGaR .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: #0930ff;
}
.cid-uKIeS1OGaR .svg-top .st0 {
  fill: #6b67ce;
}
@media (max-width: 992px) {
  .cid-uKIeS1OGaR .svg-top {
    width: 1000px;
  }
}
.cid-uKIeS1OGaR .google-map {
  height: 35rem;
  position: relative;
}
.cid-uKIeS1OGaR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKIeS1OGaR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKIeS1OGaR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKIeS1OGaR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKIeS1OGaR .mbr-section-title {
  color: #010101;
}
.cid-uKIeS1OGaR .mbr-section-subtitle {
  color: #010101;
}
.cid-uKC1qPg9ua {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010101;
  overflow: hidden;
}
.cid-uKC1qPg9ua .mbr-text {
  color: #1B1F0A;
}
.cid-uKC1qPg9ua .media-container-row .mbr-text {
  color: #f3f4ef;
}
.cid-uKIfovtpV0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKIfovtpV0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKIfovtpV0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKIfovtpV0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKIfovtpV0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKIfovtpV0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKIfovtpV0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKIfovtpV0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKIfovtpV0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKIfovtpV0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKIfovtpV0 .navbar-nav .nav-item .nav-link:hover {
  background-color: #292676;
}
.cid-uKIfovtpV0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKIfovtpV0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKIfovtpV0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKIfovtpV0 .navbar-nav .dropdown-item:hover {
  background-color: #292676;
}
@media (min-width: 992px) {
  .cid-uKIfovtpV0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKIfovtpV0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKIfovtpV0 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKIfovtpV0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKIfovtpV0 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKIfovtpV0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKIfovtpV0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKIfovtpV0 .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(107, 103, 206, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #6b67ce;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uKIfovtpV0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIfovtpV0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKIfovtpV0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKIfovtpV0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #6b67ce;
  background: rgba(107, 103, 206, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uKIfovtpV0 .nav-item:focus,
.cid-uKIfovtpV0 .nav-link:focus {
  outline: none;
}
.cid-uKIfovtpV0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKIfovtpV0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKIfovtpV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKIfovtpV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKIfovtpV0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKIfovtpV0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKIfovtpV0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKIfovtpV0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKIfovtpV0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKIfovtpV0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKIfovtpV0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKIfovtpV0 .navbar.collapsed {
  justify-content: center;
}
.cid-uKIfovtpV0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKIfovtpV0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKIfovtpV0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKIfovtpV0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKIfovtpV0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKIfovtpV0 .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-uKIfovtpV0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKIfovtpV0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKIfovtpV0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKIfovtpV0 .navbar {
    min-height: 72px;
  }
  .cid-uKIfovtpV0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKIfovtpV0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKIfovtpV0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKIfovtpV0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKIfovtpV0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKIfovtpV0 .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-uKIfovtpV0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKIfovtpV0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKIfovtpV0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKIfovtpV0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKIfovtpV0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKIfovtpV0 .dropdown-item.active,
.cid-uKIfovtpV0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKIfovtpV0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKIfovtpV0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKIfovtpV0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKIfovtpV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b67ce;
}
.cid-uKIfovtpV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKIfovtpV0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKIfovtpV0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKIfovtpV0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKIfovtpV0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uKIfovtpV0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKIfovtpV0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKIfovtpV0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKIfovtpV0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIfovtpV0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIfovtpV0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKIfovtpV0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIfovtpV0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKIfovtpV0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKIfovtpV0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIfovtpV0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKIfovtpV0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKIfovtpV0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKIfovtpV0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKIfovtpV0 .navbar {
    height: 70px;
  }
  .cid-uKIfovtpV0 .navbar.opened {
    height: auto;
  }
  .cid-uKIfovtpV0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKIfovtpV0 .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uKIfovtpV0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKIfovtpV0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKIfovtpV0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uKIfovtpV0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #6b67ce;
    opacity: 1;
    border-color: rgba(107, 103, 206, 0.8) !important;
    background: rgba(107, 103, 206, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKIfovtpV0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKIfovtpV0 .navbar-nav .dropdown-item:hover {
    background-color: #292676;
  }
  .cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKIfovtpV0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKIfovtpV0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKIfovtpV0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKIfowdOhp {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uKIfowdOhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIfowdOhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIfowdOhp .container {
  max-width: 1600px;
}
.cid-uKIfowdOhp .row {
  justify-content: center;
}
.cid-uKIfowdOhp .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp .content-container {
    flex-wrap: wrap;
  }
}
.cid-uKIfowdOhp .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp .info-container {
    width: 100%;
  }
}
.cid-uKIfowdOhp .title-container {
  margin-bottom: 50px;
}
.cid-uKIfowdOhp .mbr-section-title {
  color: #FFDD65;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uKIfowdOhp .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-uKIfowdOhp .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-uKIfowdOhp .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp .text-container {
    margin: 24px auto;
  }
}
.cid-uKIfowdOhp .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp .mbr-text {
    text-align: center !important;
  }
}
.cid-uKIfowdOhp .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uKIfowdOhp .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uKIfowdOhp .icon-text {
  color: #AE5EFF;
}
.cid-uKIfowdOhp .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uKIfowdOhp .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #d20f9c;
}
.cid-uKIfowdOhp .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uKIfowdOhp form {
  width: 100%;
}
.cid-uKIfowdOhp form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uKIfowdOhp form p {
  color: #ffffff;
}
.cid-uKIfowdOhp form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uKIfowdOhp form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-uKIfowdOhp form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uKIfowdOhp form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uKIfowdOhp form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-uKIfowdOhp form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uKIfowdOhp form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uKIfowdOhp form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-uKIfowdOhp form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uKIfowdOhp form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uKIfowdOhp form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uKIfowdOhp form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uKIfowdOhp form .form-control:hover {
  outline: none !important;
}
.cid-uKIfowdOhp form select {
  color: #939292 !important;
}
.cid-uKIfowdOhp form textarea {
  height: 200px;
}
.cid-uKIfowdOhp form input:active,
.cid-uKIfowdOhp form textarea:active,
.cid-uKIfowdOhp form input:focus,
.cid-uKIfowdOhp form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uKIfowdOhp form input:active::-webkit-input-placeholder,
.cid-uKIfowdOhp form textarea:active::-webkit-input-placeholder,
.cid-uKIfowdOhp form input:focus::-webkit-input-placeholder,
.cid-uKIfowdOhp form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uKIfowdOhp form input:active::-moz-placeholder,
.cid-uKIfowdOhp form textarea:active::-moz-placeholder,
.cid-uKIfowdOhp form input:focus::-moz-placeholder,
.cid-uKIfowdOhp form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uKIfowdOhp form input:active:-moz-placeholder,
.cid-uKIfowdOhp form textarea:active:-moz-placeholder,
.cid-uKIfowdOhp form input:focus:-moz-placeholder,
.cid-uKIfowdOhp form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uKIfowdOhp form input:active:-ms-input-placeholder,
.cid-uKIfowdOhp form textarea:active:-ms-input-placeholder,
.cid-uKIfowdOhp form input:focus:-ms-input-placeholder,
.cid-uKIfowdOhp form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uKIfowdOhp form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uKIfowdOhp form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uKIfowdOhp form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uKIfowdOhp form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uKIfowdOhp form .form-check-input:focus,
.cid-uKIfowdOhp form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uKIfowdOhp form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uKIfowdOhp .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uKIfowdOhp .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uKIfowdOhp .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uKIfowdOhp .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uKIfowdOhp .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #6b67ce;
}
.cid-uKIfowdOhp .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-uKIfox2svs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1bfe3;
}
.cid-uKIfox2svs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIfox2svs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIfox2svs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uKIfox2svs .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uKIfox2svs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKIfox2svs .container {
    padding: 0 16px;
  }
}
.cid-uKIfox2svs .row {
  justify-content: center;
}
.cid-uKIfox2svs .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKIfox2svs .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uKIfox2svs .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKIfox2svs .mbr-section-title {
  color: #f0f0f0;
}
.cid-uKIfox2svs .mbr-text {
  color: #000000;
}
.cid-uKIfoxENnX {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: #6b67ce;
}
.cid-uKIfoxENnX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uKIfoxENnX .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: #0930ff;
}
.cid-uKIfoxENnX .svg-top .st0 {
  fill: #6b67ce;
}
@media (max-width: 992px) {
  .cid-uKIfoxENnX .svg-top {
    width: 1000px;
  }
}
.cid-uKIfoxENnX .google-map {
  height: 35rem;
  position: relative;
}
.cid-uKIfoxENnX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKIfoxENnX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKIfoxENnX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKIfoxENnX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKIfoxENnX .mbr-section-title {
  color: #010101;
}
.cid-uKIfoxENnX .mbr-section-subtitle {
  color: #010101;
}
.cid-uKIfoyndQT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010101;
  overflow: hidden;
}
.cid-uKIfoyndQT .mbr-text {
  color: #1B1F0A;
}
.cid-uKIfoyndQT .media-container-row .mbr-text {
  color: #f3f4ef;
}
.cid-uKIfp6g330 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKIfp6g330 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKIfp6g330 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKIfp6g330 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKIfp6g330 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKIfp6g330 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKIfp6g330 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKIfp6g330 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKIfp6g330 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKIfp6g330 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKIfp6g330 .navbar-nav .nav-item .nav-link:hover {
  background-color: #292676;
}
.cid-uKIfp6g330 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKIfp6g330 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKIfp6g330 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uKIfp6g330 .navbar-nav .dropdown-item:hover {
  background-color: #292676;
}
@media (min-width: 992px) {
  .cid-uKIfp6g330 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKIfp6g330 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKIfp6g330 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKIfp6g330 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKIfp6g330 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKIfp6g330 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKIfp6g330 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKIfp6g330 .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(107, 103, 206, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #6b67ce;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uKIfp6g330 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIfp6g330 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKIfp6g330 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKIfp6g330 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #6b67ce;
  background: rgba(107, 103, 206, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uKIfp6g330 .nav-item:focus,
.cid-uKIfp6g330 .nav-link:focus {
  outline: none;
}
.cid-uKIfp6g330 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKIfp6g330 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKIfp6g330 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKIfp6g330 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKIfp6g330 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKIfp6g330 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKIfp6g330 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKIfp6g330 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKIfp6g330 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKIfp6g330 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKIfp6g330 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKIfp6g330 .navbar.collapsed {
  justify-content: center;
}
.cid-uKIfp6g330 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKIfp6g330 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKIfp6g330 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKIfp6g330 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKIfp6g330 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKIfp6g330 .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-uKIfp6g330 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKIfp6g330 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKIfp6g330 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKIfp6g330 .navbar {
    min-height: 72px;
  }
  .cid-uKIfp6g330 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKIfp6g330 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKIfp6g330 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKIfp6g330 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKIfp6g330 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKIfp6g330 .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-uKIfp6g330 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKIfp6g330 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKIfp6g330 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKIfp6g330 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKIfp6g330 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKIfp6g330 .dropdown-item.active,
.cid-uKIfp6g330 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKIfp6g330 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKIfp6g330 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKIfp6g330 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKIfp6g330 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b67ce;
}
.cid-uKIfp6g330 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKIfp6g330 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKIfp6g330 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKIfp6g330 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKIfp6g330 .navbar-buttons {
    text-align: left;
  }
}
.cid-uKIfp6g330 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKIfp6g330 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKIfp6g330 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKIfp6g330 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIfp6g330 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIfp6g330 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKIfp6g330 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIfp6g330 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKIfp6g330 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKIfp6g330 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIfp6g330 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKIfp6g330 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKIfp6g330 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKIfp6g330 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKIfp6g330 .navbar {
    height: 70px;
  }
  .cid-uKIfp6g330 .navbar.opened {
    height: auto;
  }
  .cid-uKIfp6g330 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKIfp6g330 .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uKIfp6g330 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKIfp6g330 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKIfp6g330 .navbar-brand {
    margin-right: auto;
  }
  .cid-uKIfp6g330 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #6b67ce;
    opacity: 1;
    border-color: rgba(107, 103, 206, 0.8) !important;
    background: rgba(107, 103, 206, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKIfp6g330 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKIfp6g330 .navbar-nav .dropdown-item:hover {
    background-color: #292676;
  }
  .cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKIfp6g330 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKIfp6g330 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKIfp6g330 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKIfp71GAd {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uKIfp71GAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIfp71GAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIfp71GAd .container {
  max-width: 1600px;
}
.cid-uKIfp71GAd .row {
  justify-content: center;
}
.cid-uKIfp71GAd .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd .content-container {
    flex-wrap: wrap;
  }
}
.cid-uKIfp71GAd .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd .info-container {
    width: 100%;
  }
}
.cid-uKIfp71GAd .title-container {
  margin-bottom: 50px;
}
.cid-uKIfp71GAd .mbr-section-title {
  color: #FFDD65;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uKIfp71GAd .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-uKIfp71GAd .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-uKIfp71GAd .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd .text-container {
    margin: 24px auto;
  }
}
.cid-uKIfp71GAd .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd .mbr-text {
    text-align: center !important;
  }
}
.cid-uKIfp71GAd .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uKIfp71GAd .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uKIfp71GAd .icon-text {
  color: #AE5EFF;
}
.cid-uKIfp71GAd .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uKIfp71GAd .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #d20f9c;
}
.cid-uKIfp71GAd .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uKIfp71GAd form {
  width: 100%;
}
.cid-uKIfp71GAd form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uKIfp71GAd form p {
  color: #ffffff;
}
.cid-uKIfp71GAd form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uKIfp71GAd form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-uKIfp71GAd form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uKIfp71GAd form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uKIfp71GAd form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-uKIfp71GAd form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uKIfp71GAd form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uKIfp71GAd form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-uKIfp71GAd form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uKIfp71GAd form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uKIfp71GAd form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uKIfp71GAd form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uKIfp71GAd form .form-control:hover {
  outline: none !important;
}
.cid-uKIfp71GAd form select {
  color: #939292 !important;
}
.cid-uKIfp71GAd form textarea {
  height: 200px;
}
.cid-uKIfp71GAd form input:active,
.cid-uKIfp71GAd form textarea:active,
.cid-uKIfp71GAd form input:focus,
.cid-uKIfp71GAd form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uKIfp71GAd form input:active::-webkit-input-placeholder,
.cid-uKIfp71GAd form textarea:active::-webkit-input-placeholder,
.cid-uKIfp71GAd form input:focus::-webkit-input-placeholder,
.cid-uKIfp71GAd form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uKIfp71GAd form input:active::-moz-placeholder,
.cid-uKIfp71GAd form textarea:active::-moz-placeholder,
.cid-uKIfp71GAd form input:focus::-moz-placeholder,
.cid-uKIfp71GAd form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uKIfp71GAd form input:active:-moz-placeholder,
.cid-uKIfp71GAd form textarea:active:-moz-placeholder,
.cid-uKIfp71GAd form input:focus:-moz-placeholder,
.cid-uKIfp71GAd form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uKIfp71GAd form input:active:-ms-input-placeholder,
.cid-uKIfp71GAd form textarea:active:-ms-input-placeholder,
.cid-uKIfp71GAd form input:focus:-ms-input-placeholder,
.cid-uKIfp71GAd form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uKIfp71GAd form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uKIfp71GAd form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uKIfp71GAd form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uKIfp71GAd form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uKIfp71GAd form .form-check-input:focus,
.cid-uKIfp71GAd form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uKIfp71GAd form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uKIfp71GAd .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uKIfp71GAd .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uKIfp71GAd .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uKIfp71GAd .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uKIfp71GAd .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #6b67ce;
}
.cid-uKIfp71GAd .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-uKIfp7CC68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1bfe3;
}
.cid-uKIfp7CC68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIfp7CC68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIfp7CC68 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uKIfp7CC68 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uKIfp7CC68 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKIfp7CC68 .container {
    padding: 0 16px;
  }
}
.cid-uKIfp7CC68 .row {
  justify-content: center;
}
.cid-uKIfp7CC68 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKIfp7CC68 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uKIfp7CC68 .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKIfp7CC68 .mbr-section-title {
  color: #f0f0f0;
}
.cid-uKIfp7CC68 .mbr-text {
  color: #000000;
}
.cid-uKIfp8eT2M {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background: #6b67ce;
}
.cid-uKIfp8eT2M .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uKIfp8eT2M .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: #0930ff;
}
.cid-uKIfp8eT2M .svg-top .st0 {
  fill: #6b67ce;
}
@media (max-width: 992px) {
  .cid-uKIfp8eT2M .svg-top {
    width: 1000px;
  }
}
.cid-uKIfp8eT2M .google-map {
  height: 35rem;
  position: relative;
}
.cid-uKIfp8eT2M .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKIfp8eT2M .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKIfp8eT2M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKIfp8eT2M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKIfp8eT2M .mbr-section-title {
  color: #010101;
}
.cid-uKIfp8eT2M .mbr-section-subtitle {
  color: #010101;
}
.cid-uKIfp8YdKx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010101;
  overflow: hidden;
}
.cid-uKIfp8YdKx .mbr-text {
  color: #1B1F0A;
}
.cid-uKIfp8YdKx .media-container-row .mbr-text {
  color: #f3f4ef;
}
