body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff9966 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !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: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !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: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff9966 !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff5500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #ff9966;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9966;
  border-color: #ff9966;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff9966;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff9966 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff9966;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9966;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9966;
}
.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: #ff9966;
  border-bottom-color: #ff9966;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff9966 !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: #edb5bf !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='%23ff9966' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #60116b !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #60116b;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #60116b;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucCT1OLbbL {
  background-image: url("../../../assets/images/water-slide-rentals18.jpg");
}
.cid-ucCT1OLbbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCT1OLbbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCT1OLbbL .mbr-section-title {
  text-align: left;
}
.cid-ucCT40s1mm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCT40s1mm .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucCT40s1mm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ucCDjx4OdK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #60116b;
}
.cid-ucCDjx4OdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCDjx4OdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCDjx4OdK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCDjx4OdK .row {
    text-align: center;
  }
  .cid-ucCDjx4OdK .row > div {
    margin: auto;
  }
  .cid-ucCDjx4OdK .social-row {
    justify-content: center;
  }
}
.cid-ucCDjx4OdK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucCDjx4OdK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCDjx4OdK .list {
    margin-bottom: 0rem;
  }
}
.cid-ucCDjx4OdK .mbr-text {
  color: #ffffff;
}
.cid-ucCDjx4OdK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ucCDjx4OdK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucCDjx4OdK H5 {
  color: #ffffff;
}
.cid-ucCTyp5Nvk .navbar-dropdown {
  position: relative !important;
}
.cid-ucCTyp5Nvk .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-ucCTyp5Nvk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCTyp5Nvk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCTyp5Nvk .dropdown-item:hover,
.cid-ucCTyp5Nvk .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-ucCTyp5Nvk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCTyp5Nvk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCTyp5Nvk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCTyp5Nvk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCTyp5Nvk .nav-link {
  position: relative;
}
.cid-ucCTyp5Nvk .container {
  display: flex;
  margin: auto;
}
.cid-ucCTyp5Nvk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCTyp5Nvk .dropdown-menu,
.cid-ucCTyp5Nvk .navbar.opened {
  background: #60116b !important;
}
.cid-ucCTyp5Nvk .nav-item:focus,
.cid-ucCTyp5Nvk .nav-link:focus {
  outline: none;
}
.cid-ucCTyp5Nvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCTyp5Nvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCTyp5Nvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCTyp5Nvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCTyp5Nvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCTyp5Nvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCTyp5Nvk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #60116b;
}
.cid-ucCTyp5Nvk .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCTyp5Nvk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCTyp5Nvk .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCTyp5Nvk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCTyp5Nvk .navbar.collapsed {
  justify-content: center;
}
.cid-ucCTyp5Nvk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCTyp5Nvk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucCTyp5Nvk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ucCTyp5Nvk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCTyp5Nvk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCTyp5Nvk .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-ucCTyp5Nvk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCTyp5Nvk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCTyp5Nvk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCTyp5Nvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCTyp5Nvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCTyp5Nvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCTyp5Nvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCTyp5Nvk .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-ucCTyp5Nvk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCTyp5Nvk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCTyp5Nvk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCTyp5Nvk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCTyp5Nvk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCTyp5Nvk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucCTyp5Nvk .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCTyp5Nvk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCTyp5Nvk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCTyp5Nvk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucCTyp5Nvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCTyp5Nvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCTyp5Nvk .dropdown-item.active,
.cid-ucCTyp5Nvk .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCTyp5Nvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCTyp5Nvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCTyp5Nvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCTyp5Nvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #60116b;
}
.cid-ucCTyp5Nvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCTyp5Nvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCTyp5Nvk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCTyp5Nvk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCTyp5Nvk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCTyp5Nvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCTyp5Nvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCTyp5Nvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCTyp5Nvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCTyp5Nvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCTyp5Nvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCTyp5Nvk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCTyp5Nvk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCTyp5Nvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCTyp5Nvk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucCTyp5Nvk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCTyp5Nvk .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-ucCTyp5Nvk .navbar {
    height: 70px;
  }
  .cid-ucCTyp5Nvk .navbar.opened {
    height: auto;
  }
  .cid-ucCTyp5Nvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucCTypK7qI {
  background-image: url("../../../assets/images/water-slide-rentals19.jpg");
}
.cid-ucCTypK7qI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCTypK7qI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCTypK7qI .mbr-section-title {
  text-align: left;
}
.cid-ucCTyqdWFB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCTyqdWFB .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucCTyqdWFB .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ucCTyqAUua {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #60116b;
}
.cid-ucCTyqAUua .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCTyqAUua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCTyqAUua .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucCTyqAUua .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCTyqAUua .row {
    text-align: center;
  }
  .cid-ucCTyqAUua .row > div {
    margin: auto;
  }
  .cid-ucCTyqAUua .social-row {
    justify-content: center;
  }
}
.cid-ucCTyqAUua .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucCTyqAUua .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucCTyqAUua .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCTyqAUua .list {
    margin-bottom: 0rem;
  }
}
.cid-ucCTyqAUua .mbr-text {
  color: #ffffff;
}
.cid-ucCTyqAUua .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ucCTyqAUua .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucCTyqAUua div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucCTyqAUua H5 {
  color: #ffffff;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #60116b !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #60116b;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #60116b;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucDjDzHXyE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucDjDzHXyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDjDzHXyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDjDzHXyE .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucDjDzHXyE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucDjDzHXyE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ucDjDzHXyE .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-ucDjDzHXyE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucCzW3ZS0B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucCzW3ZS0B .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucCzW3ZS0B .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ucCzW3ZS0B .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sFGNHRkFsi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-sFGNHRkFsi .card-title {
  text-align: center;
}
.cid-ucCzZcUUyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucCzZcUUyN .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucCzZcUUyN .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sFGNGNNW5A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #60116b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #232323;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-sFGNGNNW5A .item-title DIV {
  text-align: center;
}
.cid-ucDkR0ojYu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDkR0ojYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDkR0ojYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDkR0ojYu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucDkR0ojYu .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucDkR0ojYu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucDkR0ojYu .container {
    padding: 0 20px;
  }
}
.cid-ucDkR0ojYu .row {
  justify-content: center;
}
.cid-ucDkR0ojYu .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucDkR0ojYu .content-wrapper {
    display: block;
  }
}
.cid-ucDkR0ojYu .content-wrapper .card {
  justify-content: center;
}
.cid-ucDkR0ojYu .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ucDkR0ojYu .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ucDkR0ojYu .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ucDkR0ojYu .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucDkR0ojYu .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-ucDkR0ojYu .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-ucDkR0ojYu .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucDkR0ojYu .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ucDkR0ojYu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucDkR0ojYu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ucDkR0ojYu .mbr-section-title {
  color: #ffffff;
}
.cid-ucDkR0ojYu .mbr-text {
  color: #ffffff;
}
.cid-ucCBqR7U9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCBqR7U9j .mbr-section-subtitle {
  color: #000000;
}
.cid-ucCBqR7U9j .mbr-text {
  color: #000000;
}
.cid-sFGS12H2E8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #60116b;
}
.cid-sFGS12H2E8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sFGS12H2E8 .currentcost {
  color: #232323;
}
.cid-sFGS12H2E8 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 1rem;
  }
}
.cid-sFGS12H2E8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGS12H2E8 H5 {
  text-align: center;
}
.cid-sFGS12H2E8 .mbr-text,
.cid-sFGS12H2E8 .cost,
.cid-sFGS12H2E8 .mbr-section-btn {
  text-align: center;
}
.cid-ucCBrMzsVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCBrMzsVy .row {
  flex-direction: row-reverse;
}
.cid-ucCBHQi3eo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #60116b;
}
.cid-ucCBHQi3eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCBHQi3eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCBHQi3eo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucCBHQi3eo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucCBHQi3eo .container {
    padding: 0 12px;
  }
}
.cid-ucCBHQi3eo .title-wrapper {
  padding: 64px;
  background-color: #ffffff;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucCBHQi3eo .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucCBHQi3eo .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucCBHQi3eo .panel-group {
  padding: 64px;
  background-color: #ffffff;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .panel-group {
    padding: 24px;
  }
}
.cid-ucCBHQi3eo .panel-group .card {
  border: 1px solid #ffffff;
  border-radius: 32px !important;
  background-color: #60116b;
  margin-bottom: 32px;
}
.cid-ucCBHQi3eo .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucCBHQi3eo .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucCBHQi3eo .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucCBHQi3eo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucCBHQi3eo .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-ucCBHQi3eo .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucCBHQi3eo .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucCBHQi3eo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucCBHQi3eo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucCBHQi3eo .mbr-text {
  color: #ffffff;
}
.cid-ucCBHQi3eo .panel-title-edit {
  color: #ffffff;
}
.cid-ucCBHQi3eo .panel-text {
  color: #ffffff;
}
.cid-ucCBKQop4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCBKQop4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCBKQop4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCBKQop4N .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucCBKQop4N .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucCBKQop4N .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCBKQop4N .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucCBKQop4N .mbr-text,
.cid-ucCBKQop4N .mbr-section-btn {
  color: #000000;
}
.cid-ucCBKQop4N .card-title,
.cid-ucCBKQop4N .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucDm8BGqn9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #60116b;
}
.cid-ucDm8BGqn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDm8BGqn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDm8BGqn9 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-ucDm8BGqn9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucDm8BGqn9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDm8BGqn9 .container {
    padding: 0 16px;
  }
}
.cid-ucDm8BGqn9 .image-wrapper {
  height: 100%;
}
.cid-ucDm8BGqn9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ucDm8BGqn9 .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-ucDm8BGqn9 .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-ucDm8BGqn9 .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-ucDm8BGqn9 .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-ucDm8BGqn9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucDm8BGqn9 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-ucDm8BGqn9 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucDm8BGqn9 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ucDm8BGqn9 .mbr-section-title {
  color: #1c1c1c;
}
.cid-ucDm8BGqn9 .mbr-text {
  color: #ffffff;
}
.cid-ucDm8BGqn9 .mbr-section-title,
.cid-ucDm8BGqn9 .mbr-section-btn {
  color: #ffffff;
}
.cid-ucCCZmQQM1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucCCZmQQM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCCZmQQM1 .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-ucCCZmQQM1 .container {
    padding: 0 30px;
  }
}
.cid-ucCCZmQQM1 .row {
  justify-content: center;
}
.cid-ucCCZmQQM1 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucCCZmQQM1 .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucCCZmQQM1 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ucCCZmQQM1 .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ucCCZmQQM1 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucCCZmQQM1 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucCCZmQQM1 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ucCD8dweAm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucCD8dweAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCD8dweAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCD8dweAm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucCD8dweAm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucCD8dweAm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucCD8dweAm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucCD8dweAm .container {
    padding: 0 16px;
  }
}
.cid-ucCD8dweAm .row {
  justify-content: center;
}
.cid-ucCD8dweAm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ucCD8dweAm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucCD8dweAm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucCD8dweAm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucCD8dweAm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucCD8dweAm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sFGSPUeMie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFGSPUeMie .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFGSPUeMie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGSPUeMie .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-sFGSPUeMie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGSPUeMie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucCDjx4OdK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #60116b;
}
.cid-ucCDjx4OdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucCDjx4OdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucCDjx4OdK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucCDjx4OdK .row {
    text-align: center;
  }
  .cid-ucCDjx4OdK .row > div {
    margin: auto;
  }
  .cid-ucCDjx4OdK .social-row {
    justify-content: center;
  }
}
.cid-ucCDjx4OdK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucCDjx4OdK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucCDjx4OdK .list {
    margin-bottom: 0rem;
  }
}
.cid-ucCDjx4OdK .mbr-text {
  color: #ffffff;
}
.cid-ucCDjx4OdK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ucCDjx4OdK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucCDjx4OdK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucCDjx4OdK H5 {
  color: #ffffff;
}
.cid-ucDssni7pF .navbar-dropdown {
  position: relative !important;
}
.cid-ucDssni7pF .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-ucDssni7pF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucDssni7pF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucDssni7pF .dropdown-item:hover,
.cid-ucDssni7pF .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-ucDssni7pF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucDssni7pF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucDssni7pF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucDssni7pF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucDssni7pF .nav-link {
  position: relative;
}
.cid-ucDssni7pF .container {
  display: flex;
  margin: auto;
}
.cid-ucDssni7pF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucDssni7pF .dropdown-menu,
.cid-ucDssni7pF .navbar.opened {
  background: #60116b !important;
}
.cid-ucDssni7pF .nav-item:focus,
.cid-ucDssni7pF .nav-link:focus {
  outline: none;
}
.cid-ucDssni7pF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucDssni7pF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucDssni7pF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucDssni7pF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucDssni7pF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucDssni7pF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucDssni7pF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #60116b;
}
.cid-ucDssni7pF .navbar.opened {
  transition: all 0.3s;
}
.cid-ucDssni7pF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucDssni7pF .navbar .navbar-logo img {
  width: auto;
}
.cid-ucDssni7pF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucDssni7pF .navbar.collapsed {
  justify-content: center;
}
.cid-ucDssni7pF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucDssni7pF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucDssni7pF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ucDssni7pF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucDssni7pF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucDssni7pF .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-ucDssni7pF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucDssni7pF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucDssni7pF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucDssni7pF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucDssni7pF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucDssni7pF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucDssni7pF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucDssni7pF .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-ucDssni7pF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucDssni7pF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucDssni7pF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucDssni7pF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucDssni7pF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucDssni7pF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucDssni7pF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucDssni7pF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucDssni7pF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucDssni7pF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucDssni7pF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucDssni7pF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucDssni7pF .dropdown-item.active,
.cid-ucDssni7pF .dropdown-item:active {
  background-color: transparent;
}
.cid-ucDssni7pF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucDssni7pF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucDssni7pF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucDssni7pF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #60116b;
}
.cid-ucDssni7pF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucDssni7pF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucDssni7pF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucDssni7pF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucDssni7pF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucDssni7pF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucDssni7pF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucDssni7pF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDssni7pF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDssni7pF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucDssni7pF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDssni7pF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucDssni7pF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucDssni7pF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDssni7pF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucDssni7pF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucDssni7pF .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-ucDssni7pF .navbar {
    height: 70px;
  }
  .cid-ucDssni7pF .navbar.opened {
    height: auto;
  }
  .cid-ucDssni7pF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucDssoQKyc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucDssoQKyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDssoQKyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDssoQKyc .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucDssoQKyc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucDssoQKyc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ucDssoQKyc .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-ucDssoQKyc .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucDssq3Tgq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDssq3Tgq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucDssq3Tgq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ucDssq3Tgq .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ucDssqLrzN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ucDssqLrzN .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucDssqLrzN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucDssqLrzN .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-ucDssqLrzN .card-title {
  text-align: center;
}
.cid-ucDsss1jtW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDsss1jtW .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucDsss1jtW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucDsssLMlb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ucDsssLMlb img,
.cid-ucDsssLMlb .item-img {
  width: 100%;
}
.cid-ucDsssLMlb .item:focus,
.cid-ucDsssLMlb span:focus {
  outline: none;
}
.cid-ucDsssLMlb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucDsssLMlb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #60116b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucDsssLMlb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucDsssLMlb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucDsssLMlb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucDsssLMlb .mbr-section-title {
  color: #232323;
}
.cid-ucDsssLMlb .mbr-text,
.cid-ucDsssLMlb .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-ucDsssLMlb .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucDsssLMlb .item-subtitle {
  text-align: left;
}
.cid-ucDsssLMlb .item-title DIV {
  text-align: center;
}
.cid-ucDssu2CeP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDssu2CeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDssu2CeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDssu2CeP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucDssu2CeP .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucDssu2CeP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucDssu2CeP .container {
    padding: 0 20px;
  }
}
.cid-ucDssu2CeP .row {
  justify-content: center;
}
.cid-ucDssu2CeP .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucDssu2CeP .content-wrapper {
    display: block;
  }
}
.cid-ucDssu2CeP .content-wrapper .card {
  justify-content: center;
}
.cid-ucDssu2CeP .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ucDssu2CeP .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ucDssu2CeP .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ucDssu2CeP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucDssu2CeP .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-ucDssu2CeP .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-ucDssu2CeP .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucDssu2CeP .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ucDssu2CeP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucDssu2CeP .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ucDssu2CeP .mbr-section-title {
  color: #ffffff;
}
.cid-ucDssu2CeP .mbr-text {
  color: #ffffff;
}
.cid-ucDssuYacX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDssuYacX .mbr-section-subtitle {
  color: #000000;
}
.cid-ucDssuYacX .mbr-text {
  color: #000000;
}
.cid-ucDssvMxZs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #60116b;
}
.cid-ucDssvMxZs .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ucDssvMxZs .currentcost {
  color: #232323;
}
.cid-ucDssvMxZs .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucDssvMxZs .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucDssvMxZs .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucDssvMxZs .text-box {
    padding: 1rem;
  }
}
.cid-ucDssvMxZs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucDssvMxZs H5 {
  text-align: center;
}
.cid-ucDssvMxZs .mbr-text,
.cid-ucDssvMxZs .cost,
.cid-ucDssvMxZs .mbr-section-btn {
  text-align: center;
}
.cid-ucDsswMBTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDsswMBTc .row {
  flex-direction: row-reverse;
}
.cid-ucDssxBdp9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #60116b;
}
.cid-ucDssxBdp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDssxBdp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDssxBdp9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucDssxBdp9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDssxBdp9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucDssxBdp9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDssxBdp9 .container {
    padding: 0 12px;
  }
}
.cid-ucDssxBdp9 .title-wrapper {
  padding: 64px;
  background-color: #ffffff;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucDssxBdp9 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucDssxBdp9 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucDssxBdp9 .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucDssxBdp9 .panel-group {
  padding: 64px;
  background-color: #ffffff;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucDssxBdp9 .panel-group {
    padding: 24px;
  }
}
.cid-ucDssxBdp9 .panel-group .card {
  border: 1px solid #ffffff;
  border-radius: 32px !important;
  background-color: #60116b;
  margin-bottom: 32px;
}
.cid-ucDssxBdp9 .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucDssxBdp9 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucDssxBdp9 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucDssxBdp9 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucDssxBdp9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucDssxBdp9 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-ucDssxBdp9 .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucDssxBdp9 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucDssxBdp9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucDssxBdp9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucDssxBdp9 .mbr-text {
  color: #ffffff;
}
.cid-ucDssxBdp9 .panel-title-edit {
  color: #ffffff;
}
.cid-ucDssxBdp9 .panel-text {
  color: #ffffff;
}
.cid-ucDssz51EA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucDssz51EA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDssz51EA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDssz51EA .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucDssz51EA .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucDssz51EA .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDssz51EA .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucDssz51EA .mbr-text,
.cid-ucDssz51EA .mbr-section-btn {
  color: #000000;
}
.cid-ucDssz51EA .card-title,
.cid-ucDssz51EA .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucDssA1203 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #60116b;
}
.cid-ucDssA1203 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDssA1203 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDssA1203 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-ucDssA1203 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucDssA1203 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDssA1203 .container {
    padding: 0 16px;
  }
}
.cid-ucDssA1203 .image-wrapper {
  height: 100%;
}
.cid-ucDssA1203 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ucDssA1203 .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-ucDssA1203 .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-ucDssA1203 .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-ucDssA1203 .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-ucDssA1203 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucDssA1203 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-ucDssA1203 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucDssA1203 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ucDssA1203 .mbr-section-title {
  color: #1c1c1c;
}
.cid-ucDssA1203 .mbr-text {
  color: #ffffff;
}
.cid-ucDssA1203 .mbr-section-title,
.cid-ucDssA1203 .mbr-section-btn {
  color: #ffffff;
}
.cid-ucDssASAuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDssASAuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDssASAuv .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-ucDssASAuv .container {
    padding: 0 30px;
  }
}
.cid-ucDssASAuv .row {
  justify-content: center;
}
.cid-ucDssASAuv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucDssASAuv .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDssASAuv .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ucDssASAuv .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ucDssASAuv .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDssASAuv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucDssASAuv .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ucDssBJ62G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDssBJ62G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDssBJ62G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDssBJ62G .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucDssBJ62G .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucDssBJ62G .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDssBJ62G .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucDssBJ62G .container {
    padding: 0 16px;
  }
}
.cid-ucDssBJ62G .row {
  justify-content: center;
}
.cid-ucDssBJ62G .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ucDssBJ62G .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucDssBJ62G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDssBJ62G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucDssBJ62G .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucDssBJ62G .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucDQg41exd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-ucDQg41exd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDQg41exd .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-ucDQg41exd .container {
    padding: 0 30px;
  }
}
.cid-ucDQg41exd .card {
  justify-content: center;
}
.cid-ucDQg41exd .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucDQg41exd .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .title-wrapper {
    padding: 0;
  }
}
.cid-ucDQg41exd .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucDQg41exd .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucDQg41exd .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucDQg41exd .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucDQg41exd .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .content-wrapper {
    padding: 0;
  }
}
.cid-ucDQg41exd .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-ucDQg41exd .content-wrapper .panel-group .card:hover::before,
.cid-ucDQg41exd .content-wrapper .panel-group .card:focus::before,
.cid-ucDQg41exd .content-wrapper .panel-group .card:hover::after,
.cid-ucDQg41exd .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-ucDQg41exd .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucDQg41exd .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bee0d6;
  transition: all 0.5s ease-in-out;
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #bee0d6;
  margin-left: 20px;
  opacity: .2;
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-ucDQg41exd .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-ucDQg41exd .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucDQg41exd .mbr-desc {
  color: #bee0d6;
}
.cid-ucDQg41exd .mbr-section-title {
  color: #bee0d6;
}
.cid-ucDQg41exd .panel-number {
  color: #bee0d6;
}
.cid-ucDQg41exd .panel-title-edit {
  color: #bee0d6;
}
.cid-ucDQg41exd .panel-text {
  color: #bee0d6;
}
.cid-ucDssCFYSl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucDssCFYSl .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucDssCFYSl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucDssCFYSl .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-ucDssCFYSl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucDssCFYSl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucDssDEVsG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #60116b;
}
.cid-ucDssDEVsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDssDEVsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDssDEVsG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucDssDEVsG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucDssDEVsG .row {
    text-align: center;
  }
  .cid-ucDssDEVsG .row > div {
    margin: auto;
  }
  .cid-ucDssDEVsG .social-row {
    justify-content: center;
  }
}
.cid-ucDssDEVsG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucDssDEVsG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucDssDEVsG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDssDEVsG .list {
    margin-bottom: 0rem;
  }
}
.cid-ucDssDEVsG .mbr-text {
  color: #ffffff;
}
.cid-ucDssDEVsG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ucDssDEVsG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucDssDEVsG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucDssDEVsG H5 {
  color: #ffffff;
}
.cid-ucDy2AdqGv .navbar-dropdown {
  position: relative !important;
}
.cid-ucDy2AdqGv .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-ucDy2AdqGv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucDy2AdqGv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucDy2AdqGv .dropdown-item:hover,
.cid-ucDy2AdqGv .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-ucDy2AdqGv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucDy2AdqGv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucDy2AdqGv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucDy2AdqGv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucDy2AdqGv .nav-link {
  position: relative;
}
.cid-ucDy2AdqGv .container {
  display: flex;
  margin: auto;
}
.cid-ucDy2AdqGv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucDy2AdqGv .dropdown-menu,
.cid-ucDy2AdqGv .navbar.opened {
  background: #60116b !important;
}
.cid-ucDy2AdqGv .nav-item:focus,
.cid-ucDy2AdqGv .nav-link:focus {
  outline: none;
}
.cid-ucDy2AdqGv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucDy2AdqGv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucDy2AdqGv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucDy2AdqGv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucDy2AdqGv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucDy2AdqGv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucDy2AdqGv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #60116b;
}
.cid-ucDy2AdqGv .navbar.opened {
  transition: all 0.3s;
}
.cid-ucDy2AdqGv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucDy2AdqGv .navbar .navbar-logo img {
  width: auto;
}
.cid-ucDy2AdqGv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucDy2AdqGv .navbar.collapsed {
  justify-content: center;
}
.cid-ucDy2AdqGv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucDy2AdqGv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucDy2AdqGv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ucDy2AdqGv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucDy2AdqGv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucDy2AdqGv .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-ucDy2AdqGv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucDy2AdqGv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucDy2AdqGv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucDy2AdqGv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucDy2AdqGv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucDy2AdqGv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucDy2AdqGv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucDy2AdqGv .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-ucDy2AdqGv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucDy2AdqGv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucDy2AdqGv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucDy2AdqGv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucDy2AdqGv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucDy2AdqGv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucDy2AdqGv .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucDy2AdqGv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucDy2AdqGv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucDy2AdqGv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucDy2AdqGv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucDy2AdqGv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucDy2AdqGv .dropdown-item.active,
.cid-ucDy2AdqGv .dropdown-item:active {
  background-color: transparent;
}
.cid-ucDy2AdqGv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucDy2AdqGv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucDy2AdqGv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucDy2AdqGv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #60116b;
}
.cid-ucDy2AdqGv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucDy2AdqGv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucDy2AdqGv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucDy2AdqGv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucDy2AdqGv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucDy2AdqGv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucDy2AdqGv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucDy2AdqGv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDy2AdqGv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDy2AdqGv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucDy2AdqGv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDy2AdqGv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucDy2AdqGv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucDy2AdqGv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDy2AdqGv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucDy2AdqGv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucDy2AdqGv .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-ucDy2AdqGv .navbar {
    height: 70px;
  }
  .cid-ucDy2AdqGv .navbar.opened {
    height: auto;
  }
  .cid-ucDy2AdqGv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucDy2Bz07A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucDy2Bz07A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDy2Bz07A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDy2Bz07A .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucDy2Bz07A .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucDy2Bz07A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ucDy2Bz07A .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-ucDy2Bz07A .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucDy2Cz3Mr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDy2Cz3Mr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucDy2Cz3Mr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ucDy2Cz3Mr .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ucDy2D8NZG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ucDy2D8NZG .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucDy2D8NZG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucDy2D8NZG .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-ucDy2D8NZG .card-title {
  text-align: center;
}
.cid-ucDy2EiFbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDy2EiFbT .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucDy2EiFbT .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucDy2ETmQ6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ucDy2ETmQ6 img,
.cid-ucDy2ETmQ6 .item-img {
  width: 100%;
}
.cid-ucDy2ETmQ6 .item:focus,
.cid-ucDy2ETmQ6 span:focus {
  outline: none;
}
.cid-ucDy2ETmQ6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucDy2ETmQ6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #60116b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucDy2ETmQ6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucDy2ETmQ6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucDy2ETmQ6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucDy2ETmQ6 .mbr-section-title {
  color: #232323;
}
.cid-ucDy2ETmQ6 .mbr-text,
.cid-ucDy2ETmQ6 .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-ucDy2ETmQ6 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucDy2ETmQ6 .item-subtitle {
  text-align: left;
}
.cid-ucDy2ETmQ6 .item-title DIV {
  text-align: center;
}
.cid-ucDy2G23No {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDy2G23No .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDy2G23No .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDy2G23No .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucDy2G23No .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucDy2G23No .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucDy2G23No .container {
    padding: 0 20px;
  }
}
.cid-ucDy2G23No .row {
  justify-content: center;
}
.cid-ucDy2G23No .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucDy2G23No .content-wrapper {
    display: block;
  }
}
.cid-ucDy2G23No .content-wrapper .card {
  justify-content: center;
}
.cid-ucDy2G23No .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ucDy2G23No .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ucDy2G23No .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ucDy2G23No .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucDy2G23No .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-ucDy2G23No .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-ucDy2G23No .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucDy2G23No .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ucDy2G23No .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucDy2G23No .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ucDy2G23No .mbr-section-title {
  color: #ffffff;
}
.cid-ucDy2G23No .mbr-text {
  color: #ffffff;
}
.cid-ucDy2GQOuV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDy2GQOuV .mbr-section-subtitle {
  color: #000000;
}
.cid-ucDy2GQOuV .mbr-text {
  color: #000000;
}
.cid-ucDy2HzRDX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #60116b;
}
.cid-ucDy2HzRDX .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ucDy2HzRDX .currentcost {
  color: #232323;
}
.cid-ucDy2HzRDX .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucDy2HzRDX .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucDy2HzRDX .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucDy2HzRDX .text-box {
    padding: 1rem;
  }
}
.cid-ucDy2HzRDX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucDy2HzRDX H5 {
  text-align: center;
}
.cid-ucDy2HzRDX .mbr-text,
.cid-ucDy2HzRDX .cost,
.cid-ucDy2HzRDX .mbr-section-btn {
  text-align: center;
}
.cid-ucDy2IzP0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDy2IzP0H .row {
  flex-direction: row-reverse;
}
.cid-ucDy2IzP0H .mbr-section-title {
  text-align: right;
}
.cid-ucDy2JlcU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #60116b;
}
.cid-ucDy2JlcU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDy2JlcU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDy2JlcU2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucDy2JlcU2 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDy2JlcU2 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucDy2JlcU2 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDy2JlcU2 .container {
    padding: 0 12px;
  }
}
.cid-ucDy2JlcU2 .title-wrapper {
  padding: 64px;
  background-color: #ffffff;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucDy2JlcU2 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucDy2JlcU2 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucDy2JlcU2 .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucDy2JlcU2 .panel-group {
  padding: 64px;
  background-color: #ffffff;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucDy2JlcU2 .panel-group {
    padding: 24px;
  }
}
.cid-ucDy2JlcU2 .panel-group .card {
  border: 1px solid #ffffff;
  border-radius: 32px !important;
  background-color: #60116b;
  margin-bottom: 32px;
}
.cid-ucDy2JlcU2 .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucDy2JlcU2 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucDy2JlcU2 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucDy2JlcU2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucDy2JlcU2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucDy2JlcU2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-ucDy2JlcU2 .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucDy2JlcU2 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucDy2JlcU2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucDy2JlcU2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucDy2JlcU2 .mbr-text {
  color: #ffffff;
}
.cid-ucDy2JlcU2 .panel-title-edit {
  color: #ffffff;
}
.cid-ucDy2JlcU2 .panel-text {
  color: #ffffff;
}
.cid-ucDy2KAwCz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucDy2KAwCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDy2KAwCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDy2KAwCz .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucDy2KAwCz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucDy2KAwCz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDy2KAwCz .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucDy2KAwCz .mbr-text,
.cid-ucDy2KAwCz .mbr-section-btn {
  color: #000000;
}
.cid-ucDy2KAwCz .card-title,
.cid-ucDy2KAwCz .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucDy2LxPSb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #60116b;
}
.cid-ucDy2LxPSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDy2LxPSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDy2LxPSb .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-ucDy2LxPSb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucDy2LxPSb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDy2LxPSb .container {
    padding: 0 16px;
  }
}
.cid-ucDy2LxPSb .image-wrapper {
  height: 100%;
}
.cid-ucDy2LxPSb .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ucDy2LxPSb .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-ucDy2LxPSb .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-ucDy2LxPSb .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-ucDy2LxPSb .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-ucDy2LxPSb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucDy2LxPSb .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-ucDy2LxPSb .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucDy2LxPSb .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ucDy2LxPSb .mbr-section-title {
  color: #1c1c1c;
}
.cid-ucDy2LxPSb .mbr-text {
  color: #ffffff;
}
.cid-ucDy2LxPSb .mbr-section-title,
.cid-ucDy2LxPSb .mbr-section-btn {
  color: #ffffff;
}
.cid-ucDy2MwVHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDy2MwVHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDy2MwVHP .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-ucDy2MwVHP .container {
    padding: 0 30px;
  }
}
.cid-ucDy2MwVHP .row {
  justify-content: center;
}
.cid-ucDy2MwVHP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucDy2MwVHP .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDy2MwVHP .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ucDy2MwVHP .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ucDy2MwVHP .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDy2MwVHP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucDy2MwVHP .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ucDy2NlcIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDy2NlcIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDy2NlcIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDy2NlcIs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucDy2NlcIs .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucDy2NlcIs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDy2NlcIs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucDy2NlcIs .container {
    padding: 0 16px;
  }
}
.cid-ucDy2NlcIs .row {
  justify-content: center;
}
.cid-ucDy2NlcIs .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ucDy2NlcIs .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucDy2NlcIs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDy2NlcIs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucDy2NlcIs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucDy2NlcIs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucDSVaPNs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-ucDSVaPNs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDSVaPNs3 .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-ucDSVaPNs3 .container {
    padding: 0 30px;
  }
}
.cid-ucDSVaPNs3 .card {
  justify-content: center;
}
.cid-ucDSVaPNs3 .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucDSVaPNs3 .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .title-wrapper {
    padding: 0;
  }
}
.cid-ucDSVaPNs3 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucDSVaPNs3 .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucDSVaPNs3 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucDSVaPNs3 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucDSVaPNs3 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .content-wrapper {
    padding: 0;
  }
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card:hover::before,
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card:focus::before,
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card:hover::after,
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bee0d6;
  transition: all 0.5s ease-in-out;
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #bee0d6;
  margin-left: 20px;
  opacity: .2;
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-ucDSVaPNs3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-ucDSVaPNs3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucDSVaPNs3 .mbr-desc {
  color: #bee0d6;
}
.cid-ucDSVaPNs3 .mbr-section-title {
  color: #bee0d6;
}
.cid-ucDSVaPNs3 .panel-number {
  color: #bee0d6;
}
.cid-ucDSVaPNs3 .panel-title-edit {
  color: #bee0d6;
}
.cid-ucDSVaPNs3 .panel-text {
  color: #bee0d6;
}
.cid-ucDy2Odrwk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucDy2Odrwk .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucDy2Odrwk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucDy2Odrwk .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-ucDy2Odrwk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucDy2Odrwk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucDy2Pd0wI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #60116b;
}
.cid-ucDy2Pd0wI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDy2Pd0wI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDy2Pd0wI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucDy2Pd0wI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucDy2Pd0wI .row {
    text-align: center;
  }
  .cid-ucDy2Pd0wI .row > div {
    margin: auto;
  }
  .cid-ucDy2Pd0wI .social-row {
    justify-content: center;
  }
}
.cid-ucDy2Pd0wI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucDy2Pd0wI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucDy2Pd0wI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDy2Pd0wI .list {
    margin-bottom: 0rem;
  }
}
.cid-ucDy2Pd0wI .mbr-text {
  color: #ffffff;
}
.cid-ucDy2Pd0wI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ucDy2Pd0wI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucDy2Pd0wI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucDy2Pd0wI H5 {
  color: #ffffff;
}
.cid-ucDFdNeO6M .navbar-dropdown {
  position: relative !important;
}
.cid-ucDFdNeO6M .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-ucDFdNeO6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucDFdNeO6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucDFdNeO6M .dropdown-item:hover,
.cid-ucDFdNeO6M .dropdown-item:focus {
  background: #ff9966 !important;
  color: white !important;
}
.cid-ucDFdNeO6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucDFdNeO6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucDFdNeO6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucDFdNeO6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucDFdNeO6M .nav-link {
  position: relative;
}
.cid-ucDFdNeO6M .container {
  display: flex;
  margin: auto;
}
.cid-ucDFdNeO6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucDFdNeO6M .dropdown-menu,
.cid-ucDFdNeO6M .navbar.opened {
  background: #60116b !important;
}
.cid-ucDFdNeO6M .nav-item:focus,
.cid-ucDFdNeO6M .nav-link:focus {
  outline: none;
}
.cid-ucDFdNeO6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucDFdNeO6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucDFdNeO6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucDFdNeO6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucDFdNeO6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucDFdNeO6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucDFdNeO6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #60116b;
}
.cid-ucDFdNeO6M .navbar.opened {
  transition: all 0.3s;
}
.cid-ucDFdNeO6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucDFdNeO6M .navbar .navbar-logo img {
  width: auto;
}
.cid-ucDFdNeO6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucDFdNeO6M .navbar.collapsed {
  justify-content: center;
}
.cid-ucDFdNeO6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucDFdNeO6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucDFdNeO6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ucDFdNeO6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucDFdNeO6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucDFdNeO6M .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-ucDFdNeO6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucDFdNeO6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucDFdNeO6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucDFdNeO6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucDFdNeO6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucDFdNeO6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucDFdNeO6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucDFdNeO6M .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-ucDFdNeO6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucDFdNeO6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucDFdNeO6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucDFdNeO6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucDFdNeO6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucDFdNeO6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucDFdNeO6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucDFdNeO6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucDFdNeO6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucDFdNeO6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucDFdNeO6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucDFdNeO6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucDFdNeO6M .dropdown-item.active,
.cid-ucDFdNeO6M .dropdown-item:active {
  background-color: transparent;
}
.cid-ucDFdNeO6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucDFdNeO6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucDFdNeO6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucDFdNeO6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #60116b;
}
.cid-ucDFdNeO6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucDFdNeO6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucDFdNeO6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucDFdNeO6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucDFdNeO6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucDFdNeO6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucDFdNeO6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucDFdNeO6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDFdNeO6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucDFdNeO6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucDFdNeO6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDFdNeO6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucDFdNeO6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucDFdNeO6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucDFdNeO6M .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucDFdNeO6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucDFdNeO6M .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-ucDFdNeO6M .navbar {
    height: 70px;
  }
  .cid-ucDFdNeO6M .navbar.opened {
    height: auto;
  }
  .cid-ucDFdNeO6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucDFdOVWnc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucDFdOVWnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDFdOVWnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDFdOVWnc .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucDFdOVWnc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucDFdOVWnc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ucDFdOVWnc .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-ucDFdOVWnc .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucDFdQ6FuS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDFdQ6FuS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ucDFdQ6FuS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ucDFdQ6FuS .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ucDFdQWSNj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ucDFdQWSNj .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucDFdQWSNj .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucDFdQWSNj .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-ucDFdQWSNj .card-title {
  text-align: center;
}
.cid-ucDFdSeoov {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDFdSeoov .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ucDFdSeoov .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucDFdSYelF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ucDFdSYelF img,
.cid-ucDFdSYelF .item-img {
  width: 100%;
}
.cid-ucDFdSYelF .item:focus,
.cid-ucDFdSYelF span:focus {
  outline: none;
}
.cid-ucDFdSYelF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucDFdSYelF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #60116b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucDFdSYelF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucDFdSYelF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucDFdSYelF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucDFdSYelF .mbr-section-title {
  color: #232323;
}
.cid-ucDFdSYelF .mbr-text,
.cid-ucDFdSYelF .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-ucDFdSYelF .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucDFdSYelF .item-subtitle {
  text-align: left;
}
.cid-ucDFdSYelF .item-title DIV {
  text-align: center;
}
.cid-ucDFdUdD5I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDFdUdD5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDFdUdD5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDFdUdD5I .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucDFdUdD5I .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucDFdUdD5I .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucDFdUdD5I .container {
    padding: 0 20px;
  }
}
.cid-ucDFdUdD5I .row {
  justify-content: center;
}
.cid-ucDFdUdD5I .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucDFdUdD5I .content-wrapper {
    display: block;
  }
}
.cid-ucDFdUdD5I .content-wrapper .card {
  justify-content: center;
}
.cid-ucDFdUdD5I .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ucDFdUdD5I .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ucDFdUdD5I .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-ucDFdUdD5I .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucDFdUdD5I .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-ucDFdUdD5I .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-ucDFdUdD5I .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucDFdUdD5I .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ucDFdUdD5I .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucDFdUdD5I .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ucDFdUdD5I .mbr-section-title {
  color: #ffffff;
}
.cid-ucDFdUdD5I .mbr-text {
  color: #ffffff;
}
.cid-ucDFdViCao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDFdViCao .mbr-section-subtitle {
  color: #000000;
}
.cid-ucDFdViCao .mbr-text {
  color: #000000;
}
.cid-ucDFdWdz6A {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #60116b;
}
.cid-ucDFdWdz6A .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ucDFdWdz6A .currentcost {
  color: #232323;
}
.cid-ucDFdWdz6A .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucDFdWdz6A .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucDFdWdz6A .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucDFdWdz6A .text-box {
    padding: 1rem;
  }
}
.cid-ucDFdWdz6A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucDFdWdz6A H5 {
  text-align: center;
}
.cid-ucDFdWdz6A .mbr-text,
.cid-ucDFdWdz6A .cost,
.cid-ucDFdWdz6A .mbr-section-btn {
  text-align: center;
}
.cid-ucDFdXjpBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDFdXjpBF .row {
  flex-direction: row-reverse;
}
.cid-ucDFdXjpBF .mbr-section-title {
  text-align: right;
}
.cid-ucDFdYampF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #60116b;
}
.cid-ucDFdYampF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDFdYampF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDFdYampF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucDFdYampF .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDFdYampF .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ucDFdYampF .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ucDFdYampF .container {
    padding: 0 12px;
  }
}
.cid-ucDFdYampF .title-wrapper {
  padding: 64px;
  background-color: #ffffff;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucDFdYampF .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-ucDFdYampF .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ucDFdYampF .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucDFdYampF .panel-group {
  padding: 64px;
  background-color: #ffffff;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-ucDFdYampF .panel-group {
    padding: 24px;
  }
}
.cid-ucDFdYampF .panel-group .card {
  border: 1px solid #ffffff;
  border-radius: 32px !important;
  background-color: #60116b;
  margin-bottom: 32px;
}
.cid-ucDFdYampF .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucDFdYampF .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-ucDFdYampF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucDFdYampF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-ucDFdYampF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucDFdYampF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-ucDFdYampF .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucDFdYampF .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-ucDFdYampF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-ucDFdYampF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucDFdYampF .mbr-text {
  color: #ffffff;
}
.cid-ucDFdYampF .panel-title-edit {
  color: #ffffff;
}
.cid-ucDFdYampF .panel-text {
  color: #ffffff;
}
.cid-ucDFdZFqGL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucDFdZFqGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDFdZFqGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDFdZFqGL .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucDFdZFqGL .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucDFdZFqGL .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDFdZFqGL .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucDFdZFqGL .mbr-text,
.cid-ucDFdZFqGL .mbr-section-btn {
  color: #000000;
}
.cid-ucDFdZFqGL .card-title,
.cid-ucDFdZFqGL .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucDFe0KYdd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #60116b;
}
.cid-ucDFe0KYdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDFe0KYdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDFe0KYdd .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-ucDFe0KYdd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucDFe0KYdd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDFe0KYdd .container {
    padding: 0 16px;
  }
}
.cid-ucDFe0KYdd .image-wrapper {
  height: 100%;
}
.cid-ucDFe0KYdd .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ucDFe0KYdd .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-ucDFe0KYdd .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-ucDFe0KYdd .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-ucDFe0KYdd .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-ucDFe0KYdd .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucDFe0KYdd .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-ucDFe0KYdd .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucDFe0KYdd .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ucDFe0KYdd .mbr-section-title {
  color: #1c1c1c;
}
.cid-ucDFe0KYdd .mbr-text {
  color: #ffffff;
}
.cid-ucDFe0KYdd .mbr-section-title,
.cid-ucDFe0KYdd .mbr-section-btn {
  color: #ffffff;
}
.cid-ucDFe1Q6Ve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucDFe1Q6Ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDFe1Q6Ve .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-ucDFe1Q6Ve .container {
    padding: 0 30px;
  }
}
.cid-ucDFe1Q6Ve .row {
  justify-content: center;
}
.cid-ucDFe1Q6Ve .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucDFe1Q6Ve .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDFe1Q6Ve .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ucDFe1Q6Ve .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ucDFe1Q6Ve .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucDFe1Q6Ve .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucDFe1Q6Ve .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ucDFe2PcvI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #60116b;
}
.cid-ucDFe2PcvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDFe2PcvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDFe2PcvI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucDFe2PcvI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucDFe2PcvI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucDFe2PcvI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucDFe2PcvI .container {
    padding: 0 16px;
  }
}
.cid-ucDFe2PcvI .row {
  justify-content: center;
}
.cid-ucDFe2PcvI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ucDFe2PcvI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucDFe2PcvI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucDFe2PcvI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucDFe2PcvI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucDFe2PcvI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucDTGXAaN3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-ucDTGXAaN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDTGXAaN3 .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-ucDTGXAaN3 .container {
    padding: 0 30px;
  }
}
.cid-ucDTGXAaN3 .card {
  justify-content: center;
}
.cid-ucDTGXAaN3 .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucDTGXAaN3 .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .title-wrapper {
    padding: 0;
  }
}
.cid-ucDTGXAaN3 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucDTGXAaN3 .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucDTGXAaN3 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucDTGXAaN3 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucDTGXAaN3 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .content-wrapper {
    padding: 0;
  }
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card:hover::before,
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card:focus::before,
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card:hover::after,
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bee0d6;
  transition: all 0.5s ease-in-out;
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #bee0d6;
  margin-left: 20px;
  opacity: .2;
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-ucDTGXAaN3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-ucDTGXAaN3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucDTGXAaN3 .mbr-desc {
  color: #bee0d6;
}
.cid-ucDTGXAaN3 .mbr-section-title {
  color: #bee0d6;
}
.cid-ucDTGXAaN3 .panel-number {
  color: #bee0d6;
}
.cid-ucDTGXAaN3 .panel-title-edit {
  color: #bee0d6;
}
.cid-ucDTGXAaN3 .panel-text {
  color: #bee0d6;
}
.cid-ucDFe3Oa83 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucDFe3Oa83 .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucDFe3Oa83 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucDFe3Oa83 .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-ucDFe3Oa83 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucDFe3Oa83 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucDFe4Q5sc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #60116b;
}
.cid-ucDFe4Q5sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDFe4Q5sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDFe4Q5sc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucDFe4Q5sc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucDFe4Q5sc .row {
    text-align: center;
  }
  .cid-ucDFe4Q5sc .row > div {
    margin: auto;
  }
  .cid-ucDFe4Q5sc .social-row {
    justify-content: center;
  }
}
.cid-ucDFe4Q5sc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucDFe4Q5sc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucDFe4Q5sc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucDFe4Q5sc .list {
    margin-bottom: 0rem;
  }
}
.cid-ucDFe4Q5sc .mbr-text {
  color: #ffffff;
}
.cid-ucDFe4Q5sc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ucDFe4Q5sc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucDFe4Q5sc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucDFe4Q5sc H5 {
  color: #ffffff;
}
