body {
  font-family: 'Syne', sans-serif;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 5.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5625rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.125rem;
  line-height: 1.41;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.14 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.41 * (1.04375rem + (1.125 - 1.04375) * ((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: #fa3604 !important;
}
.bg-success {
  background-color: #c298d3 !important;
}
.bg-info {
  background-color: #85c0d9 !important;
}
.bg-warning {
  background-color: #ffe885 !important;
}
.bg-danger {
  background-color: #e6c63b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fa3604 !important;
  border-color: #fa3604 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a52403 !important;
  border-color: #a52403 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a52403 !important;
  border-color: #a52403 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #57b8e0 !important;
  border-color: #57b8e0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2390bd !important;
  border-color: #2390bd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2390bd !important;
  border-color: #2390bd !important;
}
.btn-info,
.btn-info:active {
  background-color: #85c0d9 !important;
  border-color: #85c0d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #439ec4 !important;
  border-color: #439ec4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #439ec4 !important;
  border-color: #439ec4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c298d3 !important;
  border-color: #c298d3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9e5bb9 !important;
  border-color: #9e5bb9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9e5bb9 !important;
  border-color: #9e5bb9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #856c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2600 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #856c00 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fa3604;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a52403 !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: #fa3604 !important;
  border-color: #fa3604 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #57b8e0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2390bd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #57b8e0 !important;
  border-color: #57b8e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #85c0d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #439ec4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #85c0d9 !important;
  border-color: #85c0d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c298d3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9e5bb9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c298d3 !important;
  border-color: #c298d3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe885;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd82e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !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: #fa3604 !important;
}
.text-secondary {
  color: #57b8e0 !important;
}
.text-success {
  color: #c298d3 !important;
}
.text-info {
  color: #85c0d9 !important;
}
.text-warning {
  color: #ffe885 !important;
}
.text-danger {
  color: #e6c63b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #962002 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2186b0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9851b4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3b96bd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffd51f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a68b15 !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: #fa3604;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #85c0d9;
}
.alert-warning {
  background-color: #ffe885;
}
.alert-danger {
  background-color: #e6c63b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa3604;
  border-color: #fa3604;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fa3604;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed6cc;
}
.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: #fdfbf0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #fa3604 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #fa3604;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa3604;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa3604;
}
.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: #fa3604;
  border-bottom-color: #fa3604;
}
.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: #fa3604 !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: #57b8e0 !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='%23fa3604' %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 {
  max-width: 100%;
  width: 86%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 801px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1300px;
  }
}
.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: 190px;
  border-radius: 0;
  padding: 17px 48px 15px 50px;
  line-height: 1.33;
  font-weight: 500 !important;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.mbr-section-btn .btn-primary {
  color: #ffffff !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary:hover {
  color: #000 !important;
  background: 0 0 !important;
}
.mbr-section-btn .btn-primary-outline {
  color: #000000 !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: 0 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary-outline:hover {
  color: #fff !important;
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
b {
  font-weight: 600 !important;
}
.cid-t0rvTLHnTw .navbar-dropdown {
  position: relative !important;
}
.cid-t0rvTLHnTw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0rvTLHnTw .dropdown-menu {
  background: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-t0rvTLHnTw .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-t0rvTLHnTw .dropdown-item:hover {
  background-position: right !important;
}
.cid-t0rvTLHnTw .dropdown-item:hover:after {
  color: #fa3604;
}
.cid-t0rvTLHnTw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0rvTLHnTw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0rvTLHnTw .nav-link {
  position: relative;
}
.cid-t0rvTLHnTw .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-t0rvTLHnTw .dropdown-menu,
.cid-t0rvTLHnTw .navbar.opened {
  background: #ffffff !important;
}
.cid-t0rvTLHnTw .nav-item:focus,
.cid-t0rvTLHnTw .nav-link:focus {
  outline: none;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0rvTLHnTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0rvTLHnTw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0rvTLHnTw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0rvTLHnTw .navbar {
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  min-height: 60px;
  position: static !important;
  background-color: #ffffff;
}
.cid-t0rvTLHnTw .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-t0rvTLHnTw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0rvTLHnTw .navbar .navbar-logo img {
  width: auto;
}
.cid-t0rvTLHnTw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0rvTLHnTw .navbar.collapsed {
  justify-content: center;
}
.cid-t0rvTLHnTw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0rvTLHnTw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t0rvTLHnTw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0rvTLHnTw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0rvTLHnTw .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-t0rvTLHnTw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0rvTLHnTw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0rvTLHnTw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0rvTLHnTw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0rvTLHnTw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0rvTLHnTw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0rvTLHnTw .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-t0rvTLHnTw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0rvTLHnTw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0rvTLHnTw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0rvTLHnTw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0rvTLHnTw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0rvTLHnTw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0rvTLHnTw .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0rvTLHnTw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0rvTLHnTw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-t0rvTLHnTw .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-t0rvTLHnTw .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .navbar {
    padding: 5px 73px !important;
  }
}
.cid-t0rvTLHnTw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0rvTLHnTw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0rvTLHnTw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0rvTLHnTw .dropdown-item.active,
.cid-t0rvTLHnTw .dropdown-item:active {
  background-color: transparent;
}
.cid-t0rvTLHnTw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0rvTLHnTw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0rvTLHnTw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0rvTLHnTw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0rvTLHnTw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0rvTLHnTw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0rvTLHnTw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0rvTLHnTw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0rvTLHnTw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0rvTLHnTw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0rvTLHnTw .navbar-dropdown {
  padding: 0;
}
.cid-t0rvTLHnTw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0rvTLHnTw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0rvTLHnTw .navbar {
    height: 70px;
  }
  .cid-t0rvTLHnTw .navbar.opened {
    height: auto;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0rvTLHnTw .navbar-short {
  background-color: #ffffff !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-t0rvTLHnTw .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-t0rvTLHnTw .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-t0rvTLHnTw .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-t0rvTLHnTw .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar-nav {
    padding-top: 18px;
  }
}
.cid-t0rvTLHnTw .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-t0rvTLHnTw .nav-item .nav-link:hover {
  background-position: right;
}
.cid-t0rvTLHnTw .nav-item .nav-link:hover:after {
  color: #fa3604;
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-t0rvTLHnTw .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .nav-item {
    width: 100%;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-t0rvTLHnTw .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-t0rvTLHnTw .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-t0rvTLHnTw .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-t0rvTLHnTw .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-t0rvTLHnTw nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-t0rvTLHnTw .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-t0rvTLHnTw .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-t0rvTLHnTw .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-t0rvTLHnTw .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-t0rvTLHnTw .offcanvas-body .email-text {
    margin-top: 8px;
  }
  .cid-t0rvTLHnTw .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-t0rvTLHnTw .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-t0rvTLHnTw .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-t0rvTLHnTw .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-t0rvTLHnTw .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-t0rvTLHnTw .offcanvas_box {
    display: none;
  }
}
.cid-t0rvTLHnTw .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-t0rvTLHnTw .list li {
  display: flex;
  align-items: center;
}
.cid-t0rvTLHnTw .list a {
  display: flex;
  align-items: center;
}
.cid-t0rvTLHnTw .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-t0rvTLHnTw .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-t0rvTLHnTw .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-t0rwmd6IrK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dc363817786ff182b7bc59565d864523-1500x905.jpg");
}
.cid-t0rwmd6IrK .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-t0rwmd6IrK .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-t0rwmd6IrK .mbr-section-btn {
  margin-top: 30px;
}
.cid-t0rwmd6IrK .mbr-section-title,
.cid-t0rwmd6IrK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugMqBTeXhi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMqBTeXhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMqBTeXhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugMqBTeXhi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ugMqBTeXhi .container {
    padding: 0 12px;
  }
}
.cid-ugMqBTeXhi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugMqBTeXhi .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-ugMqBTeXhi .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ugMqBTeXhi .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c298d3;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ugMqBTeXhi .mbr-section-title {
  color: #222222;
}
.cid-t0rxrNblCE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #8184f4;
}
.cid-t0rxrNblCE .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-t0rxrNblCE .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: left;
  color: #ffffff;
}
.cid-t0rxrNblCE .mbr-section-btn {
  margin-top: 20px;
}
.cid-t0ry4QK3oI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0ry4QK3oI .container-fluid {
  padding: 0;
}
.cid-t0ry4QK3oI .row {
  align-items: center;
  width: 100%;
  padding-left: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1400px) {
  .cid-t0ry4QK3oI .row {
    align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  .cid-t0ry4QK3oI .row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-t0ry4QK3oI .row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-t0ry4QK3oI .row {
    padding-left: calc((100% - 768px)/ 2) !important;
  }
}
@media (max-width: 800px) {
  .cid-t0ry4QK3oI .row {
    padding-left: calc((100% - 86%)/ 2) !important;
  }
}
.cid-t0ry4QK3oI .col-tabs .tab-content .tabs-row {
  padding: 0 !important;
}
.cid-t0ry4QK3oI .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-t0ry4QK3oI .col-text {
    width: 45%;
  }
}
@media (min-width: 1441px) {
  .cid-t0ry4QK3oI .col-text {
    width: 34%;
  }
}
.cid-t0ry4QK3oI .text-container {
  padding: 0 30px 0 0;
}
@media (min-width: 768px) {
  .cid-t0ry4QK3oI .text-container {
    padding: 0 10% 0 0;
  }
}
.cid-t0ry4QK3oI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t0ry4QK3oI .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.cid-t0ry4QK3oI .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-t0ry4QK3oI .col-img {
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .cid-t0ry4QK3oI .col-img {
    width: 55%;
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .cid-t0ry4QK3oI .col-img {
    width: 66%;
  }
}
.cid-t0ry4QK3oI .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-t0ry4QK3oI .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.cid-t0ry4QK3oI .col-tabs {
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  .cid-t0ry4QK3oI .col-tabs {
    padding: 3% 25% 0 0;
  }
}
@media (min-width: 1025px) {
  .cid-t0ry4QK3oI .col-tabs {
    padding: 17px 0 0 0;
  }
}
.cid-t0ry4QK3oI .nav-tabs .nav-item.open .nav-link:focus,
.cid-t0ry4QK3oI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t0ry4QK3oI .nav-tabs {
  flex-wrap: nowrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #57b8e0;
}
@media (max-width: 680px) {
  .cid-t0ry4QK3oI .nav-tabs {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-t0ry4QK3oI .nav-item {
  position: relative;
  color: #000000;
}
.cid-t0ry4QK3oI .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  color: #000000 !important;
}
.cid-t0ry4QK3oI .nav-tabs .nav-link:after {
  content: '';
  width: 0;
  left: 0;
  height: 1px;
  position: absolute;
  bottom: -9px;
  background-color: #000000;
  transition: width 0.48s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 680px) {
  .cid-t0ry4QK3oI .nav-tabs .nav-link:after {
    bottom: -2px;
  }
}
.cid-t0ry4QK3oI .nav-tabs .nav-item:not(:first-child) {
  margin-left: 68px;
}
@media (max-width: 680px) {
  .cid-t0ry4QK3oI .nav-tabs .nav-item {
    margin: 0 0 12px 0 !important;
    width: max-content;
  }
}
@media (max-width: 680px) {
  .cid-t0ry4QK3oI .nav-tabs .nav-item:last-child {
    margin: 0 !important;
  }
}
.cid-t0ry4QK3oI .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 25px;
}
.cid-t0ry4QK3oI .list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 16px;
}
.cid-t0ry4QK3oI .list li {
  margin-bottom: 7px;
}
.cid-t0ry4QK3oI .list li:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background: currentColor;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-t0ry4QK3oI .nav-link,
.cid-t0ry4QK3oI .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-t0ry4QK3oI .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-t0ry4QK3oI .nav-tabs .nav-link.active:after {
  width: 100%;
}
.cid-t0ry4QK3oI .mbr-section-title,
.cid-t0ry4QK3oI .mbr-section-btn {
  color: #6e6e6e;
}
.cid-t0rxr5qH6q {
  padding-top: 0rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #8184f4;
}
.cid-t0rxr5qH6q .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 55px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-t0rxr5qH6q .col-card {
    width: 100% !important;
  }
}
.cid-t0rxr5qH6q .card-title {
  color: #ffffff;
  margin-right: 41%;
  text-align: center;
}
@media (max-width: 680px) {
  .cid-t0rxr5qH6q .card-title {
    margin-right: 10%;
  }
}
.cid-t0rxr5qH6q .mbr-text {
  color: #6e6e6e;
  margin: 16px 60px 0 0;
}
.cid-t0rxr5qH6q .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.cid-t0rxr5qH6q .card-wrapper {
  height: 100%;
  padding-left: 5%;
  overflow: visible;
}
@media (min-width: 1441px) {
  .cid-t0rxr5qH6q .card-wrapper {
    padding-left: 18%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-t0rxr5qH6q .card-wrapper {
    padding-right: 35%;
    padding-left: 0;
  }
}
@media (max-width: 880px) {
  .cid-t0rxr5qH6q .card-wrapper {
    padding: 0 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-t0rxr5qH6q .card-wrapper {
    padding: 0 0 0 5%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-t0rxr5qH6q .card-2,
  .cid-t0rxr5qH6q .card-3 {
    padding-top: 15%;
  }
}
@media (max-width: 880px) {
  .cid-t0rxr5qH6q .card-2,
  .cid-t0rxr5qH6q .card-3 {
    padding: 20% 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-t0rxr5qH6q .card-2,
  .cid-t0rxr5qH6q .card-3 {
    padding: 40% 0 0 5%;
  }
}
.cid-t0rxr5qH6q .card-box {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.cid-t0rxr5qH6q .card-number {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  left: -68px;
  top: -53%;
  height: 276px;
  margin: 10px 0;
  z-index: -2;
  opacity: 0.2;
  font-size: 230px;
  color: transparent;
  background: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%);
  -webkit-background-clip: text;
}
@media (max-width: 680px) {
  .cid-t0rxr5qH6q .card-number {
    font-size: 265px;
    left: -40px;
    top: -65%;
  }
}
.cid-t0rxr5qH6q .card-link {
  position: relative;
  z-index: 5;
  padding-left: 95px;
  transition: all 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-t0rxr5qH6q .card-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #57b8e0;
  transition: width 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-t0rxr5qH6q .card-link:hover {
  padding-left: 0;
  padding-right: 95px;
}
.cid-t0rxr5qH6q .card-link:hover:after {
  width: 0;
}
.cid-t0ryAGYxQP {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0ryAGYxQP .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-t0ryAGYxQP .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-t0ryAGYxQP .mbr-section-btn {
  margin-top: 20px;
}
.cid-t0ryAGYxQP .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMpaa3Igz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #c298d3;
  background: linear-gradient(-45deg, rgba(194, 152, 211, 0.8), #8184f4);
}
.cid-ugMpaa3Igz .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ugMpaa3Igz .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ugMpaa3Igz .title__block,
.cid-ugMpaa3Igz .image__block {
  pointer-events: all;
}
.cid-ugMpaa3Igz .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
}
.cid-ugMpaa3Igz .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-ugMpaa3Igz .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-ugMpaa3Igz .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-ugMpaa3Igz .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-ugMpaa3Igz .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-ugMpaa3Igz .image__block {
  max-height: 600px;
}
.cid-ugMpaa3Igz .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugMpaa3Igz .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-ugMpaa3Igz .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-ugMpaa3Igz .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-ugMpaa3Igz .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMpaa3Igz .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-ugMpaa3Igz .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMpaa3Igz .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMpaa3Igz .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ugMpaa3Igz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMpaa3Igz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMpaa3Igz .mbr-text,
.cid-ugMpaa3Igz .mbr-section-btn {
  text-align: center;
}
.cid-ugMvGLdH2l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugMvGLdH2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMvGLdH2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMvGLdH2l .row {
  justify-content: space-between;
}
.cid-ugMvGLdH2l .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ugMvGLdH2l .content-wrapper {
    padding: 0;
  }
}
.cid-ugMvGLdH2l .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMvGLdH2l .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ugMvGLdH2l .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMvGLdH2l .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ugMvGLdH2l .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugMvGLdH2l .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ugMvGLdH2l .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ugMvGLdH2l .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ugMvGLdH2l .mbr-section-title {
  color: #000000;
}
.cid-ugMvGLdH2l .mbr-desc {
  color: #000000;
}
.cid-ugMvGLdH2l .mbr-text {
  color: #000000;
}
.cid-ugMvGLdH2l .mbr-section-title,
.cid-ugMvGLdH2l .mbr-section-btn {
  text-align: center;
}
.cid-t0rzvBFurM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0rzvBFurM .content-container {
  margin-bottom: 50px;
  width: 100%;
  padding: 157px 13.5% 143px;
  text-align: center;
  background-image: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
}
.cid-t0rzvBFurM .label-text {
  color: #ffffff;
  margin-bottom: 28px;
}
.cid-t0rzvBFurM .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-t0rzvBFurM .mbr-text-name {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 45px;
}
.cid-t0rzvBFurM .mbr-text DIV {
  text-align: left;
}
.cid-t0rAvAImok {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0rAvAImok .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-t0rAvAImok img,
.cid-t0rAvAImok .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0rAvAImok .item:focus,
.cid-t0rAvAImok span:focus {
  outline: none;
}
.cid-t0rAvAImok .item {
  cursor: pointer;
  padding: 0 15px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .cid-t0rAvAImok .item {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .cid-t0rAvAImok .item {
    width: 33.33333333% !important;
  }
}
@media (max-width: 680px) {
  .cid-t0rAvAImok .item {
    width: 100% !important;
  }
}
.cid-t0rAvAImok .item-wrapper {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-t0rAvAImok .item-wrapper .img-wrap:hover .img-overlay {
  opacity: 0.95;
}
.cid-t0rAvAImok .item-wrapper .img-wrap:hover .item-content {
  opacity: 1;
}
.cid-t0rAvAImok .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0rAvAImok .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-t0rAvAImok .item-img img {
  width: 100%;
}
.cid-t0rAvAImok .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-t0rAvAImok .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  z-index: 3;
  opacity: 0;
  padding: 10px;
  transition: opacity 0.2s ease-out;
}
.cid-t0rAvAImok .item-content .links-container {
  text-align: center;
}
.cid-t0rAvAImok .item-content .links-container a {
  margin-right: 18px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-t0rAvAImok .item-content .links-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-t0rAvAImok .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 0 32px;
}
.cid-t0rAvAImok .title-text {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-t0rAvAImok .mbr-text {
  color: #8A8A8A;
  margin-top: 2px;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-t0rAwG3gA3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #c298d3;
}
.cid-t0rAwG3gA3 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-t0rAwG3gA3 .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-t0rAwG3gA3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-t0rAwG3gA3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMqDz6w11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMqDz6w11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMqDz6w11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugMqDz6w11 .container {
    padding: 0 20px;
  }
}
.cid-ugMqDz6w11 .row {
  margin: 0;
}
.cid-ugMqDz6w11 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMqDz6w11 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugMqDz6w11 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ugMqDz6w11 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ugMqDz6w11 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ugMqDz6w11 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ugMqDz6w11 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugMtMXiAKy {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-ugMtMXiAKy .row {
  flex-direction: column;
}
.cid-ugMtMXiAKy .row {
  flex-direction: column-reverse;
}
.cid-ugMtMXiAKy .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ugMtMXiAKy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ugMtMXiAKy .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ugMtMXiAKy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ugMtMXiAKy .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-ugMtMXiAKy .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-ugMtMXiAKy .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-ugMtMXiAKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMtMXiAKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMtMXiAKy .mbr-text {
  text-align: left;
}
.cid-uh4nqTFw46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1c7eb;
}
.cid-uh4nqTFw46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh4nqTFw46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh4nqTFw46 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uh4nqTFw46 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uh4nqTFw46 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh4nqTFw46 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uh4nqTFw46 .container {
    padding: 0 16px;
  }
}
.cid-uh4nqTFw46 .row {
  justify-content: center;
}
.cid-uh4nqTFw46 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uh4nqTFw46 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uh4nqTFw46 .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uh4nqTFw46 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uh4nqTFw46 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uh4nqTFw46 .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uh4nqTFw46 .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uh4nqTFw46 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uh4nqTFw46 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uh4nqTFw46 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uh4nqTFw46 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uh4nqTFw46 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uh4nqTFw46 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uh4nqTFw46 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uh4nqTFw46 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uh4nqTFw46 .panel-title {
  color: #000000;
}
.cid-uh4nqTFw46 .panel-text {
  color: #000000;
}
.cid-ugMtXeyOSM {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-ugMtXeyOSM .google-map {
  height: 30rem;
  position: relative;
}
.cid-ugMtXeyOSM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugMtXeyOSM .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-ugMtXeyOSM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugMtXeyOSM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugMtXeyOSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMtXeyOSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMtXeyOSM .mbr-section-subtitle {
  color: #000000;
}
.cid-ugMjOw0Tjb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8184f4;
}
.cid-ugMjOw0Tjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMjOw0Tjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMjOw0Tjb .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-ugMjOw0Tjb .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-ugMjOw0Tjb .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-ugMjOw0Tjb .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-ugMjOw0Tjb .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #e9e4ff;
}
.cid-ugMjOw0Tjb .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #e9e4ff;
}
.cid-ugMjOw0Tjb .list li {
  margin-bottom: 12px;
}
.cid-ugMjOw0Tjb .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-ugMjOw0Tjb .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-ugMjOw0Tjb .copyright {
  color: #e9e4ff;
}
.cid-ugMzAzn9qg .navbar-dropdown {
  position: relative !important;
}
.cid-ugMzAzn9qg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMzAzn9qg .dropdown-menu {
  background: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMzAzn9qg .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-ugMzAzn9qg .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-ugMzAzn9qg .dropdown-item:hover {
  background-position: right !important;
}
.cid-ugMzAzn9qg .dropdown-item:hover:after {
  color: #fa3604;
}
.cid-ugMzAzn9qg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugMzAzn9qg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugMzAzn9qg .nav-link {
  position: relative;
}
.cid-ugMzAzn9qg .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ugMzAzn9qg .dropdown-menu,
.cid-ugMzAzn9qg .navbar.opened {
  background: #ffffff !important;
}
.cid-ugMzAzn9qg .nav-item:focus,
.cid-ugMzAzn9qg .nav-link:focus {
  outline: none;
}
.cid-ugMzAzn9qg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMzAzn9qg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMzAzn9qg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMzAzn9qg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMzAzn9qg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMzAzn9qg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMzAzn9qg .navbar {
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  min-height: 60px;
  position: static !important;
  background-color: #ffffff;
}
.cid-ugMzAzn9qg .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-ugMzAzn9qg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMzAzn9qg .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMzAzn9qg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugMzAzn9qg .navbar.collapsed {
  justify-content: center;
}
.cid-ugMzAzn9qg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMzAzn9qg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMzAzn9qg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugMzAzn9qg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMzAzn9qg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMzAzn9qg .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-ugMzAzn9qg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMzAzn9qg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMzAzn9qg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMzAzn9qg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMzAzn9qg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMzAzn9qg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMzAzn9qg .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-ugMzAzn9qg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugMzAzn9qg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugMzAzn9qg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMzAzn9qg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugMzAzn9qg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMzAzn9qg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMzAzn9qg .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugMzAzn9qg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugMzAzn9qg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-ugMzAzn9qg .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ugMzAzn9qg .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMzAzn9qg .navbar {
    padding: 5px 73px !important;
  }
}
.cid-ugMzAzn9qg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugMzAzn9qg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMzAzn9qg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMzAzn9qg .dropdown-item.active,
.cid-ugMzAzn9qg .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMzAzn9qg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMzAzn9qg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMzAzn9qg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMzAzn9qg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugMzAzn9qg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugMzAzn9qg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugMzAzn9qg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMzAzn9qg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMzAzn9qg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugMzAzn9qg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMzAzn9qg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMzAzn9qg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMzAzn9qg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMzAzn9qg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMzAzn9qg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMzAzn9qg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMzAzn9qg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMzAzn9qg .navbar-dropdown {
  padding: 0;
}
.cid-ugMzAzn9qg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMzAzn9qg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMzAzn9qg .navbar {
    height: 70px;
  }
  .cid-ugMzAzn9qg .navbar.opened {
    height: auto;
  }
  .cid-ugMzAzn9qg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMzAzn9qg .navbar-short {
  background-color: #ffffff !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-ugMzAzn9qg .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ugMzAzn9qg .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMzAzn9qg .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-ugMzAzn9qg .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-ugMzAzn9qg .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .navbar-nav {
    padding-top: 18px;
  }
}
.cid-ugMzAzn9qg .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-ugMzAzn9qg .nav-item .nav-link:hover {
  background-position: right;
}
.cid-ugMzAzn9qg .nav-item .nav-link:hover:after {
  color: #fa3604;
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ugMzAzn9qg .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-ugMzAzn9qg .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .nav-item {
    width: 100%;
  }
  .cid-ugMzAzn9qg .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-ugMzAzn9qg .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-ugMzAzn9qg .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-ugMzAzn9qg .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ugMzAzn9qg .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-ugMzAzn9qg .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-ugMzAzn9qg .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-ugMzAzn9qg nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-ugMzAzn9qg .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-ugMzAzn9qg .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-ugMzAzn9qg .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-ugMzAzn9qg .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-ugMzAzn9qg .offcanvas-body .email-text {
    margin-top: 8px;
  }
  .cid-ugMzAzn9qg .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-ugMzAzn9qg .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-ugMzAzn9qg .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-ugMzAzn9qg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-ugMzAzn9qg .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-ugMzAzn9qg .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-ugMzAzn9qg .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-ugMzAzn9qg .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-ugMzAzn9qg .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-ugMzAzn9qg .offcanvas_box {
    display: none;
  }
}
.cid-ugMzAzn9qg .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ugMzAzn9qg .list li {
  display: flex;
  align-items: center;
}
.cid-ugMzAzn9qg .list a {
  display: flex;
  align-items: center;
}
.cid-ugMzAzn9qg .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMzAzn9qg .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-ugMzAzn9qg .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-ugMzABGeLW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/h-2000x1062.jpg");
}
.cid-ugMzABGeLW .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMzABGeLW .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-ugMzABGeLW .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugMzABGeLW .mbr-section-title,
.cid-ugMzABGeLW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugMzANuA2u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugMzANuA2u .content-container {
  margin-bottom: 50px;
  width: 100%;
  padding: 157px 13.5% 143px;
  text-align: center;
  background-image: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
}
.cid-ugMzANuA2u .label-text {
  color: #ffffff;
  margin-bottom: 28px;
}
.cid-ugMzANuA2u .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-ugMzANuA2u .mbr-text-name {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 45px;
}
.cid-ugMzANuA2u .mbr-text DIV {
  text-align: left;
}
.cid-ugMzAV9VT8 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-ugMzAV9VT8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-ugMzAV9VT8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugMzAV9VT8 .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-ugMzAV9VT8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugMzAV9VT8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugMzAV9VT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMzAV9VT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMzAV9VT8 .mbr-section-subtitle {
  color: #000000;
}
.cid-ugMzB0q3z1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8184f4;
}
.cid-ugMzB0q3z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMzB0q3z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMzB0q3z1 .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-ugMzB0q3z1 .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-ugMzB0q3z1 .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-ugMzB0q3z1 .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-ugMzB0q3z1 .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #e9e4ff;
}
.cid-ugMzB0q3z1 .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #e9e4ff;
}
.cid-ugMzB0q3z1 .list li {
  margin-bottom: 12px;
}
.cid-ugMzB0q3z1 .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-ugMzB0q3z1 .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-ugMzB0q3z1 .copyright {
  color: #e9e4ff;
}
.cid-ugMAMXWUTr .navbar-dropdown {
  position: relative !important;
}
.cid-ugMAMXWUTr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMAMXWUTr .dropdown-menu {
  background: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMAMXWUTr .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-ugMAMXWUTr .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-ugMAMXWUTr .dropdown-item:hover {
  background-position: right !important;
}
.cid-ugMAMXWUTr .dropdown-item:hover:after {
  color: #fa3604;
}
.cid-ugMAMXWUTr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugMAMXWUTr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugMAMXWUTr .nav-link {
  position: relative;
}
.cid-ugMAMXWUTr .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ugMAMXWUTr .dropdown-menu,
.cid-ugMAMXWUTr .navbar.opened {
  background: #ffffff !important;
}
.cid-ugMAMXWUTr .nav-item:focus,
.cid-ugMAMXWUTr .nav-link:focus {
  outline: none;
}
.cid-ugMAMXWUTr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMAMXWUTr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMAMXWUTr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMAMXWUTr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMAMXWUTr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMAMXWUTr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMAMXWUTr .navbar {
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  min-height: 60px;
  position: static !important;
  background-color: #ffffff;
}
.cid-ugMAMXWUTr .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-ugMAMXWUTr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMAMXWUTr .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMAMXWUTr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugMAMXWUTr .navbar.collapsed {
  justify-content: center;
}
.cid-ugMAMXWUTr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMAMXWUTr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMAMXWUTr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugMAMXWUTr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMAMXWUTr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMAMXWUTr .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-ugMAMXWUTr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMAMXWUTr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMAMXWUTr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMAMXWUTr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMAMXWUTr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMAMXWUTr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMAMXWUTr .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-ugMAMXWUTr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugMAMXWUTr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugMAMXWUTr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMAMXWUTr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugMAMXWUTr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMAMXWUTr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMAMXWUTr .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugMAMXWUTr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugMAMXWUTr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-ugMAMXWUTr .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ugMAMXWUTr .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMAMXWUTr .navbar {
    padding: 5px 73px !important;
  }
}
.cid-ugMAMXWUTr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugMAMXWUTr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMAMXWUTr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMAMXWUTr .dropdown-item.active,
.cid-ugMAMXWUTr .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMAMXWUTr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMAMXWUTr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMAMXWUTr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMAMXWUTr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugMAMXWUTr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugMAMXWUTr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugMAMXWUTr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMAMXWUTr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMAMXWUTr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugMAMXWUTr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMAMXWUTr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMAMXWUTr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMAMXWUTr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMAMXWUTr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMAMXWUTr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMAMXWUTr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMAMXWUTr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMAMXWUTr .navbar-dropdown {
  padding: 0;
}
.cid-ugMAMXWUTr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMAMXWUTr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMAMXWUTr .navbar {
    height: 70px;
  }
  .cid-ugMAMXWUTr .navbar.opened {
    height: auto;
  }
  .cid-ugMAMXWUTr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMAMXWUTr .navbar-short {
  background-color: #ffffff !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-ugMAMXWUTr .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ugMAMXWUTr .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMAMXWUTr .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-ugMAMXWUTr .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-ugMAMXWUTr .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .navbar-nav {
    padding-top: 18px;
  }
}
.cid-ugMAMXWUTr .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-ugMAMXWUTr .nav-item .nav-link:hover {
  background-position: right;
}
.cid-ugMAMXWUTr .nav-item .nav-link:hover:after {
  color: #fa3604;
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ugMAMXWUTr .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-ugMAMXWUTr .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .nav-item {
    width: 100%;
  }
  .cid-ugMAMXWUTr .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-ugMAMXWUTr .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-ugMAMXWUTr .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-ugMAMXWUTr .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ugMAMXWUTr .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-ugMAMXWUTr .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-ugMAMXWUTr .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-ugMAMXWUTr nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-ugMAMXWUTr .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-ugMAMXWUTr .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-ugMAMXWUTr .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-ugMAMXWUTr .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-ugMAMXWUTr .offcanvas-body .email-text {
    margin-top: 8px;
  }
  .cid-ugMAMXWUTr .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-ugMAMXWUTr .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-ugMAMXWUTr .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-ugMAMXWUTr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-ugMAMXWUTr .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-ugMAMXWUTr .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-ugMAMXWUTr .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-ugMAMXWUTr .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-ugMAMXWUTr .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-ugMAMXWUTr .offcanvas_box {
    display: none;
  }
}
.cid-ugMAMXWUTr .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ugMAMXWUTr .list li {
  display: flex;
  align-items: center;
}
.cid-ugMAMXWUTr .list a {
  display: flex;
  align-items: center;
}
.cid-ugMAMXWUTr .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMAMXWUTr .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-ugMAMXWUTr .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-ugMAMZy9Qr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/f047cc44c377884f69ae19fe92a78a5a-1358x1153.jpg");
}
.cid-ugMAMZy9Qr .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMAMZy9Qr .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-ugMAMZy9Qr .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugMAMZy9Qr .mbr-section-title,
.cid-ugMAMZy9Qr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugMAN0i489 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugMAN0i489 .content-container {
  margin-bottom: 50px;
  width: 100%;
  padding: 157px 13.5% 143px;
  text-align: center;
  background-image: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
}
.cid-ugMAN0i489 .label-text {
  color: #ffffff;
  margin-bottom: 28px;
}
.cid-ugMAN0i489 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-ugMAN0i489 .mbr-text-name {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 45px;
}
.cid-ugMAN0i489 .mbr-text DIV {
  text-align: left;
}
.cid-ugMAN1avXg {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-ugMAN1avXg .google-map {
  height: 30rem;
  position: relative;
}
.cid-ugMAN1avXg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugMAN1avXg .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-ugMAN1avXg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugMAN1avXg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugMAN1avXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMAN1avXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMAN1avXg .mbr-section-subtitle {
  color: #000000;
}
.cid-ugMAN28VlP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8184f4;
}
.cid-ugMAN28VlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMAN28VlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMAN28VlP .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-ugMAN28VlP .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-ugMAN28VlP .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-ugMAN28VlP .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-ugMAN28VlP .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #e9e4ff;
}
.cid-ugMAN28VlP .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #e9e4ff;
}
.cid-ugMAN28VlP .list li {
  margin-bottom: 12px;
}
.cid-ugMAN28VlP .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-ugMAN28VlP .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-ugMAN28VlP .copyright {
  color: #e9e4ff;
}
.cid-ugMGnG2TCt .navbar-dropdown {
  position: relative !important;
}
.cid-ugMGnG2TCt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMGnG2TCt .dropdown-menu {
  background: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMGnG2TCt .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-ugMGnG2TCt .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-ugMGnG2TCt .dropdown-item:hover {
  background-position: right !important;
}
.cid-ugMGnG2TCt .dropdown-item:hover:after {
  color: #fa3604;
}
.cid-ugMGnG2TCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugMGnG2TCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugMGnG2TCt .nav-link {
  position: relative;
}
.cid-ugMGnG2TCt .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ugMGnG2TCt .dropdown-menu,
.cid-ugMGnG2TCt .navbar.opened {
  background: #ffffff !important;
}
.cid-ugMGnG2TCt .nav-item:focus,
.cid-ugMGnG2TCt .nav-link:focus {
  outline: none;
}
.cid-ugMGnG2TCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMGnG2TCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMGnG2TCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMGnG2TCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMGnG2TCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMGnG2TCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMGnG2TCt .navbar {
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  min-height: 60px;
  position: static !important;
  background-color: #ffffff;
}
.cid-ugMGnG2TCt .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-ugMGnG2TCt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMGnG2TCt .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMGnG2TCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugMGnG2TCt .navbar.collapsed {
  justify-content: center;
}
.cid-ugMGnG2TCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMGnG2TCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMGnG2TCt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugMGnG2TCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMGnG2TCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMGnG2TCt .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-ugMGnG2TCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMGnG2TCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMGnG2TCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMGnG2TCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMGnG2TCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMGnG2TCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMGnG2TCt .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-ugMGnG2TCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugMGnG2TCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugMGnG2TCt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMGnG2TCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugMGnG2TCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMGnG2TCt .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMGnG2TCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugMGnG2TCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugMGnG2TCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-ugMGnG2TCt .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ugMGnG2TCt .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMGnG2TCt .navbar {
    padding: 5px 73px !important;
  }
}
.cid-ugMGnG2TCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugMGnG2TCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMGnG2TCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMGnG2TCt .dropdown-item.active,
.cid-ugMGnG2TCt .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMGnG2TCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMGnG2TCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMGnG2TCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMGnG2TCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugMGnG2TCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugMGnG2TCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugMGnG2TCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMGnG2TCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMGnG2TCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugMGnG2TCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMGnG2TCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMGnG2TCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMGnG2TCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMGnG2TCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMGnG2TCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMGnG2TCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMGnG2TCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMGnG2TCt .navbar-dropdown {
  padding: 0;
}
.cid-ugMGnG2TCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMGnG2TCt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMGnG2TCt .navbar {
    height: 70px;
  }
  .cid-ugMGnG2TCt .navbar.opened {
    height: auto;
  }
  .cid-ugMGnG2TCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMGnG2TCt .navbar-short {
  background-color: #ffffff !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-ugMGnG2TCt .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ugMGnG2TCt .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMGnG2TCt .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-ugMGnG2TCt .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-ugMGnG2TCt .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .navbar-nav {
    padding-top: 18px;
  }
}
.cid-ugMGnG2TCt .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-ugMGnG2TCt .nav-item .nav-link:hover {
  background-position: right;
}
.cid-ugMGnG2TCt .nav-item .nav-link:hover:after {
  color: #fa3604;
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ugMGnG2TCt .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-ugMGnG2TCt .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .nav-item {
    width: 100%;
  }
  .cid-ugMGnG2TCt .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-ugMGnG2TCt .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-ugMGnG2TCt .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-ugMGnG2TCt .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ugMGnG2TCt .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-ugMGnG2TCt .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-ugMGnG2TCt .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-ugMGnG2TCt nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-ugMGnG2TCt .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-ugMGnG2TCt .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-ugMGnG2TCt .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-ugMGnG2TCt .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-ugMGnG2TCt .offcanvas-body .email-text {
    margin-top: 8px;
  }
  .cid-ugMGnG2TCt .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-ugMGnG2TCt .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-ugMGnG2TCt .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-ugMGnG2TCt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-ugMGnG2TCt .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-ugMGnG2TCt .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-ugMGnG2TCt .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-ugMGnG2TCt .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-ugMGnG2TCt .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-ugMGnG2TCt .offcanvas_box {
    display: none;
  }
}
.cid-ugMGnG2TCt .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ugMGnG2TCt .list li {
  display: flex;
  align-items: center;
}
.cid-ugMGnG2TCt .list a {
  display: flex;
  align-items: center;
}
.cid-ugMGnG2TCt .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMGnG2TCt .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-ugMGnG2TCt .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-ugMGnI0RkN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/water-slide-inflatable-rental-1920x1280.jpg");
}
.cid-ugMGnI0RkN .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMGnI0RkN .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-ugMGnI0RkN .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugMGnI0RkN .mbr-section-title,
.cid-ugMGnI0RkN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugMGnJ2B2e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMGnJ2B2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMGnJ2B2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugMGnJ2B2e .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ugMGnJ2B2e .container {
    padding: 0 12px;
  }
}
.cid-ugMGnJ2B2e .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugMGnJ2B2e .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-ugMGnJ2B2e .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ugMGnJ2B2e .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c298d3;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ugMGnJ2B2e .mbr-section-title {
  color: #222222;
}
.cid-ugMGnK0WLH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #8184f4;
}
.cid-ugMGnK0WLH .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMGnK0WLH .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: left;
  color: #ffffff;
}
.cid-ugMGnK0WLH .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugMGnL7mK0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMGnL7mK0 .container-fluid {
  padding: 0;
}
.cid-ugMGnL7mK0 .row {
  align-items: center;
  width: 100%;
  padding-left: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1400px) {
  .cid-ugMGnL7mK0 .row {
    align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  .cid-ugMGnL7mK0 .row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-ugMGnL7mK0 .row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-ugMGnL7mK0 .row {
    padding-left: calc((100% - 768px)/ 2) !important;
  }
}
@media (max-width: 800px) {
  .cid-ugMGnL7mK0 .row {
    padding-left: calc((100% - 86%)/ 2) !important;
  }
}
.cid-ugMGnL7mK0 .col-tabs .tab-content .tabs-row {
  padding: 0 !important;
}
.cid-ugMGnL7mK0 .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-ugMGnL7mK0 .col-text {
    width: 45%;
  }
}
@media (min-width: 1441px) {
  .cid-ugMGnL7mK0 .col-text {
    width: 34%;
  }
}
.cid-ugMGnL7mK0 .text-container {
  padding: 0 30px 0 0;
}
@media (min-width: 768px) {
  .cid-ugMGnL7mK0 .text-container {
    padding: 0 10% 0 0;
  }
}
.cid-ugMGnL7mK0 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ugMGnL7mK0 .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.cid-ugMGnL7mK0 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-ugMGnL7mK0 .col-img {
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .cid-ugMGnL7mK0 .col-img {
    width: 55%;
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .cid-ugMGnL7mK0 .col-img {
    width: 66%;
  }
}
.cid-ugMGnL7mK0 .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-ugMGnL7mK0 .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.cid-ugMGnL7mK0 .col-tabs {
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  .cid-ugMGnL7mK0 .col-tabs {
    padding: 3% 25% 0 0;
  }
}
@media (min-width: 1025px) {
  .cid-ugMGnL7mK0 .col-tabs {
    padding: 17px 0 0 0;
  }
}
.cid-ugMGnL7mK0 .nav-tabs .nav-item.open .nav-link:focus,
.cid-ugMGnL7mK0 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ugMGnL7mK0 .nav-tabs {
  flex-wrap: nowrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #57b8e0;
}
@media (max-width: 680px) {
  .cid-ugMGnL7mK0 .nav-tabs {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ugMGnL7mK0 .nav-item {
  position: relative;
  color: #000000;
}
.cid-ugMGnL7mK0 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  color: #000000 !important;
}
.cid-ugMGnL7mK0 .nav-tabs .nav-link:after {
  content: '';
  width: 0;
  left: 0;
  height: 1px;
  position: absolute;
  bottom: -9px;
  background-color: #000000;
  transition: width 0.48s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 680px) {
  .cid-ugMGnL7mK0 .nav-tabs .nav-link:after {
    bottom: -2px;
  }
}
.cid-ugMGnL7mK0 .nav-tabs .nav-item:not(:first-child) {
  margin-left: 68px;
}
@media (max-width: 680px) {
  .cid-ugMGnL7mK0 .nav-tabs .nav-item {
    margin: 0 0 12px 0 !important;
    width: max-content;
  }
}
@media (max-width: 680px) {
  .cid-ugMGnL7mK0 .nav-tabs .nav-item:last-child {
    margin: 0 !important;
  }
}
.cid-ugMGnL7mK0 .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 25px;
}
.cid-ugMGnL7mK0 .list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 16px;
}
.cid-ugMGnL7mK0 .list li {
  margin-bottom: 7px;
}
.cid-ugMGnL7mK0 .list li:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background: currentColor;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-ugMGnL7mK0 .nav-link,
.cid-ugMGnL7mK0 .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-ugMGnL7mK0 .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-ugMGnL7mK0 .nav-tabs .nav-link.active:after {
  width: 100%;
}
.cid-ugMGnL7mK0 .mbr-section-title,
.cid-ugMGnL7mK0 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-ugMGnMdBZj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #8184f4;
}
.cid-ugMGnMdBZj .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 55px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ugMGnMdBZj .col-card {
    width: 100% !important;
  }
}
.cid-ugMGnMdBZj .card-title {
  color: #ffffff;
  margin-right: 41%;
  text-align: center;
}
@media (max-width: 680px) {
  .cid-ugMGnMdBZj .card-title {
    margin-right: 10%;
  }
}
.cid-ugMGnMdBZj .mbr-text {
  color: #6e6e6e;
  margin: 16px 60px 0 0;
}
.cid-ugMGnMdBZj .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.cid-ugMGnMdBZj .card-wrapper {
  height: 100%;
  padding-left: 5%;
  overflow: visible;
}
@media (min-width: 1441px) {
  .cid-ugMGnMdBZj .card-wrapper {
    padding-left: 18%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ugMGnMdBZj .card-wrapper {
    padding-right: 35%;
    padding-left: 0;
  }
}
@media (max-width: 880px) {
  .cid-ugMGnMdBZj .card-wrapper {
    padding: 0 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-ugMGnMdBZj .card-wrapper {
    padding: 0 0 0 5%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ugMGnMdBZj .card-2,
  .cid-ugMGnMdBZj .card-3 {
    padding-top: 15%;
  }
}
@media (max-width: 880px) {
  .cid-ugMGnMdBZj .card-2,
  .cid-ugMGnMdBZj .card-3 {
    padding: 20% 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-ugMGnMdBZj .card-2,
  .cid-ugMGnMdBZj .card-3 {
    padding: 40% 0 0 5%;
  }
}
.cid-ugMGnMdBZj .card-box {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.cid-ugMGnMdBZj .card-number {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  left: -68px;
  top: -53%;
  height: 276px;
  margin: 10px 0;
  z-index: -2;
  opacity: 0.2;
  font-size: 230px;
  color: transparent;
  background: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%);
  -webkit-background-clip: text;
}
@media (max-width: 680px) {
  .cid-ugMGnMdBZj .card-number {
    font-size: 265px;
    left: -40px;
    top: -65%;
  }
}
.cid-ugMGnMdBZj .card-link {
  position: relative;
  z-index: 5;
  padding-left: 95px;
  transition: all 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-ugMGnMdBZj .card-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #57b8e0;
  transition: width 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-ugMGnMdBZj .card-link:hover {
  padding-left: 0;
  padding-right: 95px;
}
.cid-ugMGnMdBZj .card-link:hover:after {
  width: 0;
}
.cid-ugMGnNn1U8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMGnNn1U8 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMGnNn1U8 .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-ugMGnNn1U8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugMGnNn1U8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMGnOqQ8E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #c298d3;
  background: linear-gradient(-45deg, rgba(194, 152, 211, 0.8), #8184f4);
}
.cid-ugMGnOqQ8E .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ugMGnOqQ8E .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ugMGnOqQ8E .title__block,
.cid-ugMGnOqQ8E .image__block {
  pointer-events: all;
}
.cid-ugMGnOqQ8E .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
}
.cid-ugMGnOqQ8E .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-ugMGnOqQ8E .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-ugMGnOqQ8E .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-ugMGnOqQ8E .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-ugMGnOqQ8E .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-ugMGnOqQ8E .image__block {
  max-height: 600px;
}
.cid-ugMGnOqQ8E .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugMGnOqQ8E .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-ugMGnOqQ8E .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-ugMGnOqQ8E .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-ugMGnOqQ8E .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMGnOqQ8E .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-ugMGnOqQ8E .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMGnOqQ8E .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMGnOqQ8E .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ugMGnOqQ8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMGnOqQ8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMGnOqQ8E .mbr-text,
.cid-ugMGnOqQ8E .mbr-section-btn {
  text-align: center;
}
.cid-ugMGnPAMZf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugMGnPAMZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMGnPAMZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMGnPAMZf .row {
  justify-content: space-between;
}
.cid-ugMGnPAMZf .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ugMGnPAMZf .content-wrapper {
    padding: 0;
  }
}
.cid-ugMGnPAMZf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMGnPAMZf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ugMGnPAMZf .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMGnPAMZf .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ugMGnPAMZf .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugMGnPAMZf .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ugMGnPAMZf .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ugMGnPAMZf .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ugMGnPAMZf .mbr-section-title {
  color: #000000;
}
.cid-ugMGnPAMZf .mbr-desc {
  color: #000000;
}
.cid-ugMGnPAMZf .mbr-text {
  color: #000000;
}
.cid-ugMGnPAMZf .mbr-section-title,
.cid-ugMGnPAMZf .mbr-section-btn {
  text-align: center;
}
.cid-ugMGnQGln9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugMGnQGln9 .content-container {
  margin-bottom: 50px;
  width: 100%;
  padding: 157px 13.5% 143px;
  text-align: center;
  background-image: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
}
.cid-ugMGnQGln9 .label-text {
  color: #ffffff;
  margin-bottom: 28px;
}
.cid-ugMGnQGln9 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-ugMGnQGln9 .mbr-text-name {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 45px;
}
.cid-ugMGnQGln9 .mbr-text DIV {
  text-align: left;
}
.cid-uh4omRVG0W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c298d3;
}
.cid-uh4omRVG0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh4omRVG0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh4omRVG0W .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uh4omRVG0W .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uh4omRVG0W .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh4omRVG0W .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uh4omRVG0W .container {
    padding: 0 16px;
  }
}
.cid-uh4omRVG0W .row {
  justify-content: center;
}
.cid-uh4omRVG0W .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uh4omRVG0W .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uh4omRVG0W .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uh4omRVG0W .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uh4omRVG0W .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uh4omRVG0W .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uh4omRVG0W .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uh4omRVG0W .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uh4omRVG0W .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uh4omRVG0W .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uh4omRVG0W .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uh4omRVG0W .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uh4omRVG0W .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uh4omRVG0W .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uh4omRVG0W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uh4omRVG0W .panel-title {
  color: #000000;
}
.cid-uh4omRVG0W .panel-text {
  color: #000000;
}
.cid-ugMGnRITSC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugMGnRITSC .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-ugMGnRITSC img,
.cid-ugMGnRITSC .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugMGnRITSC .item:focus,
.cid-ugMGnRITSC span:focus {
  outline: none;
}
.cid-ugMGnRITSC .item {
  cursor: pointer;
  padding: 0 15px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .cid-ugMGnRITSC .item {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .cid-ugMGnRITSC .item {
    width: 33.33333333% !important;
  }
}
@media (max-width: 680px) {
  .cid-ugMGnRITSC .item {
    width: 100% !important;
  }
}
.cid-ugMGnRITSC .item-wrapper {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-ugMGnRITSC .item-wrapper .img-wrap:hover .img-overlay {
  opacity: 0.95;
}
.cid-ugMGnRITSC .item-wrapper .img-wrap:hover .item-content {
  opacity: 1;
}
.cid-ugMGnRITSC .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugMGnRITSC .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-ugMGnRITSC .item-img img {
  width: 100%;
}
.cid-ugMGnRITSC .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-ugMGnRITSC .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  z-index: 3;
  opacity: 0;
  padding: 10px;
  transition: opacity 0.2s ease-out;
}
.cid-ugMGnRITSC .item-content .links-container {
  text-align: center;
}
.cid-ugMGnRITSC .item-content .links-container a {
  margin-right: 18px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-ugMGnRITSC .item-content .links-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-ugMGnRITSC .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 0 32px;
}
.cid-ugMGnRITSC .title-text {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-ugMGnRITSC .mbr-text {
  color: #8A8A8A;
  margin-top: 2px;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-ugMGnSXaH6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #c298d3;
}
.cid-ugMGnSXaH6 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ugMGnSXaH6 .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-ugMGnSXaH6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugMGnSXaH6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMGnU0MoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMGnU0MoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMGnU0MoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugMGnU0MoI .container {
    padding: 0 20px;
  }
}
.cid-ugMGnU0MoI .row {
  margin: 0;
}
.cid-ugMGnU0MoI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMGnU0MoI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugMGnU0MoI .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ugMGnU0MoI .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ugMGnU0MoI .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ugMGnU0MoI .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ugMGnU0MoI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugMGnV9C26 {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-ugMGnV9C26 .row {
  flex-direction: column;
}
.cid-ugMGnV9C26 .row {
  flex-direction: column-reverse;
}
.cid-ugMGnV9C26 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ugMGnV9C26 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ugMGnV9C26 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ugMGnV9C26 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ugMGnV9C26 .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-ugMGnV9C26 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-ugMGnV9C26 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-ugMGnV9C26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMGnV9C26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMGnV9C26 .mbr-text {
  text-align: left;
}
.cid-ugMUCmQ8HR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMUCmQ8HR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMUCmQ8HR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMUCmQ8HR .container {
  max-width: 1140px;
}
.cid-ugMUCmQ8HR .row {
  justify-content: center;
}
.cid-ugMUCmQ8HR .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-ugMUCmQ8HR .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-ugMUCmQ8HR .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-ugMUCmQ8HR .toggle-panel {
  width: 100%;
}
.cid-ugMUCmQ8HR .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #b5ddee;
}
.cid-ugMUCmQ8HR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugMUCmQ8HR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-ugMUCmQ8HR .panel-title {
    align-items: flex-start;
  }
}
.cid-ugMUCmQ8HR .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #8184f4;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-ugMUCmQ8HR .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-ugMUCmQ8HR .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-ugMUCmQ8HR .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-ugMUCmQ8HR .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-ugMUCmQ8HR .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-ugMUCmQ8HR .panel-body {
    width: 100%;
  }
}
.cid-ugMUCmQ8HR .panel-title-edit {
  color: #1D191F;
}
.cid-ugMUCmQ8HR .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-ugMGnWh9BE {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-ugMGnWh9BE .google-map {
  height: 30rem;
  position: relative;
}
.cid-ugMGnWh9BE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugMGnWh9BE .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-ugMGnWh9BE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugMGnWh9BE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugMGnWh9BE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMGnWh9BE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMGnWh9BE .mbr-section-subtitle {
  color: #000000;
}
.cid-ugMGnXxtDQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8184f4;
}
.cid-ugMGnXxtDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMGnXxtDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMGnXxtDQ .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-ugMGnXxtDQ .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-ugMGnXxtDQ .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-ugMGnXxtDQ .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-ugMGnXxtDQ .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #e9e4ff;
}
.cid-ugMGnXxtDQ .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #e9e4ff;
}
.cid-ugMGnXxtDQ .list li {
  margin-bottom: 12px;
}
.cid-ugMGnXxtDQ .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-ugMGnXxtDQ .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-ugMGnXxtDQ .copyright {
  color: #e9e4ff;
}
.cid-ugMNtO2bp0 .navbar-dropdown {
  position: relative !important;
}
.cid-ugMNtO2bp0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMNtO2bp0 .dropdown-menu {
  background: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMNtO2bp0 .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-ugMNtO2bp0 .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-ugMNtO2bp0 .dropdown-item:hover {
  background-position: right !important;
}
.cid-ugMNtO2bp0 .dropdown-item:hover:after {
  color: #fa3604;
}
.cid-ugMNtO2bp0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugMNtO2bp0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugMNtO2bp0 .nav-link {
  position: relative;
}
.cid-ugMNtO2bp0 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ugMNtO2bp0 .dropdown-menu,
.cid-ugMNtO2bp0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ugMNtO2bp0 .nav-item:focus,
.cid-ugMNtO2bp0 .nav-link:focus {
  outline: none;
}
.cid-ugMNtO2bp0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMNtO2bp0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMNtO2bp0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMNtO2bp0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMNtO2bp0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMNtO2bp0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMNtO2bp0 .navbar {
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  min-height: 60px;
  position: static !important;
  background-color: #ffffff;
}
.cid-ugMNtO2bp0 .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-ugMNtO2bp0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMNtO2bp0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMNtO2bp0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugMNtO2bp0 .navbar.collapsed {
  justify-content: center;
}
.cid-ugMNtO2bp0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMNtO2bp0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMNtO2bp0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugMNtO2bp0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMNtO2bp0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMNtO2bp0 .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-ugMNtO2bp0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMNtO2bp0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMNtO2bp0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMNtO2bp0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMNtO2bp0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMNtO2bp0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMNtO2bp0 .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-ugMNtO2bp0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugMNtO2bp0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugMNtO2bp0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMNtO2bp0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugMNtO2bp0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMNtO2bp0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMNtO2bp0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugMNtO2bp0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugMNtO2bp0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-ugMNtO2bp0 .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ugMNtO2bp0 .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMNtO2bp0 .navbar {
    padding: 5px 73px !important;
  }
}
.cid-ugMNtO2bp0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugMNtO2bp0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMNtO2bp0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMNtO2bp0 .dropdown-item.active,
.cid-ugMNtO2bp0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMNtO2bp0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMNtO2bp0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMNtO2bp0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMNtO2bp0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugMNtO2bp0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugMNtO2bp0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugMNtO2bp0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMNtO2bp0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMNtO2bp0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugMNtO2bp0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMNtO2bp0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMNtO2bp0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMNtO2bp0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMNtO2bp0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMNtO2bp0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMNtO2bp0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMNtO2bp0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMNtO2bp0 .navbar-dropdown {
  padding: 0;
}
.cid-ugMNtO2bp0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMNtO2bp0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMNtO2bp0 .navbar {
    height: 70px;
  }
  .cid-ugMNtO2bp0 .navbar.opened {
    height: auto;
  }
  .cid-ugMNtO2bp0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMNtO2bp0 .navbar-short {
  background-color: #ffffff !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-ugMNtO2bp0 .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ugMNtO2bp0 .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMNtO2bp0 .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-ugMNtO2bp0 .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-ugMNtO2bp0 .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .navbar-nav {
    padding-top: 18px;
  }
}
.cid-ugMNtO2bp0 .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-ugMNtO2bp0 .nav-item .nav-link:hover {
  background-position: right;
}
.cid-ugMNtO2bp0 .nav-item .nav-link:hover:after {
  color: #fa3604;
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ugMNtO2bp0 .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-ugMNtO2bp0 .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .nav-item {
    width: 100%;
  }
  .cid-ugMNtO2bp0 .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-ugMNtO2bp0 .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-ugMNtO2bp0 .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-ugMNtO2bp0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ugMNtO2bp0 .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-ugMNtO2bp0 .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-ugMNtO2bp0 .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-ugMNtO2bp0 nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-ugMNtO2bp0 .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-ugMNtO2bp0 .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-ugMNtO2bp0 .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-ugMNtO2bp0 .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-ugMNtO2bp0 .offcanvas-body .email-text {
    margin-top: 8px;
  }
  .cid-ugMNtO2bp0 .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-ugMNtO2bp0 .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-ugMNtO2bp0 .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-ugMNtO2bp0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-ugMNtO2bp0 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-ugMNtO2bp0 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-ugMNtO2bp0 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-ugMNtO2bp0 .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-ugMNtO2bp0 .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-ugMNtO2bp0 .offcanvas_box {
    display: none;
  }
}
.cid-ugMNtO2bp0 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ugMNtO2bp0 .list li {
  display: flex;
  align-items: center;
}
.cid-ugMNtO2bp0 .list a {
  display: flex;
  align-items: center;
}
.cid-ugMNtO2bp0 .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMNtO2bp0 .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-ugMNtO2bp0 .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-ugMNtQsetn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/l-960x636.jpg");
}
.cid-ugMNtQsetn .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMNtQsetn .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-ugMNtQsetn .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugMNtQsetn .mbr-section-title,
.cid-ugMNtQsetn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugMNtRyoNe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMNtRyoNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMNtRyoNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugMNtRyoNe .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ugMNtRyoNe .container {
    padding: 0 12px;
  }
}
.cid-ugMNtRyoNe .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugMNtRyoNe .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-ugMNtRyoNe .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ugMNtRyoNe .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c298d3;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ugMNtRyoNe .mbr-section-title {
  color: #222222;
}
.cid-ugMNtSrmaU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #8184f4;
}
.cid-ugMNtSrmaU .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMNtSrmaU .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: left;
  color: #ffffff;
}
.cid-ugMNtSrmaU .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugMNtTq5jQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMNtTq5jQ .container-fluid {
  padding: 0;
}
.cid-ugMNtTq5jQ .row {
  align-items: center;
  width: 100%;
  padding-left: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1400px) {
  .cid-ugMNtTq5jQ .row {
    align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  .cid-ugMNtTq5jQ .row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-ugMNtTq5jQ .row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-ugMNtTq5jQ .row {
    padding-left: calc((100% - 768px)/ 2) !important;
  }
}
@media (max-width: 800px) {
  .cid-ugMNtTq5jQ .row {
    padding-left: calc((100% - 86%)/ 2) !important;
  }
}
.cid-ugMNtTq5jQ .col-tabs .tab-content .tabs-row {
  padding: 0 !important;
}
.cid-ugMNtTq5jQ .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-ugMNtTq5jQ .col-text {
    width: 45%;
  }
}
@media (min-width: 1441px) {
  .cid-ugMNtTq5jQ .col-text {
    width: 34%;
  }
}
.cid-ugMNtTq5jQ .text-container {
  padding: 0 30px 0 0;
}
@media (min-width: 768px) {
  .cid-ugMNtTq5jQ .text-container {
    padding: 0 10% 0 0;
  }
}
.cid-ugMNtTq5jQ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ugMNtTq5jQ .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.cid-ugMNtTq5jQ .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-ugMNtTq5jQ .col-img {
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .cid-ugMNtTq5jQ .col-img {
    width: 55%;
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .cid-ugMNtTq5jQ .col-img {
    width: 66%;
  }
}
.cid-ugMNtTq5jQ .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-ugMNtTq5jQ .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.cid-ugMNtTq5jQ .col-tabs {
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  .cid-ugMNtTq5jQ .col-tabs {
    padding: 3% 25% 0 0;
  }
}
@media (min-width: 1025px) {
  .cid-ugMNtTq5jQ .col-tabs {
    padding: 17px 0 0 0;
  }
}
.cid-ugMNtTq5jQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-ugMNtTq5jQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ugMNtTq5jQ .nav-tabs {
  flex-wrap: nowrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #57b8e0;
}
@media (max-width: 680px) {
  .cid-ugMNtTq5jQ .nav-tabs {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ugMNtTq5jQ .nav-item {
  position: relative;
  color: #000000;
}
.cid-ugMNtTq5jQ .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  color: #000000 !important;
}
.cid-ugMNtTq5jQ .nav-tabs .nav-link:after {
  content: '';
  width: 0;
  left: 0;
  height: 1px;
  position: absolute;
  bottom: -9px;
  background-color: #000000;
  transition: width 0.48s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 680px) {
  .cid-ugMNtTq5jQ .nav-tabs .nav-link:after {
    bottom: -2px;
  }
}
.cid-ugMNtTq5jQ .nav-tabs .nav-item:not(:first-child) {
  margin-left: 68px;
}
@media (max-width: 680px) {
  .cid-ugMNtTq5jQ .nav-tabs .nav-item {
    margin: 0 0 12px 0 !important;
    width: max-content;
  }
}
@media (max-width: 680px) {
  .cid-ugMNtTq5jQ .nav-tabs .nav-item:last-child {
    margin: 0 !important;
  }
}
.cid-ugMNtTq5jQ .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 25px;
}
.cid-ugMNtTq5jQ .list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 16px;
}
.cid-ugMNtTq5jQ .list li {
  margin-bottom: 7px;
}
.cid-ugMNtTq5jQ .list li:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background: currentColor;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-ugMNtTq5jQ .nav-link,
.cid-ugMNtTq5jQ .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-ugMNtTq5jQ .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-ugMNtTq5jQ .nav-tabs .nav-link.active:after {
  width: 100%;
}
.cid-ugMNtTq5jQ .mbr-section-title,
.cid-ugMNtTq5jQ .mbr-section-btn {
  color: #6e6e6e;
}
.cid-ugMNtUzMmv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #8184f4;
}
.cid-ugMNtUzMmv .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 55px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ugMNtUzMmv .col-card {
    width: 100% !important;
  }
}
.cid-ugMNtUzMmv .card-title {
  color: #ffffff;
  margin-right: 41%;
  text-align: center;
}
@media (max-width: 680px) {
  .cid-ugMNtUzMmv .card-title {
    margin-right: 10%;
  }
}
.cid-ugMNtUzMmv .mbr-text {
  color: #6e6e6e;
  margin: 16px 60px 0 0;
}
.cid-ugMNtUzMmv .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.cid-ugMNtUzMmv .card-wrapper {
  height: 100%;
  padding-left: 5%;
  overflow: visible;
}
@media (min-width: 1441px) {
  .cid-ugMNtUzMmv .card-wrapper {
    padding-left: 18%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ugMNtUzMmv .card-wrapper {
    padding-right: 35%;
    padding-left: 0;
  }
}
@media (max-width: 880px) {
  .cid-ugMNtUzMmv .card-wrapper {
    padding: 0 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-ugMNtUzMmv .card-wrapper {
    padding: 0 0 0 5%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ugMNtUzMmv .card-2,
  .cid-ugMNtUzMmv .card-3 {
    padding-top: 15%;
  }
}
@media (max-width: 880px) {
  .cid-ugMNtUzMmv .card-2,
  .cid-ugMNtUzMmv .card-3 {
    padding: 20% 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-ugMNtUzMmv .card-2,
  .cid-ugMNtUzMmv .card-3 {
    padding: 40% 0 0 5%;
  }
}
.cid-ugMNtUzMmv .card-box {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.cid-ugMNtUzMmv .card-number {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  left: -68px;
  top: -53%;
  height: 276px;
  margin: 10px 0;
  z-index: -2;
  opacity: 0.2;
  font-size: 230px;
  color: transparent;
  background: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%);
  -webkit-background-clip: text;
}
@media (max-width: 680px) {
  .cid-ugMNtUzMmv .card-number {
    font-size: 265px;
    left: -40px;
    top: -65%;
  }
}
.cid-ugMNtUzMmv .card-link {
  position: relative;
  z-index: 5;
  padding-left: 95px;
  transition: all 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-ugMNtUzMmv .card-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #57b8e0;
  transition: width 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-ugMNtUzMmv .card-link:hover {
  padding-left: 0;
  padding-right: 95px;
}
.cid-ugMNtUzMmv .card-link:hover:after {
  width: 0;
}
.cid-ugMNtWaFtE {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMNtWaFtE .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMNtWaFtE .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-ugMNtWaFtE .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugMNtWaFtE .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMNtXn25O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #c298d3;
  background: linear-gradient(-45deg, rgba(194, 152, 211, 0.8), #8184f4);
}
.cid-ugMNtXn25O .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ugMNtXn25O .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ugMNtXn25O .title__block,
.cid-ugMNtXn25O .image__block {
  pointer-events: all;
}
.cid-ugMNtXn25O .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
}
.cid-ugMNtXn25O .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-ugMNtXn25O .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-ugMNtXn25O .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-ugMNtXn25O .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-ugMNtXn25O .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-ugMNtXn25O .image__block {
  max-height: 600px;
}
.cid-ugMNtXn25O .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugMNtXn25O .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-ugMNtXn25O .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-ugMNtXn25O .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-ugMNtXn25O .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMNtXn25O .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-ugMNtXn25O .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMNtXn25O .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMNtXn25O .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ugMNtXn25O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMNtXn25O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMNtXn25O .mbr-text,
.cid-ugMNtXn25O .mbr-section-btn {
  text-align: center;
}
.cid-ugMNtYuiDi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugMNtYuiDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMNtYuiDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMNtYuiDi .row {
  justify-content: space-between;
}
.cid-ugMNtYuiDi .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ugMNtYuiDi .content-wrapper {
    padding: 0;
  }
}
.cid-ugMNtYuiDi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMNtYuiDi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ugMNtYuiDi .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMNtYuiDi .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ugMNtYuiDi .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugMNtYuiDi .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ugMNtYuiDi .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ugMNtYuiDi .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ugMNtYuiDi .mbr-section-title {
  color: #000000;
}
.cid-ugMNtYuiDi .mbr-desc {
  color: #000000;
}
.cid-ugMNtYuiDi .mbr-text {
  color: #000000;
}
.cid-ugMNtYuiDi .mbr-section-title,
.cid-ugMNtYuiDi .mbr-section-btn {
  text-align: center;
}
.cid-uh4owvHBpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c298d3;
}
.cid-uh4owvHBpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh4owvHBpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh4owvHBpk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uh4owvHBpk .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uh4owvHBpk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh4owvHBpk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uh4owvHBpk .container {
    padding: 0 16px;
  }
}
.cid-uh4owvHBpk .row {
  justify-content: center;
}
.cid-uh4owvHBpk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uh4owvHBpk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uh4owvHBpk .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uh4owvHBpk .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uh4owvHBpk .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uh4owvHBpk .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uh4owvHBpk .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uh4owvHBpk .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uh4owvHBpk .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uh4owvHBpk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uh4owvHBpk .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uh4owvHBpk .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uh4owvHBpk .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uh4owvHBpk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uh4owvHBpk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uh4owvHBpk .panel-title {
  color: #000000;
}
.cid-uh4owvHBpk .panel-text {
  color: #000000;
}
.cid-ugMNtZtIAK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugMNtZtIAK .content-container {
  margin-bottom: 50px;
  width: 100%;
  padding: 157px 13.5% 143px;
  text-align: center;
  background-image: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
}
.cid-ugMNtZtIAK .label-text {
  color: #ffffff;
  margin-bottom: 28px;
}
.cid-ugMNtZtIAK .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-ugMNtZtIAK .mbr-text-name {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 45px;
}
.cid-ugMNtZtIAK .mbr-text DIV {
  text-align: left;
}
.cid-ugMNu0BMSg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugMNu0BMSg .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-ugMNu0BMSg img,
.cid-ugMNu0BMSg .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugMNu0BMSg .item:focus,
.cid-ugMNu0BMSg span:focus {
  outline: none;
}
.cid-ugMNu0BMSg .item {
  cursor: pointer;
  padding: 0 15px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .cid-ugMNu0BMSg .item {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .cid-ugMNu0BMSg .item {
    width: 33.33333333% !important;
  }
}
@media (max-width: 680px) {
  .cid-ugMNu0BMSg .item {
    width: 100% !important;
  }
}
.cid-ugMNu0BMSg .item-wrapper {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-ugMNu0BMSg .item-wrapper .img-wrap:hover .img-overlay {
  opacity: 0.95;
}
.cid-ugMNu0BMSg .item-wrapper .img-wrap:hover .item-content {
  opacity: 1;
}
.cid-ugMNu0BMSg .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugMNu0BMSg .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-ugMNu0BMSg .item-img img {
  width: 100%;
}
.cid-ugMNu0BMSg .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-ugMNu0BMSg .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  z-index: 3;
  opacity: 0;
  padding: 10px;
  transition: opacity 0.2s ease-out;
}
.cid-ugMNu0BMSg .item-content .links-container {
  text-align: center;
}
.cid-ugMNu0BMSg .item-content .links-container a {
  margin-right: 18px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-ugMNu0BMSg .item-content .links-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-ugMNu0BMSg .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 0 32px;
}
.cid-ugMNu0BMSg .title-text {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-ugMNu0BMSg .mbr-text {
  color: #8A8A8A;
  margin-top: 2px;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-ugMNu1XOwW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #c298d3;
}
.cid-ugMNu1XOwW .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ugMNu1XOwW .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-ugMNu1XOwW .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugMNu1XOwW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMNu7Yc2u {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-ugMNu7Yc2u .row {
  flex-direction: column;
}
.cid-ugMNu7Yc2u .row {
  flex-direction: column-reverse;
}
.cid-ugMNu7Yc2u .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ugMNu7Yc2u .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ugMNu7Yc2u .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ugMNu7Yc2u .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ugMNu7Yc2u .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-ugMNu7Yc2u .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-ugMNu7Yc2u .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-ugMNu7Yc2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMNu7Yc2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMNu7Yc2u .mbr-text {
  text-align: left;
}
.cid-ugMUtZ2ap1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMUtZ2ap1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMUtZ2ap1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMUtZ2ap1 .container {
  max-width: 1140px;
}
.cid-ugMUtZ2ap1 .row {
  justify-content: center;
}
.cid-ugMUtZ2ap1 .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-ugMUtZ2ap1 .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-ugMUtZ2ap1 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-ugMUtZ2ap1 .toggle-panel {
  width: 100%;
}
.cid-ugMUtZ2ap1 .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #c298d3;
}
.cid-ugMUtZ2ap1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugMUtZ2ap1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-ugMUtZ2ap1 .panel-title {
    align-items: flex-start;
  }
}
.cid-ugMUtZ2ap1 .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #8184f4;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-ugMUtZ2ap1 .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-ugMUtZ2ap1 .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-ugMUtZ2ap1 .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-ugMUtZ2ap1 .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-ugMUtZ2ap1 .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-ugMUtZ2ap1 .panel-body {
    width: 100%;
  }
}
.cid-ugMUtZ2ap1 .panel-title-edit {
  color: #1D191F;
}
.cid-ugMUtZ2ap1 .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-ugMNuclsqA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-ugMNuclsqA .google-map {
  height: 30rem;
  position: relative;
}
.cid-ugMNuclsqA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugMNuclsqA .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-ugMNuclsqA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugMNuclsqA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugMNuclsqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMNuclsqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMNuclsqA .mbr-section-subtitle {
  color: #000000;
}
.cid-ugMNugCrrY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8184f4;
}
.cid-ugMNugCrrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMNugCrrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMNugCrrY .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-ugMNugCrrY .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-ugMNugCrrY .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-ugMNugCrrY .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-ugMNugCrrY .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #e9e4ff;
}
.cid-ugMNugCrrY .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #e9e4ff;
}
.cid-ugMNugCrrY .list li {
  margin-bottom: 12px;
}
.cid-ugMNugCrrY .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-ugMNugCrrY .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-ugMNugCrrY .copyright {
  color: #e9e4ff;
}
.cid-ugMBZe46hL .navbar-dropdown {
  position: relative !important;
}
.cid-ugMBZe46hL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMBZe46hL .dropdown-menu {
  background: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMBZe46hL .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-ugMBZe46hL .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-ugMBZe46hL .dropdown-item:hover {
  background-position: right !important;
}
.cid-ugMBZe46hL .dropdown-item:hover:after {
  color: #fa3604;
}
.cid-ugMBZe46hL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugMBZe46hL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugMBZe46hL .nav-link {
  position: relative;
}
.cid-ugMBZe46hL .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ugMBZe46hL .dropdown-menu,
.cid-ugMBZe46hL .navbar.opened {
  background: #ffffff !important;
}
.cid-ugMBZe46hL .nav-item:focus,
.cid-ugMBZe46hL .nav-link:focus {
  outline: none;
}
.cid-ugMBZe46hL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugMBZe46hL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugMBZe46hL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugMBZe46hL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugMBZe46hL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugMBZe46hL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugMBZe46hL .navbar {
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  min-height: 60px;
  position: static !important;
  background-color: #ffffff;
}
.cid-ugMBZe46hL .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-ugMBZe46hL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugMBZe46hL .navbar .navbar-logo img {
  width: auto;
}
.cid-ugMBZe46hL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugMBZe46hL .navbar.collapsed {
  justify-content: center;
}
.cid-ugMBZe46hL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugMBZe46hL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMBZe46hL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugMBZe46hL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugMBZe46hL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugMBZe46hL .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-ugMBZe46hL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugMBZe46hL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugMBZe46hL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugMBZe46hL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugMBZe46hL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugMBZe46hL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugMBZe46hL .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-ugMBZe46hL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugMBZe46hL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugMBZe46hL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugMBZe46hL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugMBZe46hL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugMBZe46hL .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugMBZe46hL .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugMBZe46hL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugMBZe46hL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-ugMBZe46hL .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ugMBZe46hL .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMBZe46hL .navbar {
    padding: 5px 73px !important;
  }
}
.cid-ugMBZe46hL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugMBZe46hL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugMBZe46hL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugMBZe46hL .dropdown-item.active,
.cid-ugMBZe46hL .dropdown-item:active {
  background-color: transparent;
}
.cid-ugMBZe46hL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugMBZe46hL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugMBZe46hL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugMBZe46hL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugMBZe46hL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugMBZe46hL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugMBZe46hL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugMBZe46hL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugMBZe46hL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugMBZe46hL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugMBZe46hL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMBZe46hL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugMBZe46hL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugMBZe46hL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMBZe46hL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugMBZe46hL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugMBZe46hL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugMBZe46hL .navbar-dropdown {
  padding: 0;
}
.cid-ugMBZe46hL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugMBZe46hL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugMBZe46hL .navbar {
    height: 70px;
  }
  .cid-ugMBZe46hL .navbar.opened {
    height: auto;
  }
  .cid-ugMBZe46hL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMBZe46hL .navbar-short {
  background-color: #ffffff !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-ugMBZe46hL .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-ugMBZe46hL .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-ugMBZe46hL .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-ugMBZe46hL .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-ugMBZe46hL .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .navbar-nav {
    padding-top: 18px;
  }
}
.cid-ugMBZe46hL .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-ugMBZe46hL .nav-item .nav-link:hover {
  background-position: right;
}
.cid-ugMBZe46hL .nav-item .nav-link:hover:after {
  color: #fa3604;
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ugMBZe46hL .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-ugMBZe46hL .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .nav-item {
    width: 100%;
  }
  .cid-ugMBZe46hL .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-ugMBZe46hL .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-ugMBZe46hL .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-ugMBZe46hL .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ugMBZe46hL .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-ugMBZe46hL .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #57b8e0 !important;
  }
}
.cid-ugMBZe46hL .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-ugMBZe46hL nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-ugMBZe46hL .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #ffffff;
  }
  .cid-ugMBZe46hL .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-ugMBZe46hL .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-ugMBZe46hL .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-ugMBZe46hL .offcanvas-body .email-text {
    margin-top: 8px;
  }
  .cid-ugMBZe46hL .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-ugMBZe46hL .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-ugMBZe46hL .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-ugMBZe46hL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-ugMBZe46hL .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-ugMBZe46hL .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-ugMBZe46hL .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-ugMBZe46hL .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-ugMBZe46hL .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-ugMBZe46hL .offcanvas_box {
    display: none;
  }
}
.cid-ugMBZe46hL .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ugMBZe46hL .list li {
  display: flex;
  align-items: center;
}
.cid-ugMBZe46hL .list a {
  display: flex;
  align-items: center;
}
.cid-ugMBZe46hL .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMBZe46hL .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-ugMBZe46hL .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-ugMBZgf5gu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/download-2-1097x736.jpg");
}
.cid-ugMBZgf5gu .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMBZgf5gu .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-ugMBZgf5gu .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugMBZgf5gu .mbr-section-title,
.cid-ugMBZgf5gu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugMBZhmhEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMBZhmhEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBZhmhEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugMBZhmhEY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ugMBZhmhEY .container {
    padding: 0 12px;
  }
}
.cid-ugMBZhmhEY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugMBZhmhEY .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-ugMBZhmhEY .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ugMBZhmhEY .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c298d3;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ugMBZhmhEY .mbr-section-title {
  color: #222222;
}
.cid-ugMBZioCAY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #8184f4;
}
.cid-ugMBZioCAY .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMBZioCAY .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: left;
  color: #ffffff;
}
.cid-ugMBZioCAY .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugMBZjjbxV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMBZjjbxV .container-fluid {
  padding: 0;
}
.cid-ugMBZjjbxV .row {
  align-items: center;
  width: 100%;
  padding-left: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1400px) {
  .cid-ugMBZjjbxV .row {
    align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  .cid-ugMBZjjbxV .row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-ugMBZjjbxV .row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-ugMBZjjbxV .row {
    padding-left: calc((100% - 768px)/ 2) !important;
  }
}
@media (max-width: 800px) {
  .cid-ugMBZjjbxV .row {
    padding-left: calc((100% - 86%)/ 2) !important;
  }
}
.cid-ugMBZjjbxV .col-tabs .tab-content .tabs-row {
  padding: 0 !important;
}
.cid-ugMBZjjbxV .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-ugMBZjjbxV .col-text {
    width: 45%;
  }
}
@media (min-width: 1441px) {
  .cid-ugMBZjjbxV .col-text {
    width: 34%;
  }
}
.cid-ugMBZjjbxV .text-container {
  padding: 0 30px 0 0;
}
@media (min-width: 768px) {
  .cid-ugMBZjjbxV .text-container {
    padding: 0 10% 0 0;
  }
}
.cid-ugMBZjjbxV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ugMBZjjbxV .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.cid-ugMBZjjbxV .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-ugMBZjjbxV .col-img {
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .cid-ugMBZjjbxV .col-img {
    width: 55%;
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .cid-ugMBZjjbxV .col-img {
    width: 66%;
  }
}
.cid-ugMBZjjbxV .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-ugMBZjjbxV .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.cid-ugMBZjjbxV .col-tabs {
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  .cid-ugMBZjjbxV .col-tabs {
    padding: 3% 25% 0 0;
  }
}
@media (min-width: 1025px) {
  .cid-ugMBZjjbxV .col-tabs {
    padding: 17px 0 0 0;
  }
}
.cid-ugMBZjjbxV .nav-tabs .nav-item.open .nav-link:focus,
.cid-ugMBZjjbxV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ugMBZjjbxV .nav-tabs {
  flex-wrap: nowrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #57b8e0;
}
@media (max-width: 680px) {
  .cid-ugMBZjjbxV .nav-tabs {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ugMBZjjbxV .nav-item {
  position: relative;
  color: #000000;
}
.cid-ugMBZjjbxV .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  color: #000000 !important;
}
.cid-ugMBZjjbxV .nav-tabs .nav-link:after {
  content: '';
  width: 0;
  left: 0;
  height: 1px;
  position: absolute;
  bottom: -9px;
  background-color: #000000;
  transition: width 0.48s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 680px) {
  .cid-ugMBZjjbxV .nav-tabs .nav-link:after {
    bottom: -2px;
  }
}
.cid-ugMBZjjbxV .nav-tabs .nav-item:not(:first-child) {
  margin-left: 68px;
}
@media (max-width: 680px) {
  .cid-ugMBZjjbxV .nav-tabs .nav-item {
    margin: 0 0 12px 0 !important;
    width: max-content;
  }
}
@media (max-width: 680px) {
  .cid-ugMBZjjbxV .nav-tabs .nav-item:last-child {
    margin: 0 !important;
  }
}
.cid-ugMBZjjbxV .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 25px;
}
.cid-ugMBZjjbxV .list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 16px;
}
.cid-ugMBZjjbxV .list li {
  margin-bottom: 7px;
}
.cid-ugMBZjjbxV .list li:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background: currentColor;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-ugMBZjjbxV .nav-link,
.cid-ugMBZjjbxV .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-ugMBZjjbxV .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-ugMBZjjbxV .nav-tabs .nav-link.active:after {
  width: 100%;
}
.cid-ugMBZjjbxV .mbr-section-title,
.cid-ugMBZjjbxV .mbr-section-btn {
  color: #6e6e6e;
}
.cid-ugMBZkgTCL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #8184f4;
}
.cid-ugMBZkgTCL .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 55px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ugMBZkgTCL .col-card {
    width: 100% !important;
  }
}
.cid-ugMBZkgTCL .card-title {
  color: #ffffff;
  margin-right: 41%;
  text-align: center;
}
@media (max-width: 680px) {
  .cid-ugMBZkgTCL .card-title {
    margin-right: 10%;
  }
}
.cid-ugMBZkgTCL .mbr-text {
  color: #6e6e6e;
  margin: 16px 60px 0 0;
}
.cid-ugMBZkgTCL .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.cid-ugMBZkgTCL .card-wrapper {
  height: 100%;
  padding-left: 5%;
  overflow: visible;
}
@media (min-width: 1441px) {
  .cid-ugMBZkgTCL .card-wrapper {
    padding-left: 18%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ugMBZkgTCL .card-wrapper {
    padding-right: 35%;
    padding-left: 0;
  }
}
@media (max-width: 880px) {
  .cid-ugMBZkgTCL .card-wrapper {
    padding: 0 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-ugMBZkgTCL .card-wrapper {
    padding: 0 0 0 5%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ugMBZkgTCL .card-2,
  .cid-ugMBZkgTCL .card-3 {
    padding-top: 15%;
  }
}
@media (max-width: 880px) {
  .cid-ugMBZkgTCL .card-2,
  .cid-ugMBZkgTCL .card-3 {
    padding: 20% 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-ugMBZkgTCL .card-2,
  .cid-ugMBZkgTCL .card-3 {
    padding: 40% 0 0 5%;
  }
}
.cid-ugMBZkgTCL .card-box {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.cid-ugMBZkgTCL .card-number {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  left: -68px;
  top: -53%;
  height: 276px;
  margin: 10px 0;
  z-index: -2;
  opacity: 0.2;
  font-size: 230px;
  color: transparent;
  background: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%);
  -webkit-background-clip: text;
}
@media (max-width: 680px) {
  .cid-ugMBZkgTCL .card-number {
    font-size: 265px;
    left: -40px;
    top: -65%;
  }
}
.cid-ugMBZkgTCL .card-link {
  position: relative;
  z-index: 5;
  padding-left: 95px;
  transition: all 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-ugMBZkgTCL .card-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #57b8e0;
  transition: width 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-ugMBZkgTCL .card-link:hover {
  padding-left: 0;
  padding-right: 95px;
}
.cid-ugMBZkgTCL .card-link:hover:after {
  width: 0;
}
.cid-ugMBZln4eD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMBZln4eD .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ugMBZln4eD .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-ugMBZln4eD .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugMBZln4eD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMBZmjAQ4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #c298d3;
  background: linear-gradient(-45deg, rgba(194, 152, 211, 0.8), #8184f4);
}
.cid-ugMBZmjAQ4 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ugMBZmjAQ4 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ugMBZmjAQ4 .title__block,
.cid-ugMBZmjAQ4 .image__block {
  pointer-events: all;
}
.cid-ugMBZmjAQ4 .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
}
.cid-ugMBZmjAQ4 .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-ugMBZmjAQ4 .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-ugMBZmjAQ4 .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-ugMBZmjAQ4 .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-ugMBZmjAQ4 .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-ugMBZmjAQ4 .image__block {
  max-height: 600px;
}
.cid-ugMBZmjAQ4 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugMBZmjAQ4 .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-ugMBZmjAQ4 .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-ugMBZmjAQ4 .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-ugMBZmjAQ4 .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMBZmjAQ4 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-ugMBZmjAQ4 .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMBZmjAQ4 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-ugMBZmjAQ4 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ugMBZmjAQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBZmjAQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMBZmjAQ4 .mbr-text,
.cid-ugMBZmjAQ4 .mbr-section-btn {
  text-align: center;
}
.cid-ugMBZnloDm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugMBZnloDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBZnloDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMBZnloDm .row {
  justify-content: space-between;
}
.cid-ugMBZnloDm .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ugMBZnloDm .content-wrapper {
    padding: 0;
  }
}
.cid-ugMBZnloDm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMBZnloDm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ugMBZnloDm .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMBZnloDm .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ugMBZnloDm .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ugMBZnloDm .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ugMBZnloDm .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ugMBZnloDm .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ugMBZnloDm .mbr-section-title {
  color: #000000;
}
.cid-ugMBZnloDm .mbr-desc {
  color: #000000;
}
.cid-ugMBZnloDm .mbr-text {
  color: #000000;
}
.cid-ugMBZnloDm .mbr-section-title,
.cid-ugMBZnloDm .mbr-section-btn {
  text-align: center;
}
.cid-ugMBZomSJW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugMBZomSJW .content-container {
  margin-bottom: 50px;
  width: 100%;
  padding: 157px 13.5% 143px;
  text-align: center;
  background-image: linear-gradient(-120deg, rgba(202, 151, 210, 0.94), rgba(94, 94, 240, 0.94) 46%, rgba(92, 195, 238, 0.94));
}
.cid-ugMBZomSJW .label-text {
  color: #ffffff;
  margin-bottom: 28px;
}
.cid-ugMBZomSJW .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-ugMBZomSJW .mbr-text-name {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 45px;
}
.cid-ugMBZomSJW .mbr-text DIV {
  text-align: left;
}
.cid-uh4ockfFlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c298d3;
}
.cid-uh4ockfFlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh4ockfFlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh4ockfFlJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uh4ockfFlJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uh4ockfFlJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh4ockfFlJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uh4ockfFlJ .container {
    padding: 0 16px;
  }
}
.cid-uh4ockfFlJ .row {
  justify-content: center;
}
.cid-uh4ockfFlJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uh4ockfFlJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uh4ockfFlJ .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uh4ockfFlJ .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uh4ockfFlJ .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uh4ockfFlJ .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uh4ockfFlJ .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uh4ockfFlJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uh4ockfFlJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uh4ockfFlJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uh4ockfFlJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uh4ockfFlJ .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uh4ockfFlJ .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uh4ockfFlJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uh4ockfFlJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uh4ockfFlJ .panel-title {
  color: #000000;
}
.cid-uh4ockfFlJ .panel-text {
  color: #000000;
}
.cid-ugMBZpfDyt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugMBZpfDyt .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-ugMBZpfDyt img,
.cid-ugMBZpfDyt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugMBZpfDyt .item:focus,
.cid-ugMBZpfDyt span:focus {
  outline: none;
}
.cid-ugMBZpfDyt .item {
  cursor: pointer;
  padding: 0 15px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .cid-ugMBZpfDyt .item {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .cid-ugMBZpfDyt .item {
    width: 33.33333333% !important;
  }
}
@media (max-width: 680px) {
  .cid-ugMBZpfDyt .item {
    width: 100% !important;
  }
}
.cid-ugMBZpfDyt .item-wrapper {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-ugMBZpfDyt .item-wrapper .img-wrap:hover .img-overlay {
  opacity: 0.95;
}
.cid-ugMBZpfDyt .item-wrapper .img-wrap:hover .item-content {
  opacity: 1;
}
.cid-ugMBZpfDyt .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugMBZpfDyt .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-ugMBZpfDyt .item-img img {
  width: 100%;
}
.cid-ugMBZpfDyt .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-ugMBZpfDyt .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  z-index: 3;
  opacity: 0;
  padding: 10px;
  transition: opacity 0.2s ease-out;
}
.cid-ugMBZpfDyt .item-content .links-container {
  text-align: center;
}
.cid-ugMBZpfDyt .item-content .links-container a {
  margin-right: 18px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-ugMBZpfDyt .item-content .links-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-ugMBZpfDyt .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 0 32px;
}
.cid-ugMBZpfDyt .title-text {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-ugMBZpfDyt .mbr-text {
  color: #8A8A8A;
  margin-top: 2px;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-ugMBZqnGrZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #c298d3;
}
.cid-ugMBZqnGrZ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ugMBZqnGrZ .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-ugMBZqnGrZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugMBZqnGrZ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugMBZrrKP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMBZrrKP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBZrrKP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugMBZrrKP8 .container {
    padding: 0 20px;
  }
}
.cid-ugMBZrrKP8 .row {
  margin: 0;
}
.cid-ugMBZrrKP8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugMBZrrKP8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ugMBZrrKP8 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ugMBZrrKP8 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ugMBZrrKP8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ugMBZrrKP8 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ugMBZrrKP8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugMBZsmDia {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-ugMBZsmDia .row {
  flex-direction: column;
}
.cid-ugMBZsmDia .row {
  flex-direction: column-reverse;
}
.cid-ugMBZsmDia .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ugMBZsmDia .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ugMBZsmDia .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ugMBZsmDia .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ugMBZsmDia .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-ugMBZsmDia .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-ugMBZsmDia .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-ugMBZsmDia .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBZsmDia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMBZsmDia .mbr-text {
  text-align: left;
}
.cid-ugMULsbaLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugMULsbaLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMULsbaLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMULsbaLe .container {
  max-width: 1140px;
}
.cid-ugMULsbaLe .row {
  justify-content: center;
}
.cid-ugMULsbaLe .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-ugMULsbaLe .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-ugMULsbaLe .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-ugMULsbaLe .toggle-panel {
  width: 100%;
}
.cid-ugMULsbaLe .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #b5ddee;
}
.cid-ugMULsbaLe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugMULsbaLe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-ugMULsbaLe .panel-title {
    align-items: flex-start;
  }
}
.cid-ugMULsbaLe .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #8184f4;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-ugMULsbaLe .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-ugMULsbaLe .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-ugMULsbaLe .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-ugMULsbaLe .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-ugMULsbaLe .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-ugMULsbaLe .panel-body {
    width: 100%;
  }
}
.cid-ugMULsbaLe .panel-title-edit {
  color: #1D191F;
}
.cid-ugMULsbaLe .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-ugMBZtjDnx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-ugMBZtjDnx .google-map {
  height: 30rem;
  position: relative;
}
.cid-ugMBZtjDnx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugMBZtjDnx .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-ugMBZtjDnx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugMBZtjDnx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugMBZtjDnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBZtjDnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMBZtjDnx .mbr-section-subtitle {
  color: #000000;
}
.cid-ugMBZupvNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8184f4;
}
.cid-ugMBZupvNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMBZupvNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugMBZupvNq .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-ugMBZupvNq .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-ugMBZupvNq .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-ugMBZupvNq .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-ugMBZupvNq .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #e9e4ff;
}
.cid-ugMBZupvNq .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #e9e4ff;
}
.cid-ugMBZupvNq .list li {
  margin-bottom: 12px;
}
.cid-ugMBZupvNq .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-ugMBZupvNq .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-ugMBZupvNq .copyright {
  color: #e9e4ff;
}
