.btn {
  border-width: 2px;
}
body {
  font-family: 'Outfit', sans-serif;
}
.display-1 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 4.8rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((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: 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-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: 0;
}
.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: #edca11 !important;
}
.bg-success {
  background-color: #8dd168 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #a2528a !important;
}
.bg-danger {
  background-color: #f8c37e !important;
}
.btn-primary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary,
.btn-primary:active {
  background-color: #edca11 !important;
  border-color: #edca11 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
}
.btn-info {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success,
.btn-success:active {
  background-color: #8dd168 !important;
  border-color: #8dd168 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning,
.btn-warning:active {
  background-color: #a2528a !important;
  border-color: #a2528a !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger,
.btn-danger:active {
  background-color: #f8c37e !important;
  border-color: #f8c37e !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f1437 !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border-color: #edca11;
  color: #edca11;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border-color: #33d5ad;
  color: #33d5ad;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border-color: #8dd168;
  color: #8dd168;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border-color: #a2528a;
  color: #a2528a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border-color: #f8c37e;
  color: #f8c37e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white-outline {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.text-primary {
  color: #edca11 !important;
}
.text-secondary {
  color: #33d5ad !important;
}
.text-success {
  color: #8dd168 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #a2528a !important;
}
.text-danger {
  color: #f8c37e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f0d028 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #48d9b6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9cd77c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5ebeef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ae5f97 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f9ce96 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333 !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: #edca11;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #8dd168;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #a2528a;
}
.alert-danger {
  background-color: #f8c37e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 30px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #edca11;
  border-color: #edca11;
  color: #171302;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 30px !important;
}
a,
a:hover {
  color: #edca11;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf4ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0a3c3;
}
.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: 'Outfit', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #edca11 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #edca11;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 30px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 30px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #edca11;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #edca11;
}
.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: #edca11;
  border-bottom-color: #edca11;
}
.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: #edca11 !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: #33d5ad !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='%23edca11' %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-sQgel4EdSp {
  z-index: 1000;
  width: 100%;
}
.cid-sQgel4EdSp nav.navbar {
  position: fixed;
}
.cid-sQgel4EdSp .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-sQgel4EdSp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQgel4EdSp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQgel4EdSp .dropdown-item:hover,
.cid-sQgel4EdSp .dropdown-item:focus {
  background: #edca11 !important;
  color: white !important;
}
.cid-sQgel4EdSp .dropdown-item:hover span {
  color: white;
}
.cid-sQgel4EdSp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQgel4EdSp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQgel4EdSp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQgel4EdSp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQgel4EdSp .nav-link {
  position: relative;
}
.cid-sQgel4EdSp .container {
  display: flex;
  margin: auto;
}
.cid-sQgel4EdSp .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQgel4EdSp .dropdown-menu,
.cid-sQgel4EdSp .navbar.opened {
  background: #170f2b !important;
}
.cid-sQgel4EdSp .nav-item:focus,
.cid-sQgel4EdSp .nav-link:focus {
  outline: none;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQgel4EdSp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQgel4EdSp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQgel4EdSp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(23, 15, 43, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-sQgel4EdSp .navbar.opened {
  transition: all 0.3s;
}
.cid-sQgel4EdSp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQgel4EdSp .navbar .navbar-logo img {
  width: auto;
}
.cid-sQgel4EdSp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQgel4EdSp .navbar.collapsed {
  justify-content: center;
}
.cid-sQgel4EdSp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQgel4EdSp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQgel4EdSp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sQgel4EdSp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQgel4EdSp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQgel4EdSp .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-sQgel4EdSp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQgel4EdSp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQgel4EdSp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQgel4EdSp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQgel4EdSp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQgel4EdSp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQgel4EdSp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQgel4EdSp .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-sQgel4EdSp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQgel4EdSp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQgel4EdSp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQgel4EdSp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQgel4EdSp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQgel4EdSp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQgel4EdSp .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQgel4EdSp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQgel4EdSp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQgel4EdSp .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-sQgel4EdSp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQgel4EdSp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQgel4EdSp .dropdown-item.active,
.cid-sQgel4EdSp .dropdown-item:active {
  background-color: transparent;
}
.cid-sQgel4EdSp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQgel4EdSp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQgel4EdSp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQgel4EdSp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #170f2b;
}
.cid-sQgel4EdSp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQgel4EdSp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQgel4EdSp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQgel4EdSp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQgel4EdSp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQgel4EdSp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQgel4EdSp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQgel4EdSp .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-sQgel4EdSp .navbar {
    height: 70px;
  }
  .cid-sQgel4EdSp .navbar.opened {
    height: auto;
  }
  .cid-sQgel4EdSp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQgeqUSSNl {
  background-color: #170f2b;
}
.cid-sQgeqUSSNl .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-sQgeqUSSNl .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-sQgeqUSSNl .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgeqUSSNl .content {
  width: 47%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-sQgeqUSSNl .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-sQgeqUSSNl .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  text-align: right;
}
.cid-sQgeqUSSNl .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #170f2b;
  opacity: 0.8;
  z-index: -1;
}
.cid-sQgeqUSSNl .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-sQgeqUSSNl .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-sQgeqUSSNl .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgeqUSSNl .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-sQgeqUSSNl .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sQgeqUSSNl .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhlz63gnMA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #170f2b;
}
.cid-uhlz63gnMA .card {
  background-color: #f8f5fa;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .cid-uhlz63gnMA .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uhlAjAUI2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhlAjAUI2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlAjAUI2p .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-uhlAjAUI2p .container {
    padding: 0 30px;
  }
}
.cid-uhlAjAUI2p .row {
  justify-content: center;
}
.cid-uhlAjAUI2p .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhlAjAUI2p .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uhlAjAUI2p .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhlAjAUI2p .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uhlAjAUI2p .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uhlAjAUI2p .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uhlAjAUI2p .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhlAjAUI2p .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #170f2b;
}
.cid-uhlAjAUI2p .mbr-section-title {
  color: #170f2b;
}
.cid-uhlAjAUI2p .mbr-text {
  color: #144031;
}
.cid-uhlAjAUI2p .list,
.cid-uhlAjAUI2p .item-wrap {
  color: #000000;
}
.cid-uhlATy2jEZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhlATy2jEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlATy2jEZ .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-uhlATy2jEZ .container {
    padding: 0 16px;
  }
}
.cid-uhlATy2jEZ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uhlATy2jEZ .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uhlATy2jEZ .mbr-section-title {
  color: #ffffff;
}
.cid-uhlATy2jEZ .mbr-section-title,
.cid-uhlATy2jEZ .mbr-section-btn {
  text-align: center;
}
.cid-sQgetOKHEA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sQgetOKHEA .section-head {
  margin-bottom: 2rem;
}
.cid-sQgetOKHEA .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #170f2b;
}
.cid-sQgetOKHEA .mbr-section-subtitle {
  text-align: center;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-sQgetOKHEA .row {
    text-align: center;
  }
}
.cid-sQgetOKHEA .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgetOKHEA .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sQgetOKHEA .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgetOKHEA .wave-container .wave svg path {
  fill: #170f2b;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sQggoiTRdc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #170f2b;
}
.cid-sQggoiTRdc img,
.cid-sQggoiTRdc .item-img {
  width: 100%;
}
.cid-sQggoiTRdc .item:focus,
.cid-sQggoiTRdc span:focus {
  outline: none;
}
.cid-sQggoiTRdc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-sQggoiTRdc .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sQggoiTRdc .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-sQggoiTRdc .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-sQggoiTRdc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sQggoiTRdc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sQggoiTRdc .item-title {
  text-align: left;
  color: #170f2b;
}
.cid-sQggoiTRdc .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sQggoiTRdc .mbr-text {
  text-align: left;
}
.cid-sQggoiTRdc .item-footer {
  margin-top: 14px;
}
.cid-sQggoiTRdc .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-sQggoiTRdc .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-sQggoiTRdc .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-sQggoiTRdc .mbr-section-btn {
  margin-top: 30px;
}
.cid-sQggoiTRdc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sQggoiTRdc .mbr-price,
.cid-sQggoiTRdc .mbr-section-btn {
  color: #000000;
}
.cid-uhlCZ6Utdy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhlCZ6Utdy .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhlCZ6Utdy .row {
    text-align: center;
  }
}
.cid-sQgj5k1BtO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQgj5k1BtO .section-head {
  margin-bottom: 2rem;
}
.cid-sQgj5k1BtO .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-sQgj5k1BtO .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sQgj5k1BtO .row {
    text-align: center;
  }
}
.cid-sQgj5k1BtO .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgj5k1BtO .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sQgj5k1BtO .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgj5k1BtO .wave-container .wave svg path {
  fill: #170f2b;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhlDI4dELK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhlDI4dELK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlDI4dELK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhlDI4dELK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhlDI4dELK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uhlDI4dELK .container {
    padding: 0 20px;
  }
}
.cid-uhlDI4dELK .row {
  justify-content: space-between;
}
.cid-uhlDI4dELK .card {
  justify-content: center;
}
.cid-uhlDI4dELK .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uhlDI4dELK .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uhlDI4dELK .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uhlDI4dELK .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uhlDI4dELK .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uhlDI4dELK .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uhlDI4dELK .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhlDI4dELK .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uhlDI4dELK .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uhlDI4dELK .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uhlDI4dELK .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uhlDI4dELK .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uhlDI4dELK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhlDI4dELK .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhlDI4dELK .mbr-desc {
  color: #f8f5fa;
}
.cid-uhlDI4dELK .mbr-section-title {
  color: #1e1d1c;
}
.cid-uhlDI4dELK .mbr-section-title,
.cid-uhlDI4dELK .mbr-section-btn {
  color: #f8f5fa;
}
.cid-uhlM7GZSum {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhlM7GZSum .mbr-section-title {
  padding-left: 2rem;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .cid-uhlM7GZSum .mbr-section-title {
    text-align: center;
  }
}
.cid-uhlM7GZSum .mbr-section-title .highlight {
  display: inline-block;
  background-color: #33d5ad;
  border-radius: 10px;
  padding: 0 10px;
  margin-left: -10px;
}
.cid-uhlM7GZSum .mbr-section-subtitle {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uhlM7GZSum .mbr-section-subtitle {
    text-align: center;
    padding-left: 0;
  }
}
.cid-uhlM7GZSum .text {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uhlM7GZSum .text {
    margin-top: 40px;
    text-align: center;
  }
}
.cid-uhlM7GZSum .text svg {
  position: absolute;
  top: -25px;
  left: -40px;
  width: 45px;
  height: 40px;
  transform: rotate(9deg);
}
@media (max-width: 585px) {
  .cid-uhlM7GZSum .text svg {
    display: none;
  }
}
.cid-uhlM7GZSum .text svg path {
  fill: #cd8ad1;
}
@media (max-width: 991px) {
  .cid-uhlM7GZSum .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-uhlMtOYJiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhlMtOYJiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlMtOYJiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhlMtOYJiD .mbr-section-title {
  color: #f8f5fa;
}
.cid-uhlMtOYJiD .mbr-section-subtitle {
  color: #f8f5fa;
}
.cid-uhlUzmJo3x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhlUzmJo3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlUzmJo3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhlUzmJo3x .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhlUzmJo3x .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhlUzmJo3x .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #edca11;
}
.cid-uhlUzmJo3x .panel-body,
.cid-uhlUzmJo3x .card-header {
  padding: 1rem 0;
}
.cid-uhlUzmJo3x .panel-title-edit {
  color: #000000;
}
.cid-uhmORCDMzx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhmORCDMzx .section-head {
  margin-bottom: 2rem;
}
.cid-uhmORCDMzx .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uhmORCDMzx .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uhmORCDMzx .row {
    text-align: center;
  }
}
.cid-uhmORCDMzx .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhmORCDMzx .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uhmORCDMzx .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhmORCDMzx .wave-container .wave svg path {
  fill: #1f1437;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhlVDkKvkK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhlVDkKvkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlVDkKvkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhlVDkKvkK .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhlVDkKvkK .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhlVDkKvkK .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhlVDkKvkK .card-wrapper {
    padding: 4rem;
  }
}
.cid-uhlVDkKvkK .mbr-text,
.cid-uhlVDkKvkK .mbr-section-btn {
  color: #000000;
}
.cid-uhlVDkKvkK .card-title,
.cid-uhlVDkKvkK .card-box {
  text-align: left;
  color: #000000;
}
.cid-uhlY8k1KPT {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #dcedd8;
}
.cid-uhlY8k1KPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhlY8k1KPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhlY8k1KPT .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uhlY8k1KPT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhlY8k1KPT .mbr-iconfont {
  font-size: 2rem;
  color: #170f2b;
  padding-right: 1.5rem;
}
.cid-uhmP4xzKs5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhmP4xzKs5 img {
  width: 100%;
  border-radius: 15px;
}
.cid-uhlZtoHvMq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #170f2b;
}
.cid-uhlZtoHvMq .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhlZtoHvMq .row {
    text-align: center;
  }
}
.cid-uhlZtoHvMq .mbr-text {
  color: #faf9fc;
}
.cid-uhlZtoHvMq .mbr-section-title {
  color: #f8f5fa;
}
.cid-uhm0DaOGCC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uhm0DaOGCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhm0DaOGCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhm0DaOGCC .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhm0DaOGCC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhm0DaOGCC .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-uhm0DaOGCC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhm0DaOGCC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhm2Magwxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhm2Magwxm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uhm2Magwxm .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .brand-name {
    text-align: center;
  }
}
.cid-uhm2Magwxm .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uhm2Magwxm .row {
    text-align: center;
  }
  .cid-uhm2Magwxm .row > div {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .social-row {
    text-align: center;
  }
}
.cid-uhm2Magwxm .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uhm2Magwxm .list {
    margin-bottom: 0rem;
  }
}
.cid-uhm2Magwxm .list li {
  margin-bottom: 0.5rem;
}
.cid-uhm2Magwxm .mbr-text {
  color: #ffffff;
}
.cid-uhm2Magwxm .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .mbr-section-title {
    text-align: center;
  }
}
.cid-uhm2Magwxm .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uhm2Magwxm .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uhm2Magwxm .col-6 {
    width: 100%;
  }
}
.cid-uhmUHUD1sp {
  z-index: 1000;
  width: 100%;
}
.cid-uhmUHUD1sp nav.navbar {
  position: fixed;
}
.cid-uhmUHUD1sp .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-uhmUHUD1sp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhmUHUD1sp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhmUHUD1sp .dropdown-item:hover,
.cid-uhmUHUD1sp .dropdown-item:focus {
  background: #edca11 !important;
  color: white !important;
}
.cid-uhmUHUD1sp .dropdown-item:hover span {
  color: white;
}
.cid-uhmUHUD1sp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhmUHUD1sp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhmUHUD1sp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhmUHUD1sp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhmUHUD1sp .nav-link {
  position: relative;
}
.cid-uhmUHUD1sp .container {
  display: flex;
  margin: auto;
}
.cid-uhmUHUD1sp .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhmUHUD1sp .dropdown-menu,
.cid-uhmUHUD1sp .navbar.opened {
  background: #170f2b !important;
}
.cid-uhmUHUD1sp .nav-item:focus,
.cid-uhmUHUD1sp .nav-link:focus {
  outline: none;
}
.cid-uhmUHUD1sp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhmUHUD1sp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhmUHUD1sp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhmUHUD1sp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhmUHUD1sp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhmUHUD1sp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhmUHUD1sp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(23, 15, 43, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhmUHUD1sp .navbar.opened {
  transition: all 0.3s;
}
.cid-uhmUHUD1sp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhmUHUD1sp .navbar .navbar-logo img {
  width: auto;
}
.cid-uhmUHUD1sp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhmUHUD1sp .navbar.collapsed {
  justify-content: center;
}
.cid-uhmUHUD1sp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhmUHUD1sp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhmUHUD1sp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhmUHUD1sp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhmUHUD1sp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhmUHUD1sp .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-uhmUHUD1sp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhmUHUD1sp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhmUHUD1sp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhmUHUD1sp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhmUHUD1sp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhmUHUD1sp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhmUHUD1sp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhmUHUD1sp .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-uhmUHUD1sp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhmUHUD1sp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhmUHUD1sp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhmUHUD1sp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhmUHUD1sp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhmUHUD1sp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhmUHUD1sp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhmUHUD1sp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhmUHUD1sp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhmUHUD1sp .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-uhmUHUD1sp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhmUHUD1sp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhmUHUD1sp .dropdown-item.active,
.cid-uhmUHUD1sp .dropdown-item:active {
  background-color: transparent;
}
.cid-uhmUHUD1sp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhmUHUD1sp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhmUHUD1sp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhmUHUD1sp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #170f2b;
}
.cid-uhmUHUD1sp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhmUHUD1sp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhmUHUD1sp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhmUHUD1sp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhmUHUD1sp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhmUHUD1sp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhmUHUD1sp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhmUHUD1sp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhmUHUD1sp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhmUHUD1sp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhmUHUD1sp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhmUHUD1sp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhmUHUD1sp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhmUHUD1sp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhmUHUD1sp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhmUHUD1sp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhmUHUD1sp .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-uhmUHUD1sp .navbar {
    height: 70px;
  }
  .cid-uhmUHUD1sp .navbar.opened {
    height: auto;
  }
  .cid-uhmUHUD1sp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhmUHVNKCM {
  background-color: #170f2b;
}
.cid-uhmUHVNKCM .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-uhmUHVNKCM .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-uhmUHVNKCM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhmUHVNKCM .content {
  width: 47%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-uhmUHVNKCM .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-uhmUHVNKCM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  text-align: right;
}
.cid-uhmUHVNKCM .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #170f2b;
  opacity: 0.8;
  z-index: -1;
}
.cid-uhmUHVNKCM .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-uhmUHVNKCM .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uhmUHVNKCM .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhmUHVNKCM .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-uhmUHVNKCM .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uhmUHVNKCM .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhmUHWeyDP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #170f2b;
}
.cid-uhmUHWeyDP .card {
  background-color: #f8f5fa;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .cid-uhmUHWeyDP .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uhmUHWtpYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhmUHWtpYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmUHWtpYq .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-uhmUHWtpYq .container {
    padding: 0 30px;
  }
}
.cid-uhmUHWtpYq .row {
  justify-content: center;
}
.cid-uhmUHWtpYq .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhmUHWtpYq .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uhmUHWtpYq .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhmUHWtpYq .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uhmUHWtpYq .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uhmUHWtpYq .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uhmUHWtpYq .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhmUHWtpYq .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #170f2b;
}
.cid-uhmUHWtpYq .mbr-section-title {
  color: #170f2b;
}
.cid-uhmUHWtpYq .mbr-text {
  color: #144031;
}
.cid-uhmUHWtpYq .list,
.cid-uhmUHWtpYq .item-wrap {
  color: #000000;
}
.cid-uhmUHWMgzo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhmUHWMgzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmUHWMgzo .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-uhmUHWMgzo .container {
    padding: 0 16px;
  }
}
.cid-uhmUHWMgzo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uhmUHWMgzo .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uhmUHWMgzo .mbr-section-title {
  color: #ffffff;
}
.cid-uhmUHWMgzo .mbr-section-title,
.cid-uhmUHWMgzo .mbr-section-btn {
  text-align: center;
}
.cid-uhmUHXaH6P {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uhmUHXaH6P .section-head {
  margin-bottom: 2rem;
}
.cid-uhmUHXaH6P .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #170f2b;
}
.cid-uhmUHXaH6P .mbr-section-subtitle {
  text-align: center;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-uhmUHXaH6P .row {
    text-align: center;
  }
}
.cid-uhmUHXaH6P .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhmUHXaH6P .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uhmUHXaH6P .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhmUHXaH6P .wave-container .wave svg path {
  fill: #170f2b;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhmUHXpOsB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #170f2b;
}
.cid-uhmUHXpOsB img,
.cid-uhmUHXpOsB .item-img {
  width: 100%;
}
.cid-uhmUHXpOsB .item:focus,
.cid-uhmUHXpOsB span:focus {
  outline: none;
}
.cid-uhmUHXpOsB .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uhmUHXpOsB .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uhmUHXpOsB .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uhmUHXpOsB .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uhmUHXpOsB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uhmUHXpOsB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uhmUHXpOsB .item-title {
  text-align: left;
  color: #170f2b;
}
.cid-uhmUHXpOsB .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uhmUHXpOsB .mbr-text {
  text-align: left;
}
.cid-uhmUHXpOsB .item-footer {
  margin-top: 14px;
}
.cid-uhmUHXpOsB .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uhmUHXpOsB .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uhmUHXpOsB .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uhmUHXpOsB .mbr-section-btn {
  margin-top: 30px;
}
.cid-uhmUHXpOsB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhmUHXpOsB .mbr-price,
.cid-uhmUHXpOsB .mbr-section-btn {
  color: #000000;
}
.cid-uhmUHY4Tit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhmUHY4Tit .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhmUHY4Tit .row {
    text-align: center;
  }
}
.cid-uhmUHYoglo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhmUHYoglo .section-head {
  margin-bottom: 2rem;
}
.cid-uhmUHYoglo .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uhmUHYoglo .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uhmUHYoglo .row {
    text-align: center;
  }
}
.cid-uhmUHYoglo .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhmUHYoglo .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uhmUHYoglo .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhmUHYoglo .wave-container .wave svg path {
  fill: #170f2b;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhmUHYNtf1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhmUHYNtf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmUHYNtf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmUHYNtf1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhmUHYNtf1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uhmUHYNtf1 .container {
    padding: 0 20px;
  }
}
.cid-uhmUHYNtf1 .row {
  justify-content: space-between;
}
.cid-uhmUHYNtf1 .card {
  justify-content: center;
}
.cid-uhmUHYNtf1 .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uhmUHYNtf1 .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uhmUHYNtf1 .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uhmUHYNtf1 .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uhmUHYNtf1 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uhmUHYNtf1 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uhmUHYNtf1 .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhmUHYNtf1 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uhmUHYNtf1 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uhmUHYNtf1 .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uhmUHYNtf1 .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uhmUHYNtf1 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uhmUHYNtf1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhmUHYNtf1 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhmUHYNtf1 .mbr-desc {
  color: #f8f5fa;
}
.cid-uhmUHYNtf1 .mbr-section-title {
  color: #1e1d1c;
}
.cid-uhmUHYNtf1 .mbr-section-title,
.cid-uhmUHYNtf1 .mbr-section-btn {
  color: #f8f5fa;
}
.cid-uhmUHZcFDb {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhmUHZcFDb .mbr-section-title {
  padding-left: 2rem;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .cid-uhmUHZcFDb .mbr-section-title {
    text-align: center;
  }
}
.cid-uhmUHZcFDb .mbr-section-title .highlight {
  display: inline-block;
  background-color: #33d5ad;
  border-radius: 10px;
  padding: 0 10px;
  margin-left: -10px;
}
.cid-uhmUHZcFDb .mbr-section-subtitle {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uhmUHZcFDb .mbr-section-subtitle {
    text-align: center;
    padding-left: 0;
  }
}
.cid-uhmUHZcFDb .text {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uhmUHZcFDb .text {
    margin-top: 40px;
    text-align: center;
  }
}
.cid-uhmUHZcFDb .text svg {
  position: absolute;
  top: -25px;
  left: -40px;
  width: 45px;
  height: 40px;
  transform: rotate(9deg);
}
@media (max-width: 585px) {
  .cid-uhmUHZcFDb .text svg {
    display: none;
  }
}
.cid-uhmUHZcFDb .text svg path {
  fill: #cd8ad1;
}
@media (max-width: 991px) {
  .cid-uhmUHZcFDb .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-uhmUHZxYUL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhmUHZxYUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmUHZxYUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmUHZxYUL .mbr-section-title {
  color: #f8f5fa;
}
.cid-uhmUHZxYUL .mbr-section-subtitle {
  color: #f8f5fa;
}
.cid-uhmUHZRieb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhmUHZRieb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmUHZRieb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmUHZRieb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhmUHZRieb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhmUHZRieb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #edca11;
}
.cid-uhmUHZRieb .panel-body,
.cid-uhmUHZRieb .card-header {
  padding: 1rem 0;
}
.cid-uhmUHZRieb .panel-title-edit {
  color: #000000;
}
.cid-uhmUI0yQjg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhmUI0yQjg .section-head {
  margin-bottom: 2rem;
}
.cid-uhmUI0yQjg .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uhmUI0yQjg .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uhmUI0yQjg .row {
    text-align: center;
  }
}
.cid-uhmUI0yQjg .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhmUI0yQjg .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uhmUI0yQjg .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhmUI0yQjg .wave-container .wave svg path {
  fill: #1f1437;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhmUI0ZD6C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhmUI0ZD6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmUI0ZD6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmUI0ZD6C .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhmUI0ZD6C .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhmUI0ZD6C .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhmUI0ZD6C .card-wrapper {
    padding: 4rem;
  }
}
.cid-uhmUI0ZD6C .mbr-text,
.cid-uhmUI0ZD6C .mbr-section-btn {
  color: #000000;
}
.cid-uhmUI0ZD6C .card-title,
.cid-uhmUI0ZD6C .card-box {
  text-align: left;
  color: #000000;
}
.cid-uhmUI1llJ3 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #dcedd8;
}
.cid-uhmUI1llJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmUI1llJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmUI1llJ3 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uhmUI1llJ3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhmUI1llJ3 .mbr-iconfont {
  font-size: 2rem;
  color: #170f2b;
  padding-right: 1.5rem;
}
.cid-uhmUI1U0Xz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhmUI1U0Xz img {
  width: 100%;
  border-radius: 15px;
}
.cid-uhmUI2fyWS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #170f2b;
}
.cid-uhmUI2fyWS .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhmUI2fyWS .row {
    text-align: center;
  }
}
.cid-uhmUI2fyWS .mbr-text {
  color: #faf9fc;
}
.cid-uhmUI2fyWS .mbr-section-title {
  color: #f8f5fa;
}
.cid-uhnvkUjJqY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3d6eb;
}
.cid-uhnvkUjJqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnvkUjJqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnvkUjJqY .row {
  margin: 0 !important;
}
.cid-uhnvkUjJqY .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uhnvkUjJqY .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uhnvkUjJqY .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uhnvkUjJqY .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uhnvkUjJqY .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uhnvkUjJqY .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uhnvkUjJqY .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uhnvkUjJqY .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uhnvkUjJqY .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uhnvkUjJqY .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uhnvkUjJqY .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uhnvkUjJqY .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-uhnvkUjJqY .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-uhnvkUjJqY .panel-group {
  border: none;
}
.cid-uhnvkUjJqY .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uhnvkUjJqY .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhnvkUjJqY .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uhnvkUjJqY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uhnvkUjJqY .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uhnvkUjJqY .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uhnvkUjJqY .panel-title-edit {
  color: #131313;
}
.cid-uhnvkUjJqY .panel-body {
  padding: 0 0 20px;
}
.cid-uhnvkUjJqY .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uhmUI2zUCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uhmUI2zUCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmUI2zUCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmUI2zUCz .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhmUI2zUCz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhmUI2zUCz .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-uhmUI2zUCz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhmUI2zUCz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhmUI2zUCz .mbr-section-title {
  color: #faf9fc;
}
.cid-uhmUI34X6H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhmUI34X6H .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhmUI34X6H .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uhmUI34X6H .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhmUI34X6H .brand-name {
    text-align: center;
  }
}
.cid-uhmUI34X6H .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhmUI34X6H .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uhmUI34X6H .row {
    text-align: center;
  }
  .cid-uhmUI34X6H .row > div {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uhmUI34X6H .social-row {
    text-align: center;
  }
}
.cid-uhmUI34X6H .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhmUI34X6H .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uhmUI34X6H .list {
    margin-bottom: 0rem;
  }
}
.cid-uhmUI34X6H .list li {
  margin-bottom: 0.5rem;
}
.cid-uhmUI34X6H .mbr-text {
  color: #ffffff;
}
.cid-uhmUI34X6H .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhmUI34X6H .mbr-section-title {
    text-align: center;
  }
}
.cid-uhmUI34X6H .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uhmUI34X6H .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uhmUI34X6H .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhmUI34X6H .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uhmUI34X6H .col-6 {
    width: 100%;
  }
}
.cid-uhn7GWhfTN {
  z-index: 1000;
  width: 100%;
}
.cid-uhn7GWhfTN nav.navbar {
  position: fixed;
}
.cid-uhn7GWhfTN .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-uhn7GWhfTN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhn7GWhfTN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhn7GWhfTN .dropdown-item:hover,
.cid-uhn7GWhfTN .dropdown-item:focus {
  background: #edca11 !important;
  color: white !important;
}
.cid-uhn7GWhfTN .dropdown-item:hover span {
  color: white;
}
.cid-uhn7GWhfTN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhn7GWhfTN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhn7GWhfTN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhn7GWhfTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhn7GWhfTN .nav-link {
  position: relative;
}
.cid-uhn7GWhfTN .container {
  display: flex;
  margin: auto;
}
.cid-uhn7GWhfTN .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhn7GWhfTN .dropdown-menu,
.cid-uhn7GWhfTN .navbar.opened {
  background: #170f2b !important;
}
.cid-uhn7GWhfTN .nav-item:focus,
.cid-uhn7GWhfTN .nav-link:focus {
  outline: none;
}
.cid-uhn7GWhfTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhn7GWhfTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhn7GWhfTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhn7GWhfTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhn7GWhfTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhn7GWhfTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhn7GWhfTN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(23, 15, 43, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhn7GWhfTN .navbar.opened {
  transition: all 0.3s;
}
.cid-uhn7GWhfTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhn7GWhfTN .navbar .navbar-logo img {
  width: auto;
}
.cid-uhn7GWhfTN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhn7GWhfTN .navbar.collapsed {
  justify-content: center;
}
.cid-uhn7GWhfTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhn7GWhfTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhn7GWhfTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhn7GWhfTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhn7GWhfTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhn7GWhfTN .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-uhn7GWhfTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhn7GWhfTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhn7GWhfTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhn7GWhfTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhn7GWhfTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhn7GWhfTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhn7GWhfTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhn7GWhfTN .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-uhn7GWhfTN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhn7GWhfTN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhn7GWhfTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhn7GWhfTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhn7GWhfTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhn7GWhfTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhn7GWhfTN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhn7GWhfTN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhn7GWhfTN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhn7GWhfTN .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-uhn7GWhfTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhn7GWhfTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhn7GWhfTN .dropdown-item.active,
.cid-uhn7GWhfTN .dropdown-item:active {
  background-color: transparent;
}
.cid-uhn7GWhfTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhn7GWhfTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhn7GWhfTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhn7GWhfTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #170f2b;
}
.cid-uhn7GWhfTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhn7GWhfTN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhn7GWhfTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhn7GWhfTN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhn7GWhfTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhn7GWhfTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhn7GWhfTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhn7GWhfTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn7GWhfTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn7GWhfTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhn7GWhfTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn7GWhfTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhn7GWhfTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhn7GWhfTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn7GWhfTN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhn7GWhfTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhn7GWhfTN .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-uhn7GWhfTN .navbar {
    height: 70px;
  }
  .cid-uhn7GWhfTN .navbar.opened {
    height: auto;
  }
  .cid-uhn7GWhfTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhn7GWPysb {
  background-color: #170f2b;
}
.cid-uhn7GWPysb .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-uhn7GWPysb .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-uhn7GWPysb .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhn7GWPysb .content {
  width: 47%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-uhn7GWPysb .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-uhn7GWPysb .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  text-align: right;
}
.cid-uhn7GWPysb .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #170f2b;
  opacity: 0.8;
  z-index: -1;
}
.cid-uhn7GWPysb .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-uhn7GWPysb .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uhn7GWPysb .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhn7GWPysb .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-uhn7GWPysb .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uhn7GWPysb .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhn7GX8tZL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #170f2b;
}
.cid-uhn7GX8tZL .card {
  background-color: #f8f5fa;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .cid-uhn7GX8tZL .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uhn7GXp9DT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhn7GXp9DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7GXp9DT .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-uhn7GXp9DT .container {
    padding: 0 30px;
  }
}
.cid-uhn7GXp9DT .row {
  justify-content: center;
}
.cid-uhn7GXp9DT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhn7GXp9DT .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uhn7GXp9DT .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhn7GXp9DT .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uhn7GXp9DT .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uhn7GXp9DT .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uhn7GXp9DT .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhn7GXp9DT .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #170f2b;
}
.cid-uhn7GXp9DT .mbr-section-title {
  color: #170f2b;
}
.cid-uhn7GXp9DT .mbr-text {
  color: #144031;
}
.cid-uhn7GXp9DT .list,
.cid-uhn7GXp9DT .item-wrap {
  color: #000000;
}
.cid-uhn7GXIse4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhn7GXIse4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7GXIse4 .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-uhn7GXIse4 .container {
    padding: 0 16px;
  }
}
.cid-uhn7GXIse4 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uhn7GXIse4 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uhn7GXIse4 .mbr-section-title {
  color: #ffffff;
}
.cid-uhn7GXIse4 .mbr-section-title,
.cid-uhn7GXIse4 .mbr-section-btn {
  text-align: center;
}
.cid-uhn7GY2ioH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uhn7GY2ioH .section-head {
  margin-bottom: 2rem;
}
.cid-uhn7GY2ioH .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #170f2b;
}
.cid-uhn7GY2ioH .mbr-section-subtitle {
  text-align: center;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-uhn7GY2ioH .row {
    text-align: center;
  }
}
.cid-uhn7GY2ioH .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhn7GY2ioH .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uhn7GY2ioH .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhn7GY2ioH .wave-container .wave svg path {
  fill: #170f2b;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhn7GYoObz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #170f2b;
}
.cid-uhn7GYoObz img,
.cid-uhn7GYoObz .item-img {
  width: 100%;
}
.cid-uhn7GYoObz .item:focus,
.cid-uhn7GYoObz span:focus {
  outline: none;
}
.cid-uhn7GYoObz .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uhn7GYoObz .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uhn7GYoObz .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uhn7GYoObz .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uhn7GYoObz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uhn7GYoObz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uhn7GYoObz .item-title {
  text-align: left;
  color: #170f2b;
}
.cid-uhn7GYoObz .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uhn7GYoObz .mbr-text {
  text-align: left;
}
.cid-uhn7GYoObz .item-footer {
  margin-top: 14px;
}
.cid-uhn7GYoObz .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uhn7GYoObz .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uhn7GYoObz .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uhn7GYoObz .mbr-section-btn {
  margin-top: 30px;
}
.cid-uhn7GYoObz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhn7GYoObz .mbr-price,
.cid-uhn7GYoObz .mbr-section-btn {
  color: #000000;
}
.cid-uhn7GYWRr2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhn7GYWRr2 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhn7GYWRr2 .row {
    text-align: center;
  }
}
.cid-uhn7GZfF68 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhn7GZfF68 .section-head {
  margin-bottom: 2rem;
}
.cid-uhn7GZfF68 .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uhn7GZfF68 .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uhn7GZfF68 .row {
    text-align: center;
  }
}
.cid-uhn7GZfF68 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhn7GZfF68 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uhn7GZfF68 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhn7GZfF68 .wave-container .wave svg path {
  fill: #170f2b;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhn7GZyG4p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhn7GZyG4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7GZyG4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7GZyG4p .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhn7GZyG4p .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uhn7GZyG4p .container {
    padding: 0 20px;
  }
}
.cid-uhn7GZyG4p .row {
  justify-content: space-between;
}
.cid-uhn7GZyG4p .card {
  justify-content: center;
}
.cid-uhn7GZyG4p .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uhn7GZyG4p .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uhn7GZyG4p .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uhn7GZyG4p .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uhn7GZyG4p .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uhn7GZyG4p .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uhn7GZyG4p .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhn7GZyG4p .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uhn7GZyG4p .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uhn7GZyG4p .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uhn7GZyG4p .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uhn7GZyG4p .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uhn7GZyG4p .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhn7GZyG4p .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhn7GZyG4p .mbr-desc {
  color: #f8f5fa;
}
.cid-uhn7GZyG4p .mbr-section-title {
  color: #1e1d1c;
}
.cid-uhn7GZyG4p .mbr-section-title,
.cid-uhn7GZyG4p .mbr-section-btn {
  color: #f8f5fa;
}
.cid-uhn7GZVLnD {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhn7GZVLnD .mbr-section-title {
  padding-left: 2rem;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .cid-uhn7GZVLnD .mbr-section-title {
    text-align: center;
  }
}
.cid-uhn7GZVLnD .mbr-section-title .highlight {
  display: inline-block;
  background-color: #33d5ad;
  border-radius: 10px;
  padding: 0 10px;
  margin-left: -10px;
}
.cid-uhn7GZVLnD .mbr-section-subtitle {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uhn7GZVLnD .mbr-section-subtitle {
    text-align: center;
    padding-left: 0;
  }
}
.cid-uhn7GZVLnD .text {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uhn7GZVLnD .text {
    margin-top: 40px;
    text-align: center;
  }
}
.cid-uhn7GZVLnD .text svg {
  position: absolute;
  top: -25px;
  left: -40px;
  width: 45px;
  height: 40px;
  transform: rotate(9deg);
}
@media (max-width: 585px) {
  .cid-uhn7GZVLnD .text svg {
    display: none;
  }
}
.cid-uhn7GZVLnD .text svg path {
  fill: #cd8ad1;
}
@media (max-width: 991px) {
  .cid-uhn7GZVLnD .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-uhn7H0jsbW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhn7H0jsbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7H0jsbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7H0jsbW .mbr-section-title {
  color: #f8f5fa;
}
.cid-uhn7H0jsbW .mbr-section-subtitle {
  color: #f8f5fa;
}
.cid-uhn7H0JHsb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhn7H0JHsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7H0JHsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7H0JHsb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhn7H0JHsb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhn7H0JHsb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #edca11;
}
.cid-uhn7H0JHsb .panel-body,
.cid-uhn7H0JHsb .card-header {
  padding: 1rem 0;
}
.cid-uhn7H0JHsb .panel-title-edit {
  color: #000000;
}
.cid-uhnuPHeufm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uhnuPHeufm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnuPHeufm .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-uhnuPHeufm .container {
    padding: 0 20px;
  }
}
.cid-uhnuPHeufm .row {
  margin: 0;
}
.cid-uhnuPHeufm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhnuPHeufm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhnuPHeufm .video-block .video-wrapper .app-video-wrapper::before {
  color: #ea433b;
  text-shadow: none;
}
.cid-uhnuPHeufm .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhnuPHeufm .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhnuPHeufm .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhnuPHeufm .mbr-section-title {
  color: #ffffff;
}
.cid-uhn7H1jiu5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhn7H1jiu5 .section-head {
  margin-bottom: 2rem;
}
.cid-uhn7H1jiu5 .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uhn7H1jiu5 .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uhn7H1jiu5 .row {
    text-align: center;
  }
}
.cid-uhn7H1jiu5 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhn7H1jiu5 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uhn7H1jiu5 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhn7H1jiu5 .wave-container .wave svg path {
  fill: #1f1437;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhn7H1EjYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhn7H1EjYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7H1EjYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7H1EjYZ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhn7H1EjYZ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhn7H1EjYZ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhn7H1EjYZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uhn7H1EjYZ .mbr-text,
.cid-uhn7H1EjYZ .mbr-section-btn {
  color: #000000;
}
.cid-uhn7H1EjYZ .card-title,
.cid-uhn7H1EjYZ .card-box {
  text-align: left;
  color: #000000;
}
.cid-uhn7H1ZTiI {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #dcedd8;
}
.cid-uhn7H1ZTiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7H1ZTiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7H1ZTiI .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uhn7H1ZTiI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhn7H1ZTiI .mbr-iconfont {
  font-size: 2rem;
  color: #170f2b;
  padding-right: 1.5rem;
}
.cid-uhn7H2DxBP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhn7H2DxBP img {
  width: 100%;
  border-radius: 15px;
}
.cid-uhn7H2Z3Y2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #170f2b;
}
.cid-uhn7H2Z3Y2 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhn7H2Z3Y2 .row {
    text-align: center;
  }
}
.cid-uhn7H2Z3Y2 .mbr-text {
  color: #faf9fc;
}
.cid-uhn7H2Z3Y2 .mbr-section-title {
  color: #f8f5fa;
}
.cid-uhnwJ68KAB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3edf7;
}
.cid-uhnwJ68KAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnwJ68KAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnwJ68KAB .row {
  margin: 0 !important;
}
.cid-uhnwJ68KAB .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uhnwJ68KAB .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uhnwJ68KAB .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uhnwJ68KAB .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uhnwJ68KAB .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uhnwJ68KAB .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uhnwJ68KAB .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uhnwJ68KAB .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uhnwJ68KAB .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uhnwJ68KAB .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uhnwJ68KAB .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uhnwJ68KAB .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-uhnwJ68KAB .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-uhnwJ68KAB .panel-group {
  border: none;
}
.cid-uhnwJ68KAB .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uhnwJ68KAB .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhnwJ68KAB .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uhnwJ68KAB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uhnwJ68KAB .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uhnwJ68KAB .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uhnwJ68KAB .panel-title-edit {
  color: #131313;
  text-align: left;
}
.cid-uhnwJ68KAB .panel-body {
  padding: 0 0 20px;
}
.cid-uhnwJ68KAB .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uhn7H3o1Uj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uhn7H3o1Uj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7H3o1Uj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7H3o1Uj .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhn7H3o1Uj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhn7H3o1Uj .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-uhn7H3o1Uj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhn7H3o1Uj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhn7H3o1Uj .mbr-section-title {
  color: #ffffff;
}
.cid-uhn7H3TmlD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhn7H3TmlD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhn7H3TmlD .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uhn7H3TmlD .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhn7H3TmlD .brand-name {
    text-align: center;
  }
}
.cid-uhn7H3TmlD .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhn7H3TmlD .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uhn7H3TmlD .row {
    text-align: center;
  }
  .cid-uhn7H3TmlD .row > div {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uhn7H3TmlD .social-row {
    text-align: center;
  }
}
.cid-uhn7H3TmlD .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhn7H3TmlD .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uhn7H3TmlD .list {
    margin-bottom: 0rem;
  }
}
.cid-uhn7H3TmlD .list li {
  margin-bottom: 0.5rem;
}
.cid-uhn7H3TmlD .mbr-text {
  color: #ffffff;
}
.cid-uhn7H3TmlD .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhn7H3TmlD .mbr-section-title {
    text-align: center;
  }
}
.cid-uhn7H3TmlD .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uhn7H3TmlD .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uhn7H3TmlD .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhn7H3TmlD .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uhn7H3TmlD .col-6 {
    width: 100%;
  }
}
.cid-uhn7HPPGrB {
  z-index: 1000;
  width: 100%;
}
.cid-uhn7HPPGrB nav.navbar {
  position: fixed;
}
.cid-uhn7HPPGrB .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-uhn7HPPGrB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhn7HPPGrB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhn7HPPGrB .dropdown-item:hover,
.cid-uhn7HPPGrB .dropdown-item:focus {
  background: #edca11 !important;
  color: white !important;
}
.cid-uhn7HPPGrB .dropdown-item:hover span {
  color: white;
}
.cid-uhn7HPPGrB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhn7HPPGrB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhn7HPPGrB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhn7HPPGrB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhn7HPPGrB .nav-link {
  position: relative;
}
.cid-uhn7HPPGrB .container {
  display: flex;
  margin: auto;
}
.cid-uhn7HPPGrB .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhn7HPPGrB .dropdown-menu,
.cid-uhn7HPPGrB .navbar.opened {
  background: #170f2b !important;
}
.cid-uhn7HPPGrB .nav-item:focus,
.cid-uhn7HPPGrB .nav-link:focus {
  outline: none;
}
.cid-uhn7HPPGrB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhn7HPPGrB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhn7HPPGrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhn7HPPGrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhn7HPPGrB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhn7HPPGrB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhn7HPPGrB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(23, 15, 43, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhn7HPPGrB .navbar.opened {
  transition: all 0.3s;
}
.cid-uhn7HPPGrB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhn7HPPGrB .navbar .navbar-logo img {
  width: auto;
}
.cid-uhn7HPPGrB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhn7HPPGrB .navbar.collapsed {
  justify-content: center;
}
.cid-uhn7HPPGrB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhn7HPPGrB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhn7HPPGrB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhn7HPPGrB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhn7HPPGrB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhn7HPPGrB .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-uhn7HPPGrB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhn7HPPGrB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhn7HPPGrB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhn7HPPGrB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhn7HPPGrB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhn7HPPGrB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhn7HPPGrB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhn7HPPGrB .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-uhn7HPPGrB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhn7HPPGrB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhn7HPPGrB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhn7HPPGrB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhn7HPPGrB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhn7HPPGrB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhn7HPPGrB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhn7HPPGrB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhn7HPPGrB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhn7HPPGrB .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-uhn7HPPGrB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhn7HPPGrB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhn7HPPGrB .dropdown-item.active,
.cid-uhn7HPPGrB .dropdown-item:active {
  background-color: transparent;
}
.cid-uhn7HPPGrB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhn7HPPGrB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhn7HPPGrB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhn7HPPGrB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #170f2b;
}
.cid-uhn7HPPGrB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhn7HPPGrB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhn7HPPGrB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhn7HPPGrB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhn7HPPGrB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhn7HPPGrB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhn7HPPGrB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhn7HPPGrB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn7HPPGrB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhn7HPPGrB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhn7HPPGrB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn7HPPGrB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhn7HPPGrB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhn7HPPGrB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhn7HPPGrB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhn7HPPGrB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhn7HPPGrB .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-uhn7HPPGrB .navbar {
    height: 70px;
  }
  .cid-uhn7HPPGrB .navbar.opened {
    height: auto;
  }
  .cid-uhn7HPPGrB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhn7HQfvBe {
  background-color: #170f2b;
}
.cid-uhn7HQfvBe .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-uhn7HQfvBe .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-uhn7HQfvBe .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhn7HQfvBe .content {
  width: 47%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-uhn7HQfvBe .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-uhn7HQfvBe .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  text-align: right;
}
.cid-uhn7HQfvBe .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #170f2b;
  opacity: 0.8;
  z-index: -1;
}
.cid-uhn7HQfvBe .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-uhn7HQfvBe .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uhn7HQfvBe .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhn7HQfvBe .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-uhn7HQfvBe .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uhn7HQfvBe .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhn7HQvjRF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #170f2b;
}
.cid-uhn7HQvjRF .card {
  background-color: #f8f5fa;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .cid-uhn7HQvjRF .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uhn7HQIbHE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhn7HQIbHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7HQIbHE .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-uhn7HQIbHE .container {
    padding: 0 30px;
  }
}
.cid-uhn7HQIbHE .row {
  justify-content: center;
}
.cid-uhn7HQIbHE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhn7HQIbHE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uhn7HQIbHE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhn7HQIbHE .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uhn7HQIbHE .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uhn7HQIbHE .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uhn7HQIbHE .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhn7HQIbHE .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #170f2b;
}
.cid-uhn7HQIbHE .mbr-section-title {
  color: #170f2b;
}
.cid-uhn7HQIbHE .mbr-text {
  color: #144031;
}
.cid-uhn7HQIbHE .list,
.cid-uhn7HQIbHE .item-wrap {
  color: #000000;
}
.cid-uhn7HQYWzW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhn7HQYWzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7HQYWzW .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-uhn7HQYWzW .container {
    padding: 0 16px;
  }
}
.cid-uhn7HQYWzW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uhn7HQYWzW .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uhn7HQYWzW .mbr-section-title {
  color: #ffffff;
}
.cid-uhn7HQYWzW .mbr-section-title,
.cid-uhn7HQYWzW .mbr-section-btn {
  text-align: center;
}
.cid-uhn7HRkGDm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uhn7HRkGDm .section-head {
  margin-bottom: 2rem;
}
.cid-uhn7HRkGDm .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #170f2b;
}
.cid-uhn7HRkGDm .mbr-section-subtitle {
  text-align: center;
  color: #170f2b;
}
@media (max-width: 991px) {
  .cid-uhn7HRkGDm .row {
    text-align: center;
  }
}
.cid-uhn7HRkGDm .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhn7HRkGDm .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uhn7HRkGDm .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhn7HRkGDm .wave-container .wave svg path {
  fill: #170f2b;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhn7HRAhiG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #170f2b;
}
.cid-uhn7HRAhiG img,
.cid-uhn7HRAhiG .item-img {
  width: 100%;
}
.cid-uhn7HRAhiG .item:focus,
.cid-uhn7HRAhiG span:focus {
  outline: none;
}
.cid-uhn7HRAhiG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uhn7HRAhiG .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uhn7HRAhiG .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uhn7HRAhiG .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uhn7HRAhiG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uhn7HRAhiG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uhn7HRAhiG .item-title {
  text-align: left;
  color: #170f2b;
}
.cid-uhn7HRAhiG .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uhn7HRAhiG .mbr-text {
  text-align: left;
}
.cid-uhn7HRAhiG .item-footer {
  margin-top: 14px;
}
.cid-uhn7HRAhiG .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uhn7HRAhiG .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uhn7HRAhiG .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uhn7HRAhiG .mbr-section-btn {
  margin-top: 30px;
}
.cid-uhn7HRAhiG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uhn7HRAhiG .mbr-price,
.cid-uhn7HRAhiG .mbr-section-btn {
  color: #000000;
}
.cid-uhn7HSaMkD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhn7HSaMkD .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhn7HSaMkD .row {
    text-align: center;
  }
}
.cid-uhn7HSs9LV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhn7HSs9LV .section-head {
  margin-bottom: 2rem;
}
.cid-uhn7HSs9LV .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uhn7HSs9LV .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uhn7HSs9LV .row {
    text-align: center;
  }
}
.cid-uhn7HSs9LV .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhn7HSs9LV .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uhn7HSs9LV .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhn7HSs9LV .wave-container .wave svg path {
  fill: #170f2b;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhn7HSLtW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhn7HSLtW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7HSLtW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7HSLtW3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uhn7HSLtW3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uhn7HSLtW3 .container {
    padding: 0 20px;
  }
}
.cid-uhn7HSLtW3 .row {
  justify-content: space-between;
}
.cid-uhn7HSLtW3 .card {
  justify-content: center;
}
.cid-uhn7HSLtW3 .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uhn7HSLtW3 .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uhn7HSLtW3 .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uhn7HSLtW3 .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uhn7HSLtW3 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uhn7HSLtW3 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uhn7HSLtW3 .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhn7HSLtW3 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uhn7HSLtW3 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uhn7HSLtW3 .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uhn7HSLtW3 .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uhn7HSLtW3 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uhn7HSLtW3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhn7HSLtW3 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhn7HSLtW3 .mbr-desc {
  color: #f8f5fa;
}
.cid-uhn7HSLtW3 .mbr-section-title {
  color: #1e1d1c;
}
.cid-uhn7HSLtW3 .mbr-section-title,
.cid-uhn7HSLtW3 .mbr-section-btn {
  color: #f8f5fa;
}
.cid-uhn7HTaE0V {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhn7HTaE0V .mbr-section-title {
  padding-left: 2rem;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .cid-uhn7HTaE0V .mbr-section-title {
    text-align: center;
  }
}
.cid-uhn7HTaE0V .mbr-section-title .highlight {
  display: inline-block;
  background-color: #33d5ad;
  border-radius: 10px;
  padding: 0 10px;
  margin-left: -10px;
}
.cid-uhn7HTaE0V .mbr-section-subtitle {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uhn7HTaE0V .mbr-section-subtitle {
    text-align: center;
    padding-left: 0;
  }
}
.cid-uhn7HTaE0V .text {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uhn7HTaE0V .text {
    margin-top: 40px;
    text-align: center;
  }
}
.cid-uhn7HTaE0V .text svg {
  position: absolute;
  top: -25px;
  left: -40px;
  width: 45px;
  height: 40px;
  transform: rotate(9deg);
}
@media (max-width: 585px) {
  .cid-uhn7HTaE0V .text svg {
    display: none;
  }
}
.cid-uhn7HTaE0V .text svg path {
  fill: #cd8ad1;
}
@media (max-width: 991px) {
  .cid-uhn7HTaE0V .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-uhn7HTxp8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhn7HTxp8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7HTxp8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7HTxp8z .mbr-section-title {
  color: #f8f5fa;
}
.cid-uhn7HTxp8z .mbr-section-subtitle {
  color: #f8f5fa;
}
.cid-uhn7HUbCCx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhn7HUbCCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7HUbCCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7HUbCCx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhn7HUbCCx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhn7HUbCCx .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #edca11;
}
.cid-uhn7HUbCCx .panel-body,
.cid-uhn7HUbCCx .card-header {
  padding: 1rem 0;
}
.cid-uhn7HUbCCx .panel-title-edit {
  color: #000000;
}
.cid-uhn7HUPeLR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhn7HUPeLR .section-head {
  margin-bottom: 2rem;
}
.cid-uhn7HUPeLR .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uhn7HUPeLR .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uhn7HUPeLR .row {
    text-align: center;
  }
}
.cid-uhn7HUPeLR .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhn7HUPeLR .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uhn7HUPeLR .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhn7HUPeLR .wave-container .wave svg path {
  fill: #1f1437;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhn7HV73hs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhn7HV73hs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7HV73hs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7HV73hs .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhn7HV73hs .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhn7HV73hs .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhn7HV73hs .card-wrapper {
    padding: 4rem;
  }
}
.cid-uhn7HV73hs .mbr-text,
.cid-uhn7HV73hs .mbr-section-btn {
  color: #000000;
}
.cid-uhn7HV73hs .card-title,
.cid-uhn7HV73hs .card-box {
  text-align: left;
  color: #000000;
}
.cid-uhn7HVuYeY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #dcedd8;
}
.cid-uhn7HVuYeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7HVuYeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7HVuYeY .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uhn7HVuYeY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhn7HVuYeY .mbr-iconfont {
  font-size: 2rem;
  color: #170f2b;
  padding-right: 1.5rem;
}
.cid-uhn7HW10m6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhn7HW10m6 img {
  width: 100%;
  border-radius: 15px;
}
.cid-uhn7HWpRqD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #170f2b;
}
.cid-uhn7HWpRqD .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhn7HWpRqD .row {
    text-align: center;
  }
}
.cid-uhn7HWpRqD .mbr-text {
  color: #faf9fc;
}
.cid-uhn7HWpRqD .mbr-section-title {
  color: #f8f5fa;
}
.cid-uhn7HWpRqD .mbr-section-subtitle {
  color: #f8f5fa;
}
.cid-uhnxQBnlYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3edf7;
}
.cid-uhnxQBnlYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnxQBnlYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnxQBnlYj .row {
  margin: 0 !important;
}
.cid-uhnxQBnlYj .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uhnxQBnlYj .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uhnxQBnlYj .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uhnxQBnlYj .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uhnxQBnlYj .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uhnxQBnlYj .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uhnxQBnlYj .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uhnxQBnlYj .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uhnxQBnlYj .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uhnxQBnlYj .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uhnxQBnlYj .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uhnxQBnlYj .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-uhnxQBnlYj .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-uhnxQBnlYj .panel-group {
  border: none;
}
.cid-uhnxQBnlYj .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uhnxQBnlYj .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhnxQBnlYj .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uhnxQBnlYj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uhnxQBnlYj .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uhnxQBnlYj .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uhnxQBnlYj .panel-title-edit {
  color: #131313;
  text-align: left;
}
.cid-uhnxQBnlYj .panel-body {
  padding: 0 0 20px;
}
.cid-uhnxQBnlYj .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uhn7HWLxFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uhn7HWLxFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhn7HWLxFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhn7HWLxFD .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhn7HWLxFD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhn7HWLxFD .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-uhn7HWLxFD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhn7HWLxFD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhn7HXfQNU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhn7HXfQNU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhn7HXfQNU .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uhn7HXfQNU .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhn7HXfQNU .brand-name {
    text-align: center;
  }
}
.cid-uhn7HXfQNU .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhn7HXfQNU .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uhn7HXfQNU .row {
    text-align: center;
  }
  .cid-uhn7HXfQNU .row > div {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uhn7HXfQNU .social-row {
    text-align: center;
  }
}
.cid-uhn7HXfQNU .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhn7HXfQNU .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uhn7HXfQNU .list {
    margin-bottom: 0rem;
  }
}
.cid-uhn7HXfQNU .list li {
  margin-bottom: 0.5rem;
}
.cid-uhn7HXfQNU .mbr-text {
  color: #ffffff;
}
.cid-uhn7HXfQNU .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhn7HXfQNU .mbr-section-title {
    text-align: center;
  }
}
.cid-uhn7HXfQNU .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uhn7HXfQNU .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uhn7HXfQNU .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhn7HXfQNU .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uhn7HXfQNU .col-6 {
    width: 100%;
  }
}
.cid-sQgel4EdSp {
  z-index: 1000;
  width: 100%;
}
.cid-sQgel4EdSp nav.navbar {
  position: fixed;
}
.cid-sQgel4EdSp .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-sQgel4EdSp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQgel4EdSp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQgel4EdSp .dropdown-item:hover,
.cid-sQgel4EdSp .dropdown-item:focus {
  background: #edca11 !important;
  color: white !important;
}
.cid-sQgel4EdSp .dropdown-item:hover span {
  color: white;
}
.cid-sQgel4EdSp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQgel4EdSp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQgel4EdSp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQgel4EdSp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQgel4EdSp .nav-link {
  position: relative;
}
.cid-sQgel4EdSp .container {
  display: flex;
  margin: auto;
}
.cid-sQgel4EdSp .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQgel4EdSp .dropdown-menu,
.cid-sQgel4EdSp .navbar.opened {
  background: #170f2b !important;
}
.cid-sQgel4EdSp .nav-item:focus,
.cid-sQgel4EdSp .nav-link:focus {
  outline: none;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQgel4EdSp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQgel4EdSp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQgel4EdSp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQgel4EdSp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(23, 15, 43, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-sQgel4EdSp .navbar.opened {
  transition: all 0.3s;
}
.cid-sQgel4EdSp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQgel4EdSp .navbar .navbar-logo img {
  width: auto;
}
.cid-sQgel4EdSp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQgel4EdSp .navbar.collapsed {
  justify-content: center;
}
.cid-sQgel4EdSp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQgel4EdSp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQgel4EdSp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sQgel4EdSp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQgel4EdSp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQgel4EdSp .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-sQgel4EdSp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQgel4EdSp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQgel4EdSp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQgel4EdSp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQgel4EdSp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQgel4EdSp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQgel4EdSp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQgel4EdSp .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-sQgel4EdSp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQgel4EdSp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQgel4EdSp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQgel4EdSp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQgel4EdSp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQgel4EdSp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQgel4EdSp .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQgel4EdSp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQgel4EdSp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQgel4EdSp .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-sQgel4EdSp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQgel4EdSp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQgel4EdSp .dropdown-item.active,
.cid-sQgel4EdSp .dropdown-item:active {
  background-color: transparent;
}
.cid-sQgel4EdSp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQgel4EdSp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQgel4EdSp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQgel4EdSp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #170f2b;
}
.cid-sQgel4EdSp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQgel4EdSp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQgel4EdSp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQgel4EdSp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQgel4EdSp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQgel4EdSp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQgel4EdSp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQgel4EdSp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQgel4EdSp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQgel4EdSp .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-sQgel4EdSp .navbar {
    height: 70px;
  }
  .cid-sQgel4EdSp .navbar.opened {
    height: auto;
  }
  .cid-sQgel4EdSp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhnm42e2Z7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhnm42e2Z7 .row {
  flex-direction: row-reverse;
}
.cid-uhnm42e2Z7 .image-wrapper {
  padding: 0 2rem;
}
.cid-uhnm42e2Z7 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uhnm42e2Z7 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uhnm42e2Z7 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uhnm42e2Z7 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-uhnm42e2Z7 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uhnm42e2Z7 .text-wrapper,
  .cid-uhnm42e2Z7 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uhnm42e2Z7 .text-wrapper,
  .cid-uhnm42e2Z7 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uhnm42e2Z7 .text-wrapper,
  .cid-uhnm42e2Z7 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uhnm42e2Z7 .text-wrapper,
  .cid-uhnm42e2Z7 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uhnm42e2Z7 .text-wrapper,
  .cid-uhnm42e2Z7 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uhnm42e2Z7 .content {
    text-align: center;
  }
}
.cid-uhnm42e2Z7 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uhnm42e2Z7 .mbr-card-title {
    text-align: start;
  }
}
.cid-uhnm42e2Z7 .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uhnm42e2Z7 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uhnm42e2Z7 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uhnm42e2Z7 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnm42e2Z7 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uhnm42e2Z7 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uhnm42e2Z7 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uhnm42e2Z7 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uhnm42e2Z7 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uhnm42e2Z7 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uhnm42e2Z7 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uhnm42e2Z7 .nutrition-wrap {
    width: 100%;
  }
}
.cid-uhnm42e2Z7 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uhnm42e2Z7 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uhnm42e2Z7 .tile-text-wrap {
  display: flex;
}
.cid-uhnm42e2Z7 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uhnm42e2Z7 svg path {
  fill: #cd8ad1;
}
.cid-uhnm42e2Z7 .numbers {
  display: flex;
  align-self: center;
}
.cid-uhnm42e2Z7 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uhnm42e2Z7 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uhnm42e2Z7 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uhnm42e2Z7 .mbr-tile-text {
    text-align: start;
  }
}
.cid-uhnm42e2Z7 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uhnm42e2Z7 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uhnm42e2Z7 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uhnm42e2Z7 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uhnm42e2Z7 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uhnm42e2Z7 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uhnm42e2Z7 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uhnm42e2Z7 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uhnm42e2Z7 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uhnm42e2Z7 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uhnm5ZXy6A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faf9fc;
}
.cid-uhnm5ZXy6A .card {
  background-color: #170f2b;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .cid-uhnm5ZXy6A .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uhnm5ZXy6A .mbr-text {
  color: #f8f5fa;
}
.cid-uhnm8dNN4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uhnm8dNN4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnm8dNN4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnm8dNN4C .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uhnm8dNN4C .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uhnm8dNN4C .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-uhnm8dNN4C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhnm8dNN4C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhnm8dNN4C .mbr-section-title {
  color: #faf9fc;
}
.cid-uhm2Magwxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhm2Magwxm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uhm2Magwxm .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .brand-name {
    text-align: center;
  }
}
.cid-uhm2Magwxm .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uhm2Magwxm .row {
    text-align: center;
  }
  .cid-uhm2Magwxm .row > div {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .social-row {
    text-align: center;
  }
}
.cid-uhm2Magwxm .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uhm2Magwxm .list {
    margin-bottom: 0rem;
  }
}
.cid-uhm2Magwxm .list li {
  margin-bottom: 0.5rem;
}
.cid-uhm2Magwxm .mbr-text {
  color: #ffffff;
}
.cid-uhm2Magwxm .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .mbr-section-title {
    text-align: center;
  }
}
.cid-uhm2Magwxm .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uhm2Magwxm .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhm2Magwxm .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uhm2Magwxm .col-6 {
    width: 100%;
  }
}
.cid-uhnnsvCSa3 {
  z-index: 1000;
  width: 100%;
}
.cid-uhnnsvCSa3 nav.navbar {
  position: fixed;
}
.cid-uhnnsvCSa3 .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-uhnnsvCSa3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhnnsvCSa3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhnnsvCSa3 .dropdown-item:hover,
.cid-uhnnsvCSa3 .dropdown-item:focus {
  background: #edca11 !important;
  color: white !important;
}
.cid-uhnnsvCSa3 .dropdown-item:hover span {
  color: white;
}
.cid-uhnnsvCSa3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhnnsvCSa3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhnnsvCSa3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhnnsvCSa3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhnnsvCSa3 .nav-link {
  position: relative;
}
.cid-uhnnsvCSa3 .container {
  display: flex;
  margin: auto;
}
.cid-uhnnsvCSa3 .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhnnsvCSa3 .dropdown-menu,
.cid-uhnnsvCSa3 .navbar.opened {
  background: #170f2b !important;
}
.cid-uhnnsvCSa3 .nav-item:focus,
.cid-uhnnsvCSa3 .nav-link:focus {
  outline: none;
}
.cid-uhnnsvCSa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhnnsvCSa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhnnsvCSa3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhnnsvCSa3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhnnsvCSa3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhnnsvCSa3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhnnsvCSa3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(23, 15, 43, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhnnsvCSa3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhnnsvCSa3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhnnsvCSa3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uhnnsvCSa3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhnnsvCSa3 .navbar.collapsed {
  justify-content: center;
}
.cid-uhnnsvCSa3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhnnsvCSa3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhnnsvCSa3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhnnsvCSa3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhnnsvCSa3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhnnsvCSa3 .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-uhnnsvCSa3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhnnsvCSa3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhnnsvCSa3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhnnsvCSa3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhnnsvCSa3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhnnsvCSa3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhnnsvCSa3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhnnsvCSa3 .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-uhnnsvCSa3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhnnsvCSa3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhnnsvCSa3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhnnsvCSa3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhnnsvCSa3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhnnsvCSa3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhnnsvCSa3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhnnsvCSa3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhnnsvCSa3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhnnsvCSa3 .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-uhnnsvCSa3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhnnsvCSa3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhnnsvCSa3 .dropdown-item.active,
.cid-uhnnsvCSa3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhnnsvCSa3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhnnsvCSa3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhnnsvCSa3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhnnsvCSa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #170f2b;
}
.cid-uhnnsvCSa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhnnsvCSa3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhnnsvCSa3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhnnsvCSa3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhnnsvCSa3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhnnsvCSa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhnnsvCSa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhnnsvCSa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhnnsvCSa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhnnsvCSa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhnnsvCSa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhnnsvCSa3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhnnsvCSa3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhnnsvCSa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhnnsvCSa3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhnnsvCSa3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhnnsvCSa3 .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-uhnnsvCSa3 .navbar {
    height: 70px;
  }
  .cid-uhnnsvCSa3 .navbar.opened {
    height: auto;
  }
  .cid-uhnnsvCSa3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhnnsw2nSR {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhnnsw2nSR .row {
  flex-direction: row-reverse;
}
.cid-uhnnsw2nSR .image-wrapper {
  padding: 0 2rem;
}
.cid-uhnnsw2nSR .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uhnnsw2nSR .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uhnnsw2nSR .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uhnnsw2nSR .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-uhnnsw2nSR .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uhnnsw2nSR .text-wrapper,
  .cid-uhnnsw2nSR .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uhnnsw2nSR .text-wrapper,
  .cid-uhnnsw2nSR .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uhnnsw2nSR .text-wrapper,
  .cid-uhnnsw2nSR .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uhnnsw2nSR .text-wrapper,
  .cid-uhnnsw2nSR .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uhnnsw2nSR .text-wrapper,
  .cid-uhnnsw2nSR .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uhnnsw2nSR .content {
    text-align: center;
  }
}
.cid-uhnnsw2nSR .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uhnnsw2nSR .mbr-card-title {
    text-align: start;
  }
}
.cid-uhnnsw2nSR .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uhnnsw2nSR .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uhnnsw2nSR .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uhnnsw2nSR .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnnsw2nSR .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uhnnsw2nSR .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uhnnsw2nSR .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uhnnsw2nSR .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uhnnsw2nSR .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uhnnsw2nSR .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uhnnsw2nSR .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uhnnsw2nSR .nutrition-wrap {
    width: 100%;
  }
}
.cid-uhnnsw2nSR .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uhnnsw2nSR .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uhnnsw2nSR .tile-text-wrap {
  display: flex;
}
.cid-uhnnsw2nSR svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uhnnsw2nSR svg path {
  fill: #cd8ad1;
}
.cid-uhnnsw2nSR .numbers {
  display: flex;
  align-self: center;
}
.cid-uhnnsw2nSR .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uhnnsw2nSR .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uhnnsw2nSR .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uhnnsw2nSR .mbr-tile-text {
    text-align: start;
  }
}
.cid-uhnnsw2nSR .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uhnnsw2nSR .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uhnnsw2nSR .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uhnnsw2nSR .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uhnnsw2nSR .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uhnnsw2nSR .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uhnnsw2nSR .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uhnnsw2nSR .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uhnnsw2nSR .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uhnnsw2nSR div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uhnnswpL4a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faf9fc;
}
.cid-uhnnswpL4a .card {
  background-color: #170f2b;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .cid-uhnnswpL4a .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uhnnswpL4a .mbr-text {
  color: #f8f5fa;
}
.cid-uhnnswFXht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uhnnswFXht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnnswFXht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnnswFXht .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uhnnswFXht .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uhnnswFXht .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-uhnnswFXht .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhnnswFXht .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhnnswFXht .mbr-section-title {
  color: #faf9fc;
}
.cid-uhnnsx1Jz5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #170f2b;
}
.cid-uhnnsx1Jz5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhnnsx1Jz5 .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uhnnsx1Jz5 .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhnnsx1Jz5 .brand-name {
    text-align: center;
  }
}
.cid-uhnnsx1Jz5 .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhnnsx1Jz5 .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uhnnsx1Jz5 .row {
    text-align: center;
  }
  .cid-uhnnsx1Jz5 .row > div {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-uhnnsx1Jz5 .social-row {
    text-align: center;
  }
}
.cid-uhnnsx1Jz5 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhnnsx1Jz5 .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uhnnsx1Jz5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uhnnsx1Jz5 .list li {
  margin-bottom: 0.5rem;
}
.cid-uhnnsx1Jz5 .mbr-text {
  color: #ffffff;
}
.cid-uhnnsx1Jz5 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uhnnsx1Jz5 .mbr-section-title {
    text-align: center;
  }
}
.cid-uhnnsx1Jz5 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uhnnsx1Jz5 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uhnnsx1Jz5 .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhnnsx1Jz5 .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uhnnsx1Jz5 .col-6 {
    width: 100%;
  }
}
