.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a40e68 !important;
}
.bg-success {
  background-color: #a6a99c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a40e68 !important;
  border-color: #a40e68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d31286 !important;
  border-color: #d31286 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d31286 !important;
  border-color: #d31286 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a40e68;
  color: #a40e68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #540735 !important;
  background-color: transparent !important;
  border-color: #540735 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a40e68 !important;
  border-color: #a40e68 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a40e68 !important;
}
.text-secondary {
  color: #a6a99c !important;
}
.text-success {
  color: #a6a99c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #46062c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #747768 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #747768 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a40e68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a40e68;
  border-color: #a40e68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a40e68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ef43aa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e4e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #a40e68 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #a40e68;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a40e68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a40e68;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a40e68;
  border-bottom-color: #a40e68;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #a40e68 !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: #a6a99c !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='%23a40e68' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOw7tcmgzX {
  background: transparent;
}
.cid-uOw7tcmgzX .navbar-nav {
  background: rgba(192, 192, 192, 0.2);
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uOw7tcmgzX .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOw7tcmgzX .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOw7tcmgzX .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uOw7tcmgzX .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uOw7tcmgzX .nav-link {
  position: relative;
}
.cid-uOw7tcmgzX .nav-link:hover {
  color: #a40e68 !important;
}
@media (max-width: 992px) {
  .cid-uOw7tcmgzX .navbar-collapse {
    background: #c0c0c0;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uOw7tcmgzX .navbar {
  min-height: 50px;
  background: #c0c0c0;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uOw7tcmgzX .navbar.opened {
  transition: all 0.3s;
}
.cid-uOw7tcmgzX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOw7tcmgzX .navbar .navbar-logo img {
  width: auto;
}
.cid-uOw7tcmgzX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOw7tcmgzX .navbar.collapsed {
  justify-content: center;
}
.cid-uOw7tcmgzX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOw7tcmgzX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOw7tcmgzX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOw7tcmgzX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOw7tcmgzX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOw7tcmgzX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOw7tcmgzX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOw7tcmgzX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOw7tcmgzX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOw7tcmgzX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOw7tcmgzX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOw7tcmgzX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOw7tcmgzX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOw7tcmgzX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOw7tcmgzX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOw7tcmgzX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOw7tcmgzX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOw7tcmgzX .dropdown-item:hover,
.cid-uOw7tcmgzX .dropdown-item:focus {
  background: #a40e68 !important;
  color: white !important;
}
.cid-uOw7tcmgzX .dropdown-item:hover span {
  color: white;
}
.cid-uOw7tcmgzX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOw7tcmgzX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOw7tcmgzX .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uOw7tcmgzX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOw7tcmgzX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOw7tcmgzX .dropdown-menu,
.cid-uOw7tcmgzX .navbar.opened {
  background: #c0c0c0;
}
.cid-uOw7tcmgzX .nav-item:focus,
.cid-uOw7tcmgzX .nav-link:focus {
  outline: none;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOw7tcmgzX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOw7tcmgzX .dropdown-item.active,
.cid-uOw7tcmgzX .dropdown-item:active {
  background-color: transparent;
}
.cid-uOw7tcmgzX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOw7tcmgzX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOw7tcmgzX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOw7tcmgzX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0c0c0;
}
.cid-uOw7tcmgzX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOw7tcmgzX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOw7tcmgzX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOw7tcmgzX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOw7tcmgzX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOw7tcmgzX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar {
    height: 70px;
  }
  .cid-uOw7tcmgzX .navbar.opened {
    height: auto;
  }
  .cid-uOw7tcmgzX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOw7tcmgzX .collapsed {
  background: transparent!important;
}
.cid-uOw7tcmgzX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOw7tcmgzX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOzfefudve {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #edefeb;
}
.cid-uOzfefudve .carousel {
  width: 100%;
}
.cid-uOzfefudve .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uOzfefudve .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uOzfefudve .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-uOzfefudve .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uOzfefudve .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uOzfefudve .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uOzfefudve .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uOzfefudve .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uOzfefudve .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uOzfefudve .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uOzfefudve .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOzfefudve .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOzfefudve .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOzfefudve .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOzfefudve .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uOzfefudve .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOzfefudve .carousel-indicators li.active,
.cid-uOzfefudve .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOzfefudve .carousel-indicators li::after,
.cid-uOzfefudve .carousel-indicators li::before {
  content: none;
}
.cid-uOzfefudve .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOzfefudve .carousel-indicators {
    display: none !important;
  }
}
.cid-uOzfefudve H5 {
  text-align: left;
  color: #edefeb;
}
.cid-uOzfefudve P {
  text-align: left;
  color: #a40e68;
}
.cid-uOzfQDdNGr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOzfQDdNGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzfQDdNGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzfQDdNGr .mbr-section-title {
  color: #a40e68;
}
.cid-uOzfQDdNGr .mbr-text,
.cid-uOzfQDdNGr .mbr-section-btn {
  color: #a6a99c;
}
.cid-uORUY9gpq1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORUY9gpq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORUY9gpq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORUY9gpq1 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORUY9gpq1 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORUY9gpq1 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uORUY9gpq1 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORUY9gpq1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uORUY9gpq1 .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORUY9gpq1 .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uORUY9gpq1 .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORUY9gpq1 .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORUY9gpq1 .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uORUY9gpq1 .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORUY9gpq1 .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uORUY9gpq1 .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORUY9gpq1 .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uORUY9gpq1 .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uORUY9gpq1 .mbr-label,
.cid-uORUY9gpq1 .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORUY9gpq1 .mbr-text,
.cid-uORUY9gpq1 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORUY9gpq1 .mbr-section-title,
.cid-uORUY9gpq1 .mbr-section-btn {
  text-align: center;
}
.cid-uORUY9gpq1 .mbr-text {
  color: #a40e68;
}
.cid-uOzffXtNTM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOzffXtNTM .item-img {
  position: relative;
}
.cid-uOzffXtNTM .item-img img {
  transition: all 0.2s;
}
.cid-uOzffXtNTM .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uOzffXtNTM .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uOzffXtNTM .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uOzffXtNTM .item:hover img {
  transform: scale(1.05);
}
.cid-uOzffXtNTM .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uOzffXtNTM .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uOzffXtNTM .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOzffXtNTM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uOzffXtNTM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uOzffXtNTM .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uOzffXtNTM .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uOzffXtNTM .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOzffXtNTM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uOzffXtNTM .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOzffXtNTM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uOzffXtNTM .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOzffXtNTM .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOzffXtNTM .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uOzffXtNTM img,
.cid-uOzffXtNTM .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uOzffXtNTM .item:focus,
.cid-uOzffXtNTM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uOzffXtNTM .item {
    margin-bottom: 1rem;
  }
}
.cid-uOzffXtNTM .mbr-section-title {
  color: #a40e68;
  text-align: center;
}
.cid-uOzffXtNTM .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOzffXtNTM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOzffXtNTM .mbr-section-subtitle,
.cid-uOzffXtNTM .subtitle-wrap,
.cid-uOzffXtNTM .mbr-section-btn {
  text-align: left;
  color: #a40e68;
}
.cid-uOzffXtNTM .mbr-text,
.cid-uOzffXtNTM .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uOzfguDgGn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOzfguDgGn .item-img {
  position: relative;
}
.cid-uOzfguDgGn .item-img img {
  transition: all 0.2s;
}
.cid-uOzfguDgGn .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uOzfguDgGn .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uOzfguDgGn .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uOzfguDgGn .item:hover img {
  transform: scale(1.05);
}
.cid-uOzfguDgGn .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uOzfguDgGn .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uOzfguDgGn .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOzfguDgGn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uOzfguDgGn .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uOzfguDgGn .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uOzfguDgGn .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uOzfguDgGn .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOzfguDgGn .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uOzfguDgGn .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOzfguDgGn .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uOzfguDgGn .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOzfguDgGn .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOzfguDgGn .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uOzfguDgGn img,
.cid-uOzfguDgGn .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uOzfguDgGn .item:focus,
.cid-uOzfguDgGn span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uOzfguDgGn .item {
    margin-bottom: 1rem;
  }
}
.cid-uOzfguDgGn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOzfguDgGn .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOzfguDgGn .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOzfguDgGn .mbr-section-subtitle,
.cid-uOzfguDgGn .subtitle-wrap,
.cid-uOzfguDgGn .mbr-section-btn {
  text-align: left;
  color: #a6a99c;
}
.cid-uOzfguDgGn .mbr-text,
.cid-uOzfguDgGn .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uOEQt7513I {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOEQt7513I .item-img {
  position: relative;
}
.cid-uOEQt7513I .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOEQt7513I .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uOEQt7513I .image-wrapper {
    min-height: 400px;
  }
}
.cid-uOEQt7513I .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOEQt7513I .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOEQt7513I .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uOEQt7513I .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uOEQt7513I .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uOEQt7513I .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uOEQt7513I .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uOEQt7513I .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uOEQt7513I .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOEQt7513I .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uOEQt7513I .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uOEQt7513I .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uOEQt7513I .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uOEQt7513I img,
.cid-uOEQt7513I .item-img {
  width: 100%;
}
.cid-uOEQt7513I .item-title {
  color: #a6a99c;
}
.cid-uOEPJSLETR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOEPJSLETR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEPJSLETR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOEPJSLETR .mbr-section-title {
  color: #ffa600;
}
.cid-uOEPJSLETR .mbr-text,
.cid-uOEPJSLETR .mbr-section-btn {
  color: #a6a99c;
}
.cid-uOEqkHjBBZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uOEqkHjBBZ .item-img {
  position: relative;
}
.cid-uOEqkHjBBZ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uOEqkHjBBZ .cardbg {
  background: #a40e68;
  height: 100%;
  min-height: 300px;
}
.cid-uOEqkHjBBZ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uOEqkHjBBZ .image-wrapper {
  overflow: hidden;
}
.cid-uOEqkHjBBZ .item1 {
  margin-bottom: 2rem !important;
}
.cid-uOEqkHjBBZ .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOEqkHjBBZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uOEqkHjBBZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uOEqkHjBBZ .item1,
.cid-uOEqkHjBBZ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uOEqkHjBBZ .item1 .item:hover,
.cid-uOEqkHjBBZ .item .item:hover {
  cursor: pointer;
}
.cid-uOEqkHjBBZ .item1:hover .link-icon-wrapper span,
.cid-uOEqkHjBBZ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uOEqkHjBBZ .card2 {
    margin-top: 1rem;
  }
}
.cid-uOEqkHjBBZ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uOEqkHjBBZ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uOEqkHjBBZ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOEqkHjBBZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uOEqkHjBBZ .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOEqkHjBBZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uOEqkHjBBZ .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOEqkHjBBZ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOEqkHjBBZ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uOEqkHjBBZ img,
.cid-uOEqkHjBBZ .item-img {
  width: 100%;
}
.cid-uOEqkHjBBZ .item:focus,
.cid-uOEqkHjBBZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uOEqkHjBBZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uOEqkHjBBZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOEqkHjBBZ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOEqkHjBBZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOEqkHjBBZ .mbr-section-subtitle,
.cid-uOEqkHjBBZ .subtitle-wrap,
.cid-uOEqkHjBBZ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOEqkHjBBZ .mbr-text,
.cid-uOEqkHjBBZ .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uORYzylMP4 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uORYzylMP4 {
    align-items: center;
  }
  .cid-uORYzylMP4 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uORYzylMP4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uORYzylMP4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uORYzylMP4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uORYzylMP4 .content-wrap {
    width: 100%;
  }
}
.cid-uORYzylMP4 .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uORYzylMP4 .mbr-text,
.cid-uORYzylMP4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORYzylMP4 .mbr-section-title DIV {
  text-align: left;
}
.cid-uORYAGbVih {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uORYAGbVih .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uORYAGbVih .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uORYAGbVih .embla__slide .slide-content {
  width: 100%;
}
.cid-uORYAGbVih .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uORYAGbVih .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uORYAGbVih .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uORYAGbVih .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uORYAGbVih .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uORYAGbVih .embla__button--next,
.cid-uORYAGbVih .embla__button--prev {
  display: flex;
}
.cid-uORYAGbVih .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uORYAGbVih .embla__button:hover {
  opacity: .7 !important;
}
.cid-uORYAGbVih .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uORYAGbVih .embla__button.embla__button--next {
  right: 0;
}
.cid-uORYAGbVih .embla {
  position: relative;
  width: 100%;
}
.cid-uORYAGbVih .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uORYAGbVih .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uORYAGbVih .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uORYAGbVih .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uORYAGbVih .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uORYAGbVih .item-desc {
  color: #ffffff;
}
.cid-uORYHze4PC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uORYHze4PC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORYHze4PC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORYHze4PC .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uORYHze4PC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uORYHze4PC .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uORYHze4PC .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uORYHze4PC .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uORYHze4PC .title-wrapper .title-wrap .mbr-section-title span {
  color: #a40e68;
}
.cid-uORYHze4PC .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uORYHze4PC .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uORYHze4PC .item:hover .item-wrapper .item-img,
.cid-uORYHze4PC .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uORYHze4PC .item:hover .item-wrapper .item-img,
  .cid-uORYHze4PC .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uORYHze4PC .item:hover .item-wrapper .item-img img,
.cid-uORYHze4PC .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uORYHze4PC .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uORYHze4PC .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uORYHze4PC .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uORYHze4PC .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uORYHze4PC .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uORYHze4PC .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uORYHze4PC .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uORYHze4PC .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uORYHze4PC .mbr-section-title {
  color: #404349;
}
.cid-uORYHze4PC .mbr-desc {
  color: #b19a7c;
}
.cid-uORYHze4PC .item-title {
  color: #404349;
}
.cid-uORYHze4PC .item-desc {
  color: #b19a7c;
}
.cid-uOKXu9zdEI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uOKXu9zdEI .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uOKXu9zdEI .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uOKXu9zdEI .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uOKXu9zdEI .btn-primary {
  border: 1px solid #a40e68 !important;
}
.cid-uOKXu9zdEI .btn-primary:hover {
  border: 1px solid #a40e68 !important;
}
.cid-uOKXu9zdEI .stripe {
  border-bottom: 1px solid #a40e68;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uOKXu9zdEI .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uOKXu9zdEI .input-group-btn {
  padding-left: 0;
}
.cid-uOKXu9zdEI .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uOKXu9zdEI .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uOKXu9zdEI .mbr-text {
  color: #444;
}
.cid-uOKXu9zdEI h5 {
  margin-bottom: 0;
}
.cid-uOKXu9zdEI .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uOKXu9zdEI .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOKXu9zdEI .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uOKXu9zdEI .socicon {
  font-size: 1.3rem;
  background: #edefeb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOKXu9zdEI .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOKXu9zdEI .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOKXu9zdEI .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOKXu9zdEI .social-list a:hover {
  opacity: 0.4;
}
.cid-uOKXu9zdEI .media-container-row > div {
  padding: 0px;
}
.cid-uOKXu9zdEI .text2 {
  color: #000000;
  text-align: left;
}
.cid-uOKXu9zdEI .group-title {
  text-align: left;
  color: #a40e68;
  padding-bottom: 0.2rem;
}
.cid-uOKXu9zdEI .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOKXu9zdEI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOKXu9zdEI .social-list,
  .cid-uOKXu9zdEI .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOKXu9zdEI h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uOKXu9zdEI .form-group {
    max-width: 180px;
  }
}
.cid-uOKXu9zdEI .links span {
  color: #9e9e9e;
}
.cid-uOKXu9zdEI .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uOKXu9zdEI .logo-title {
  text-align: center;
}
.cid-uOKXu9zdEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKXu9zdEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .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-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOskipZspd {
  display: flex;
  background-image: url("../../../assets/images/photo-1556155092-490a1ba16284.webp");
}
.cid-uOskipZspd .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uOskipZspd {
    align-items: flex-end;
  }
  .cid-uOskipZspd .row {
    justify-content: center;
  }
  .cid-uOskipZspd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOskipZspd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOskipZspd {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uOskipZspd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOskipZspd .content-wrap {
    width: 100%;
  }
}
.cid-uOskipZspd .mbr-section-title,
.cid-uOskipZspd .mbr-section-subtitle {
  text-align: center;
}
.cid-uOskipZspd .mbr-text,
.cid-uOskipZspd .mbr-section-btn {
  text-align: center;
}
.cid-uOskipZYfP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOskipZYfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOskipZYfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOskipZYfP .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOskipZYfP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOskipZYfP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uOskipZYfP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uOskipZYfP .mbr-text,
.cid-uOskipZYfP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uOskipZYfP .card-title,
.cid-uOskipZYfP .card-box {
  text-align: left;
  color: #000000;
}
.cid-uOskipZfVF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOskipZfVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOskipZfVF .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uOskipZfVF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOskipZfVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOskipZfVF .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uOskipZfVF .card-title,
.cid-uOskipZfVF .iconfont-wrapper,
.cid-uOskipZfVF .card-text {
  color: #000000;
  text-align: center;
}
.cid-uOskipZfVF .content-head {
  max-width: 800px;
}
.cid-uOskipZfVF .mbr-section-title {
  color: #000000;
}
.cid-uOskipZfVF .mbr-section-btn {
  text-align: center;
}
.cid-uOskiq0yKg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uOskiq0yKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOskiq0yKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOskiq0yKg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOskiq0yKg .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uOskiq0yKg .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOskiq0yKg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uOskiq0yKg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uOskiq0yKg .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uOskiq0yKg .mbr-section-title {
  color: #000000;
}
.cid-uOskiq0yKg .mbr-section-subtitle {
  color: #000000;
}
.cid-uOskiq0yKg .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uOskiq0yKg .card-box .item-footer {
  margin-top: auto;
}
.cid-uOskiq0yKg .content-head {
  max-width: 800px;
}
.cid-uOskiq0yKg .card-title,
.cid-uOskiq0yKg .iconfont-wrapper {
  text-align: center;
}
.cid-uOskiq0yKg .card-text,
.cid-uOskiq0yKg .item .mbr-section-btn {
  text-align: center;
}
.cid-uOskiq1aRJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOskiq1aRJ .mbr-text {
  color: #000000;
}
.cid-uOskiq1aRJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uOskiq1aRJ .mbr-section-title {
  color: #000000;
}
.cid-uOskiq1aRJ .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOskiq1aRJ .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uOskiq1aRJ .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uOskiq1aRJ .img-wrapper {
  display: flex;
}
.cid-uOskiq1aRJ .card-text {
  text-align: center;
}
.cid-uOskiq1aRJ .card-title,
.cid-uOskiq1aRJ .img-wrapper {
  text-align: center;
}
.cid-uOskiq1IA6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOskiq1IA6 .mbr-text {
  color: #000000;
}
.cid-uOskiq1IA6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uOskiq1IA6 .mbr-section-title {
  color: #000000;
}
.cid-uOskiq1IA6 .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOskiq1IA6 .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uOskiq1IA6 .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uOskiq1IA6 .img-wrapper {
  display: flex;
}
.cid-uOskiq1IA6 .card-text {
  text-align: center;
}
.cid-uOskiq1IA6 .card-title,
.cid-uOskiq1IA6 .img-wrapper {
  text-align: center;
}
.cid-uOskiq1N5m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOskiq1N5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOskiq1N5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uOskiq1N5m .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uOskiq1N5m .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uOskiq1N5m .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uOskiq1N5m .card-wrapper {
  background: #ffffff;
}
.cid-uOskiq1N5m .mbr-text,
.cid-uOskiq1N5m .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uOskiq1N5m .card-title,
.cid-uOskiq1N5m .card-box {
  text-align: left;
  color: #000000;
}
.cid-uOskiq1VYE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOskiq1VYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOskiq1VYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uOskiq1VYE .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uOskiq1VYE .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uOskiq1VYE .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uOskiq1VYE .card-wrapper {
  background: #ffffff;
}
.cid-uOskiq1VYE .mbr-text,
.cid-uOskiq1VYE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uOskiq1VYE .card-title,
.cid-uOskiq1VYE .card-box {
  text-align: left;
  color: #000000;
}
.cid-uOskiq2HwG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uOskiq2HwG .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uOskiq2HwG img,
.cid-uOskiq2HwG .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uOskiq2HwG .item:focus,
.cid-uOskiq2HwG span:focus {
  outline: none;
}
.cid-uOskiq2HwG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOskiq2HwG .item {
    margin-bottom: 1rem;
  }
}
.cid-uOskiq2HwG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOskiq2HwG .mbr-section-title {
  color: #232323;
}
.cid-uOskiq2HwG .mbr-text,
.cid-uOskiq2HwG .mbr-section-btn {
  color: #232323;
}
.cid-uOskiq2HwG .item-title {
  color: #232323;
}
.cid-uOskiq2HwG .content-head {
  max-width: 800px;
}
.cid-uOskiq246n {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOskiq246n .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uOskiq246n img,
.cid-uOskiq246n .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uOskiq246n .item:focus,
.cid-uOskiq246n span:focus {
  outline: none;
}
.cid-uOskiq246n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOskiq246n .item {
    margin-bottom: 1rem;
  }
}
.cid-uOskiq246n .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOskiq246n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOskiq246n .mbr-section-title {
  color: #000000;
}
.cid-uOskiq246n .mbr-text,
.cid-uOskiq246n .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uOskiq246n .item-title {
  color: #000000;
  text-align: center;
}
.cid-uOskiq246n .content-head {
  max-width: 800px;
}
.cid-uOskiq229q {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-uOskiq229q .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOskiq229q .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uOskiq229q .item-head {
  background: #a40e68;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOskiq229q .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOskiq229q .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uOskiq229q .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOskiq229q .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOskiq229q .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uOskiq229q .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOskiq229q .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOskiq229q .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-uOskiq229q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-uOskiq229q .btn {
  width: -webkit-fill-available;
}
.cid-uOskiq229q .item:focus,
.cid-uOskiq229q span:focus {
  outline: none;
}
.cid-uOskiq229q .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uOskiq229q .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOskiq229q .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uOskiq229q .mbr-section-title {
  color: #000000;
}
.cid-uOskiq229q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOskiq229q .mbr-text,
.cid-uOskiq229q .mbr-section-btn {
  text-align: left;
}
.cid-uOskiq229q .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-uOskiq229q .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-uOskiq229q .content-head {
  max-width: 800px;
}
.cid-uOskiq3FAw {
  display: flex;
  padding-top: 6em;
  padding-bottom: 5em;
  background-color: #00a5cf;
}
.cid-uOskiq3FAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOskiq3FAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uOskiq3FAw {
    align-items: center;
  }
  .cid-uOskiq3FAw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOskiq3FAw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOskiq3FAw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOskiq3FAw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOskiq3FAw .content-wrap {
    width: 100%;
    max-width: 800px;
  }
}
.cid-uOskiq3FAw .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOskiq3FAw .mbr-text,
.cid-uOskiq3FAw .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOskiq3Grz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uOskiq3Grz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uOskiq3Grz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uOskiq3Grz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uOskiq3Grz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uOskiq3Grz .content-head {
  max-width: 800px;
}
.cid-uOw7tcmgzX {
  background: transparent;
}
.cid-uOw7tcmgzX .navbar-nav {
  background: rgba(192, 192, 192, 0.2);
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uOw7tcmgzX .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOw7tcmgzX .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOw7tcmgzX .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uOw7tcmgzX .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uOw7tcmgzX .nav-link {
  position: relative;
}
.cid-uOw7tcmgzX .nav-link:hover {
  color: #a40e68 !important;
}
@media (max-width: 992px) {
  .cid-uOw7tcmgzX .navbar-collapse {
    background: #c0c0c0;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uOw7tcmgzX .navbar {
  min-height: 50px;
  background: #c0c0c0;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uOw7tcmgzX .navbar.opened {
  transition: all 0.3s;
}
.cid-uOw7tcmgzX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOw7tcmgzX .navbar .navbar-logo img {
  width: auto;
}
.cid-uOw7tcmgzX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOw7tcmgzX .navbar.collapsed {
  justify-content: center;
}
.cid-uOw7tcmgzX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOw7tcmgzX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOw7tcmgzX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOw7tcmgzX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOw7tcmgzX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOw7tcmgzX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOw7tcmgzX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOw7tcmgzX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOw7tcmgzX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOw7tcmgzX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOw7tcmgzX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOw7tcmgzX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOw7tcmgzX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOw7tcmgzX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOw7tcmgzX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOw7tcmgzX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOw7tcmgzX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOw7tcmgzX .dropdown-item:hover,
.cid-uOw7tcmgzX .dropdown-item:focus {
  background: #a40e68 !important;
  color: white !important;
}
.cid-uOw7tcmgzX .dropdown-item:hover span {
  color: white;
}
.cid-uOw7tcmgzX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOw7tcmgzX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOw7tcmgzX .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uOw7tcmgzX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOw7tcmgzX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOw7tcmgzX .dropdown-menu,
.cid-uOw7tcmgzX .navbar.opened {
  background: #c0c0c0;
}
.cid-uOw7tcmgzX .nav-item:focus,
.cid-uOw7tcmgzX .nav-link:focus {
  outline: none;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOw7tcmgzX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOw7tcmgzX .dropdown-item.active,
.cid-uOw7tcmgzX .dropdown-item:active {
  background-color: transparent;
}
.cid-uOw7tcmgzX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOw7tcmgzX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOw7tcmgzX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOw7tcmgzX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0c0c0;
}
.cid-uOw7tcmgzX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOw7tcmgzX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOw7tcmgzX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOw7tcmgzX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOw7tcmgzX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOw7tcmgzX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar {
    height: 70px;
  }
  .cid-uOw7tcmgzX .navbar.opened {
    height: auto;
  }
  .cid-uOw7tcmgzX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOw7tcmgzX .collapsed {
  background: transparent!important;
}
.cid-uOw7tcmgzX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOw7tcmgzX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOzKtwVG53 {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #edefeb;
}
.cid-uOzKtwVG53 .item-img {
  position: relative;
}
.cid-uOzKtwVG53 .button1 {
  background: #a40e68;
}
.cid-uOzKtwVG53 .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOzKtwVG53 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uOzKtwVG53 .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uOzKtwVG53 .button2 {
    margin-top: 1rem;
  }
}
.cid-uOzKtwVG53 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uOzKtwVG53 .title {
    top: 25%;
  }
}
.cid-uOzKtwVG53 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOzKtwVG53 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uOzKtwVG53 .image-wrapper {
    min-height: 400px;
  }
}
.cid-uOzKtwVG53 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOzKtwVG53 .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOzKtwVG53 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uOzKtwVG53 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #edefeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uOzKtwVG53 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uOzKtwVG53 .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uOzKtwVG53 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uOzKtwVG53 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uOzKtwVG53 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOzKtwVG53 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uOzKtwVG53 .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOzKtwVG53 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uOzKtwVG53 .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOzKtwVG53 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOzKtwVG53 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOzKtwVG53 img,
.cid-uOzKtwVG53 .item-img {
  width: 100%;
}
.cid-uOzKtwVG53 .item-title2,
.cid-uOzKtwVG53 .icon2 {
  color: #2a2c2d;
}
.cid-uOzKtwVG53 .item-title1,
.cid-uOzKtwVG53 .icon1 {
  color: #ffffff;
}
.cid-uOzKtwVG53 .main-title {
  color: #a40e68;
  text-align: left;
}
.cid-uOzKtwVG53 .main-title DIV {
  text-align: left;
}
.cid-uOEYBjr6aw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uOEYBjr6aw .col-title {
    margin-bottom: 20px;
  }
}
.cid-uOEYBjr6aw .mbr-section-title {
  color: #a6a99c;
}
.cid-uOEYBjr6aw .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uOEYBjr6aw .mbr-text {
  color: #000000;
}
.cid-uOF1xDtNjt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOF1xDtNjt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a40e68 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-uOF1xDtNjt .panel-group {
  border: none;
}
.cid-uOF1xDtNjt .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOF1xDtNjt .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOF1xDtNjt .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOF1xDtNjt .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uOF1xDtNjt .img-col {
  padding: 0;
}
.cid-uOF1xDtNjt .img-item {
  height: 100%;
}
.cid-uOF1xDtNjt img {
  height: 100%;
  object-fit: cover;
}
.cid-uOF1xDtNjt .collapsed span {
  transform: rotate(0deg);
}
.cid-uOF1xDtNjt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOF1xDtNjt p {
  margin-bottom: 0.3rem;
}
.cid-uOF1xDtNjt .panel-title-edit {
  color: #e9c0e9;
}
.cid-uOF1xDtNjt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOF1xDtNjt .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uOF1xDtNjt .card {
    padding: 1.5rem;
  }
}
.cid-uOF1xDtNjt .panel-text {
  color: #320707;
}
.cid-uOF1xDtNjt .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOF1xDtNjt .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uOF1xDtNjt .panel-title-edit,
.cid-uOF1xDtNjt .mbr-iconfont {
  color: #a6a99c;
}
.cid-uOFfPlfUIY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOFfPlfUIY .mbr-section-title {
  color: #000000;
}
.cid-uOFfPlfUIY .mbr-section-subtitle {
  color: #000000;
}
.cid-uOFfPlfUIY .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uOFfPlfUIY .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uOFfPlfUIY .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uOFfPlfUIY .mbr-section-title,
.cid-uOFfPlfUIY .line {
  color: #a6a99c;
}
.cid-uORV7V3zdG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORV7V3zdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORV7V3zdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORV7V3zdG .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORV7V3zdG .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORV7V3zdG .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uORV7V3zdG .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORV7V3zdG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uORV7V3zdG .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORV7V3zdG .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uORV7V3zdG .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORV7V3zdG .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORV7V3zdG .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uORV7V3zdG .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORV7V3zdG .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uORV7V3zdG .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORV7V3zdG .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uORV7V3zdG .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uORV7V3zdG .mbr-label,
.cid-uORV7V3zdG .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORV7V3zdG .mbr-text,
.cid-uORV7V3zdG .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORV7V3zdG .mbr-section-title,
.cid-uORV7V3zdG .mbr-section-btn {
  text-align: center;
}
.cid-uORV7V3zdG .mbr-text {
  color: #a40e68;
}
.cid-uOL31WVueS {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uOL31WVueS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOL31WVueS .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-uOL31WVueS .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOL31WVueS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOL31WVueS .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uOL31WVueS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uOL31WVueS .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uOL31WVueS .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOL31WVueS .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uOL31WVueS .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uOL31WVueS .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uOL31WVueS .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uOL31WVueS .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOL31WVueS .mbr-section-title {
  color: #000000;
}
.cid-uOL31WVueS .card-title {
  color: #000000;
}
.cid-uOL31WVueS .mbr-section-title,
.cid-uOL31WVueS .mbr-section-btn {
  color: #a6a99c;
}
.cid-uOKNP0xC0S {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uOKNP0xC0S {
    align-items: center;
  }
  .cid-uOKNP0xC0S .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOKNP0xC0S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOKNP0xC0S {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOKNP0xC0S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOKNP0xC0S .content-wrap {
    width: 100%;
  }
}
.cid-uOKNP0xC0S .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOKNP0xC0S .mbr-text,
.cid-uOKNP0xC0S .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOKNP0xC0S .mbr-section-title DIV {
  text-align: left;
}
.cid-uOKL9KSTZY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uOKL9KSTZY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uOKL9KSTZY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOKL9KSTZY .embla__slide .slide-content {
  width: 100%;
}
.cid-uOKL9KSTZY .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uOKL9KSTZY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOKL9KSTZY .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOKL9KSTZY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOKL9KSTZY .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uOKL9KSTZY .embla__button--next,
.cid-uOKL9KSTZY .embla__button--prev {
  display: flex;
}
.cid-uOKL9KSTZY .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOKL9KSTZY .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOKL9KSTZY .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uOKL9KSTZY .embla__button.embla__button--next {
  right: 0;
}
.cid-uOKL9KSTZY .embla {
  position: relative;
  width: 100%;
}
.cid-uOKL9KSTZY .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOKL9KSTZY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOKL9KSTZY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOKL9KSTZY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOKL9KSTZY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOKL9KSTZY .item-desc {
  color: #ffffff;
}
.cid-uONpoUIyrz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uONpoUIyrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONpoUIyrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONpoUIyrz .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uONpoUIyrz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uONpoUIyrz .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uONpoUIyrz .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uONpoUIyrz .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uONpoUIyrz .title-wrapper .title-wrap .mbr-section-title span {
  color: #a40e68;
}
.cid-uONpoUIyrz .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uONpoUIyrz .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uONpoUIyrz .item:hover .item-wrapper .item-img,
.cid-uONpoUIyrz .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uONpoUIyrz .item:hover .item-wrapper .item-img,
  .cid-uONpoUIyrz .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONpoUIyrz .item:hover .item-wrapper .item-img img,
.cid-uONpoUIyrz .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uONpoUIyrz .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uONpoUIyrz .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONpoUIyrz .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONpoUIyrz .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONpoUIyrz .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uONpoUIyrz .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uONpoUIyrz .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uONpoUIyrz .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uONpoUIyrz .mbr-section-title {
  color: #404349;
}
.cid-uONpoUIyrz .mbr-desc {
  color: #b19a7c;
}
.cid-uONpoUIyrz .item-title {
  color: #404349;
}
.cid-uONpoUIyrz .item-desc {
  color: #b19a7c;
}
.cid-uONqNateSI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uONqNateSI .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uONqNateSI .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uONqNateSI .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uONqNateSI .btn-primary {
  border: 1px solid #a40e68 !important;
}
.cid-uONqNateSI .btn-primary:hover {
  border: 1px solid #a40e68 !important;
}
.cid-uONqNateSI .stripe {
  border-bottom: 1px solid #a40e68;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uONqNateSI .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uONqNateSI .input-group-btn {
  padding-left: 0;
}
.cid-uONqNateSI .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uONqNateSI .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uONqNateSI .mbr-text {
  color: #444;
}
.cid-uONqNateSI h5 {
  margin-bottom: 0;
}
.cid-uONqNateSI .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uONqNateSI .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uONqNateSI .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uONqNateSI .socicon {
  font-size: 1.3rem;
  background: #edefeb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uONqNateSI .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uONqNateSI .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uONqNateSI .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uONqNateSI .social-list a:hover {
  opacity: 0.4;
}
.cid-uONqNateSI .media-container-row > div {
  padding: 0px;
}
.cid-uONqNateSI .text2 {
  color: #000000;
  text-align: left;
}
.cid-uONqNateSI .group-title {
  text-align: left;
  color: #a40e68;
  padding-bottom: 0.2rem;
}
.cid-uONqNateSI .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uONqNateSI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uONqNateSI .social-list,
  .cid-uONqNateSI .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uONqNateSI h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uONqNateSI .form-group {
    max-width: 180px;
  }
}
.cid-uONqNateSI .links span {
  color: #9e9e9e;
}
.cid-uONqNateSI .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uONqNateSI .logo-title {
  text-align: center;
}
.cid-uONqNateSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONqNateSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMv9LXkEr {
  background: transparent;
}
.cid-uOMv9LXkEr .navbar-nav {
  background: rgba(192, 192, 192, 0.2);
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uOMv9LXkEr .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOMv9LXkEr .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOMv9LXkEr .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uOMv9LXkEr .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uOMv9LXkEr .nav-link {
  position: relative;
}
.cid-uOMv9LXkEr .nav-link:hover {
  color: #a40e68 !important;
}
@media (max-width: 992px) {
  .cid-uOMv9LXkEr .navbar-collapse {
    background: #c0c0c0;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uOMv9LXkEr .navbar {
  min-height: 50px;
  background: #c0c0c0;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uOMv9LXkEr .navbar.opened {
  transition: all 0.3s;
}
.cid-uOMv9LXkEr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOMv9LXkEr .navbar .navbar-logo img {
  width: auto;
}
.cid-uOMv9LXkEr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOMv9LXkEr .navbar.collapsed {
  justify-content: center;
}
.cid-uOMv9LXkEr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOMv9LXkEr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOMv9LXkEr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOMv9LXkEr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOMv9LXkEr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOMv9LXkEr .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-uOMv9LXkEr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOMv9LXkEr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOMv9LXkEr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOMv9LXkEr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOMv9LXkEr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOMv9LXkEr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOMv9LXkEr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOMv9LXkEr .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-uOMv9LXkEr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOMv9LXkEr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOMv9LXkEr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOMv9LXkEr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOMv9LXkEr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOMv9LXkEr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOMv9LXkEr .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-uOMv9LXkEr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOMv9LXkEr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOMv9LXkEr .dropdown-item:hover,
.cid-uOMv9LXkEr .dropdown-item:focus {
  background: #a40e68 !important;
  color: white !important;
}
.cid-uOMv9LXkEr .dropdown-item:hover span {
  color: white;
}
.cid-uOMv9LXkEr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOMv9LXkEr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOMv9LXkEr .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uOMv9LXkEr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOMv9LXkEr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOMv9LXkEr .dropdown-menu,
.cid-uOMv9LXkEr .navbar.opened {
  background: #c0c0c0;
}
.cid-uOMv9LXkEr .nav-item:focus,
.cid-uOMv9LXkEr .nav-link:focus {
  outline: none;
}
.cid-uOMv9LXkEr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOMv9LXkEr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOMv9LXkEr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOMv9LXkEr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOMv9LXkEr .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-uOMv9LXkEr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOMv9LXkEr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOMv9LXkEr .dropdown-item.active,
.cid-uOMv9LXkEr .dropdown-item:active {
  background-color: transparent;
}
.cid-uOMv9LXkEr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOMv9LXkEr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOMv9LXkEr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOMv9LXkEr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0c0c0;
}
.cid-uOMv9LXkEr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOMv9LXkEr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOMv9LXkEr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOMv9LXkEr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOMv9LXkEr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOMv9LXkEr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOMv9LXkEr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOMv9LXkEr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOMv9LXkEr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOMv9LXkEr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOMv9LXkEr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOMv9LXkEr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOMv9LXkEr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOMv9LXkEr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOMv9LXkEr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOMv9LXkEr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOMv9LXkEr .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-uOMv9LXkEr .navbar {
    height: 70px;
  }
  .cid-uOMv9LXkEr .navbar.opened {
    height: auto;
  }
  .cid-uOMv9LXkEr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOMv9LXkEr .collapsed {
  background: transparent!important;
}
.cid-uOMv9LXkEr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOMv9LXkEr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOMv9N8dwy {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #edefeb;
}
.cid-uOMv9N8dwy .item-img {
  position: relative;
}
.cid-uOMv9N8dwy .button1 {
  background: #a40e68;
}
.cid-uOMv9N8dwy .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOMv9N8dwy .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uOMv9N8dwy .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uOMv9N8dwy .button2 {
    margin-top: 1rem;
  }
}
.cid-uOMv9N8dwy .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uOMv9N8dwy .title {
    top: 25%;
  }
}
.cid-uOMv9N8dwy .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOMv9N8dwy .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uOMv9N8dwy .image-wrapper {
    min-height: 400px;
  }
}
.cid-uOMv9N8dwy .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOMv9N8dwy .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOMv9N8dwy .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uOMv9N8dwy .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #edefeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uOMv9N8dwy .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uOMv9N8dwy .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uOMv9N8dwy .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uOMv9N8dwy .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uOMv9N8dwy .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOMv9N8dwy .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uOMv9N8dwy .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOMv9N8dwy .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uOMv9N8dwy .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOMv9N8dwy .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOMv9N8dwy .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOMv9N8dwy img,
.cid-uOMv9N8dwy .item-img {
  width: 100%;
}
.cid-uOMv9N8dwy .item-title2,
.cid-uOMv9N8dwy .icon2 {
  color: #2a2c2d;
}
.cid-uOMv9N8dwy .item-title1,
.cid-uOMv9N8dwy .icon1 {
  color: #ffffff;
}
.cid-uOMv9N8dwy .main-title {
  color: #a40e68;
  text-align: left;
}
.cid-uOMv9N8dwy .main-title DIV {
  text-align: left;
}
.cid-uOMAE8tKtf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOMAE8tKtf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMAE8tKtf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMAE8tKtf .row {
  justify-content: center;
}
.cid-uOMAE8tKtf .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uOMAE8tKtf .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-uOMAE8tKtf .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uOMAE8tKtf .card-wrapper {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 40px;
  min-width: 216px;
}
@media (max-width: 992px) {
  .cid-uOMAE8tKtf .card-wrapper {
    margin: 0 0 24px 0 !important;
    transform: none !important;
  }
}
.cid-uOMAE8tKtf .mbr-text_1,
.cid-uOMAE8tKtf .mbr-text_2,
.cid-uOMAE8tKtf .mbr-text_3 {
  margin-bottom: 0;
}
.cid-uOMAE8tKtf .cards_1 .card-wrapper:first-child {
  transform: rotate(350deg);
  background-color: #a40e68;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-uOMAE8tKtf .cards_1 .card-wrapper:nth-child(2) {
  transform: rotate(340deg);
  background-color: #a6a99c;
  margin: -35px -3rem 20px 12rem;
  position: relative;
  z-index: 1;
}
.cid-uOMAE8tKtf .cards_1 .card-wrapper:last-child {
  transform: rotate(5deg);
  background-color: #c0c0c0;
}
.cid-uOMAE8tKtf .cards_2 .card-wrapper:first-child {
  transform: rotate(5deg);
  background-color: #c0c0c0;
}
.cid-uOMAE8tKtf .cards_2 .card-wrapper:nth-child(2) {
  transform: rotate(353deg);
  background-color: #a40e68;
  margin: 24px 10rem 0px -3rem;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-uOMAE8tKtf .cards_2 .card-wrapper:last-child {
  transform: rotate(0);
  background-color: #a6a99c;
  margin: 0 -3rem 0 6rem;
  position: relative;
  z-index: 1;
}
.cid-uOMAE8tKtf .cards_3 .card-wrapper:first-child {
  transform: rotate(15deg);
  background-color: #a6a99c;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-uOMAE8tKtf .cards_3 .card-wrapper:nth-child(2) {
  transform: rotate(353deg);
  background-color: #a40e68;
  margin: 0 10rem 0 -3rem;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-uOMAE8tKtf .cards_3 .card-wrapper:last-child {
  transform: rotate(5deg);
  background-color: #c0c0c0;
}
.cid-uOMAE8tKtf .mbr-section-title {
  color: #a40e68;
  text-align: center;
}
.cid-uOMAE8tKtf .mbr-text_1 {
  color: #e8e8e8;
  text-align: center;
}
.cid-uOMAE8tKtf .mbr-text_2 {
  color: #101511;
  text-align: center;
}
.cid-uOMAE8tKtf .mbr-text_3 {
  color: #101511;
  text-align: center;
}
.cid-uOMNRLAEms {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOMNRLAEms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMNRLAEms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMNRLAEms .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uOMNRLAEms .label-text {
  color: #747474;
}
.cid-uOMNRLAEms .mbr-title {
  margin-top: 30px;
  color: #a6a99c;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOMNRLAEms .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uOMNRLAEms .mbr-subtitle {
  margin-top: 40px;
  color: #000000;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOMNRLAEms .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uOMNRLAEms .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uOMNRLAEms .mbr-subtitle DIV {
  text-align: left;
}
.cid-uOMv9ONhZm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOMv9ONhZm .mbr-section-title {
  color: #000000;
}
.cid-uOMv9ONhZm .mbr-section-subtitle {
  color: #000000;
}
.cid-uOMv9ONhZm .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uOMv9ONhZm .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uOMv9ONhZm .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uOMv9ONhZm .mbr-section-title,
.cid-uOMv9ONhZm .line {
  color: #a6a99c;
  text-align: right;
}
.cid-uORVhSy6FC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORVhSy6FC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORVhSy6FC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORVhSy6FC .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVhSy6FC .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORVhSy6FC .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uORVhSy6FC .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVhSy6FC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uORVhSy6FC .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORVhSy6FC .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uORVhSy6FC .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORVhSy6FC .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVhSy6FC .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uORVhSy6FC .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVhSy6FC .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uORVhSy6FC .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORVhSy6FC .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uORVhSy6FC .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uORVhSy6FC .mbr-label,
.cid-uORVhSy6FC .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVhSy6FC .mbr-text,
.cid-uORVhSy6FC .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVhSy6FC .mbr-section-title,
.cid-uORVhSy6FC .mbr-section-btn {
  text-align: center;
}
.cid-uORVhSy6FC .mbr-text {
  color: #a40e68;
}
.cid-uOMO1c5tjX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOMO1c5tjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMO1c5tjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMO1c5tjX .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-uOMO1c5tjX .label-text {
  color: #747474;
}
.cid-uOMO1c5tjX .mbr-title {
  margin-top: 30px;
  color: #a40e68;
}
@media (min-width: 992px) {
  .cid-uOMO1c5tjX .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-uOMO1c5tjX .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-uOMO1c5tjX .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-uOMO1c5tjX .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-uOMv9PbmiX {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uOMv9PbmiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMv9PbmiX .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-uOMv9PbmiX .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOMv9PbmiX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOMv9PbmiX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uOMv9PbmiX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uOMv9PbmiX .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uOMv9PbmiX .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOMv9PbmiX .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uOMv9PbmiX .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uOMv9PbmiX .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uOMv9PbmiX .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uOMv9PbmiX .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOMv9PbmiX .mbr-section-title {
  color: #000000;
}
.cid-uOMv9PbmiX .card-title {
  color: #000000;
}
.cid-uOMv9PbmiX .mbr-section-title,
.cid-uOMv9PbmiX .mbr-section-btn {
  color: #a6a99c;
}
.cid-uOMv9PE6aR {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uOMv9PE6aR {
    align-items: center;
  }
  .cid-uOMv9PE6aR .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOMv9PE6aR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOMv9PE6aR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOMv9PE6aR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOMv9PE6aR .content-wrap {
    width: 100%;
  }
}
.cid-uOMv9PE6aR .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOMv9PE6aR .mbr-text,
.cid-uOMv9PE6aR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOMv9PE6aR .mbr-section-title DIV {
  text-align: left;
}
.cid-uOMv9Q2m9v {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uOMv9Q2m9v .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uOMv9Q2m9v .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOMv9Q2m9v .embla__slide .slide-content {
  width: 100%;
}
.cid-uOMv9Q2m9v .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uOMv9Q2m9v .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOMv9Q2m9v .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOMv9Q2m9v .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOMv9Q2m9v .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uOMv9Q2m9v .embla__button--next,
.cid-uOMv9Q2m9v .embla__button--prev {
  display: flex;
}
.cid-uOMv9Q2m9v .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOMv9Q2m9v .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOMv9Q2m9v .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uOMv9Q2m9v .embla__button.embla__button--next {
  right: 0;
}
.cid-uOMv9Q2m9v .embla {
  position: relative;
  width: 100%;
}
.cid-uOMv9Q2m9v .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOMv9Q2m9v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOMv9Q2m9v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOMv9Q2m9v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOMv9Q2m9v .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOMv9Q2m9v .item-desc {
  color: #ffffff;
}
.cid-uONpBAOsHD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uONpBAOsHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONpBAOsHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONpBAOsHD .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uONpBAOsHD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uONpBAOsHD .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uONpBAOsHD .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uONpBAOsHD .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uONpBAOsHD .title-wrapper .title-wrap .mbr-section-title span {
  color: #a40e68;
}
.cid-uONpBAOsHD .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uONpBAOsHD .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uONpBAOsHD .item:hover .item-wrapper .item-img,
.cid-uONpBAOsHD .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uONpBAOsHD .item:hover .item-wrapper .item-img,
  .cid-uONpBAOsHD .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONpBAOsHD .item:hover .item-wrapper .item-img img,
.cid-uONpBAOsHD .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uONpBAOsHD .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uONpBAOsHD .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONpBAOsHD .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONpBAOsHD .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONpBAOsHD .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uONpBAOsHD .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uONpBAOsHD .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uONpBAOsHD .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uONpBAOsHD .mbr-section-title {
  color: #404349;
}
.cid-uONpBAOsHD .mbr-desc {
  color: #b19a7c;
}
.cid-uONpBAOsHD .item-title {
  color: #404349;
}
.cid-uONpBAOsHD .item-desc {
  color: #b19a7c;
}
.cid-uONqQzR8T4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uONqQzR8T4 .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uONqQzR8T4 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uONqQzR8T4 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uONqQzR8T4 .btn-primary {
  border: 1px solid #a40e68 !important;
}
.cid-uONqQzR8T4 .btn-primary:hover {
  border: 1px solid #a40e68 !important;
}
.cid-uONqQzR8T4 .stripe {
  border-bottom: 1px solid #a40e68;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uONqQzR8T4 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uONqQzR8T4 .input-group-btn {
  padding-left: 0;
}
.cid-uONqQzR8T4 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uONqQzR8T4 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uONqQzR8T4 .mbr-text {
  color: #444;
}
.cid-uONqQzR8T4 h5 {
  margin-bottom: 0;
}
.cid-uONqQzR8T4 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uONqQzR8T4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uONqQzR8T4 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uONqQzR8T4 .socicon {
  font-size: 1.3rem;
  background: #edefeb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uONqQzR8T4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uONqQzR8T4 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uONqQzR8T4 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uONqQzR8T4 .social-list a:hover {
  opacity: 0.4;
}
.cid-uONqQzR8T4 .media-container-row > div {
  padding: 0px;
}
.cid-uONqQzR8T4 .text2 {
  color: #000000;
  text-align: left;
}
.cid-uONqQzR8T4 .group-title {
  text-align: left;
  color: #a40e68;
  padding-bottom: 0.2rem;
}
.cid-uONqQzR8T4 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uONqQzR8T4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uONqQzR8T4 .social-list,
  .cid-uONqQzR8T4 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uONqQzR8T4 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uONqQzR8T4 .form-group {
    max-width: 180px;
  }
}
.cid-uONqQzR8T4 .links span {
  color: #9e9e9e;
}
.cid-uONqQzR8T4 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uONqQzR8T4 .logo-title {
  text-align: center;
}
.cid-uONqQzR8T4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONqQzR8T4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMjRMRumt {
  background: transparent;
}
.cid-uOMjRMRumt .navbar-nav {
  background: rgba(192, 192, 192, 0.2);
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uOMjRMRumt .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOMjRMRumt .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOMjRMRumt .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uOMjRMRumt .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uOMjRMRumt .nav-link {
  position: relative;
}
.cid-uOMjRMRumt .nav-link:hover {
  color: #a40e68 !important;
}
@media (max-width: 992px) {
  .cid-uOMjRMRumt .navbar-collapse {
    background: #c0c0c0;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uOMjRMRumt .navbar {
  min-height: 50px;
  background: #c0c0c0;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uOMjRMRumt .navbar.opened {
  transition: all 0.3s;
}
.cid-uOMjRMRumt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOMjRMRumt .navbar .navbar-logo img {
  width: auto;
}
.cid-uOMjRMRumt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOMjRMRumt .navbar.collapsed {
  justify-content: center;
}
.cid-uOMjRMRumt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOMjRMRumt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOMjRMRumt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOMjRMRumt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOMjRMRumt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOMjRMRumt .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-uOMjRMRumt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOMjRMRumt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOMjRMRumt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOMjRMRumt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOMjRMRumt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOMjRMRumt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOMjRMRumt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOMjRMRumt .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-uOMjRMRumt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOMjRMRumt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOMjRMRumt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOMjRMRumt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOMjRMRumt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOMjRMRumt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOMjRMRumt .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-uOMjRMRumt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOMjRMRumt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOMjRMRumt .dropdown-item:hover,
.cid-uOMjRMRumt .dropdown-item:focus {
  background: #a40e68 !important;
  color: white !important;
}
.cid-uOMjRMRumt .dropdown-item:hover span {
  color: white;
}
.cid-uOMjRMRumt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOMjRMRumt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOMjRMRumt .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uOMjRMRumt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOMjRMRumt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOMjRMRumt .dropdown-menu,
.cid-uOMjRMRumt .navbar.opened {
  background: #c0c0c0;
}
.cid-uOMjRMRumt .nav-item:focus,
.cid-uOMjRMRumt .nav-link:focus {
  outline: none;
}
.cid-uOMjRMRumt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOMjRMRumt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOMjRMRumt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOMjRMRumt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOMjRMRumt .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-uOMjRMRumt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOMjRMRumt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOMjRMRumt .dropdown-item.active,
.cid-uOMjRMRumt .dropdown-item:active {
  background-color: transparent;
}
.cid-uOMjRMRumt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOMjRMRumt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOMjRMRumt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOMjRMRumt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0c0c0;
}
.cid-uOMjRMRumt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOMjRMRumt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOMjRMRumt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOMjRMRumt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOMjRMRumt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOMjRMRumt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOMjRMRumt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOMjRMRumt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOMjRMRumt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOMjRMRumt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOMjRMRumt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOMjRMRumt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOMjRMRumt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOMjRMRumt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOMjRMRumt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOMjRMRumt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOMjRMRumt .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-uOMjRMRumt .navbar {
    height: 70px;
  }
  .cid-uOMjRMRumt .navbar.opened {
    height: auto;
  }
  .cid-uOMjRMRumt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOMjRMRumt .collapsed {
  background: transparent!important;
}
.cid-uOMjRMRumt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOMjRMRumt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOMjRObhmC {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #edefeb;
}
.cid-uOMjRObhmC .item-img {
  position: relative;
}
.cid-uOMjRObhmC .button1 {
  background: #a40e68;
}
.cid-uOMjRObhmC .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOMjRObhmC .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uOMjRObhmC .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uOMjRObhmC .button2 {
    margin-top: 1rem;
  }
}
.cid-uOMjRObhmC .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uOMjRObhmC .title {
    top: 25%;
  }
}
.cid-uOMjRObhmC .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOMjRObhmC .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uOMjRObhmC .image-wrapper {
    min-height: 400px;
  }
}
.cid-uOMjRObhmC .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOMjRObhmC .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOMjRObhmC .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uOMjRObhmC .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #edefeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uOMjRObhmC .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uOMjRObhmC .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uOMjRObhmC .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uOMjRObhmC .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uOMjRObhmC .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOMjRObhmC .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uOMjRObhmC .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOMjRObhmC .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uOMjRObhmC .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOMjRObhmC .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOMjRObhmC .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOMjRObhmC img,
.cid-uOMjRObhmC .item-img {
  width: 100%;
}
.cid-uOMjRObhmC .item-title2,
.cid-uOMjRObhmC .icon2 {
  color: #2a2c2d;
}
.cid-uOMjRObhmC .item-title1,
.cid-uOMjRObhmC .icon1 {
  color: #ffffff;
}
.cid-uOMjRObhmC .main-title {
  color: #a40e68;
  text-align: left;
}
.cid-uOMjRObhmC .main-title DIV {
  text-align: left;
}
.cid-uOMjROMn3m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uOMjROMn3m .col-title {
    margin-bottom: 20px;
  }
}
.cid-uOMjROMn3m .mbr-section-title {
  color: #a6a99c;
}
.cid-uOMjROMn3m .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uOMjROMn3m .mbr-text {
  color: #000000;
}
.cid-uOMjRPuSsj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOMjRPuSsj .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a40e68 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-uOMjRPuSsj .panel-group {
  border: none;
}
.cid-uOMjRPuSsj .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOMjRPuSsj .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOMjRPuSsj .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOMjRPuSsj .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uOMjRPuSsj .img-col {
  padding: 0;
}
.cid-uOMjRPuSsj .img-item {
  height: 100%;
}
.cid-uOMjRPuSsj img {
  height: 100%;
  object-fit: cover;
}
.cid-uOMjRPuSsj .collapsed span {
  transform: rotate(0deg);
}
.cid-uOMjRPuSsj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOMjRPuSsj p {
  margin-bottom: 0.3rem;
}
.cid-uOMjRPuSsj .panel-title-edit {
  color: #e9c0e9;
}
.cid-uOMjRPuSsj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOMjRPuSsj .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMjRPuSsj .card {
    padding: 1.5rem;
  }
}
.cid-uOMjRPuSsj .panel-text {
  color: #320707;
}
.cid-uOMjRPuSsj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOMjRPuSsj .mbr-section-subtitle {
  color: #a40e68;
  text-align: left;
}
.cid-uOMjRPuSsj .panel-title-edit,
.cid-uOMjRPuSsj .mbr-iconfont {
  color: #a6a99c;
}
.cid-uOMjRQ81Kq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOMjRQ81Kq .mbr-section-title {
  color: #000000;
}
.cid-uOMjRQ81Kq .mbr-section-subtitle {
  color: #000000;
}
.cid-uOMjRQ81Kq .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uOMjRQ81Kq .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uOMjRQ81Kq .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uOMjRQ81Kq .mbr-section-title,
.cid-uOMjRQ81Kq .line {
  color: #a6a99c;
}
.cid-uORVtThKOs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORVtThKOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORVtThKOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORVtThKOs .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVtThKOs .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORVtThKOs .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uORVtThKOs .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVtThKOs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uORVtThKOs .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORVtThKOs .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uORVtThKOs .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORVtThKOs .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVtThKOs .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uORVtThKOs .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVtThKOs .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uORVtThKOs .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORVtThKOs .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uORVtThKOs .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uORVtThKOs .mbr-label,
.cid-uORVtThKOs .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVtThKOs .mbr-text,
.cid-uORVtThKOs .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVtThKOs .mbr-section-title,
.cid-uORVtThKOs .mbr-section-btn {
  text-align: center;
}
.cid-uORVtThKOs .mbr-text {
  color: #a40e68;
}
.cid-uOMjRQCsM5 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uOMjRQCsM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMjRQCsM5 .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-uOMjRQCsM5 .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOMjRQCsM5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOMjRQCsM5 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uOMjRQCsM5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uOMjRQCsM5 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uOMjRQCsM5 .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOMjRQCsM5 .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uOMjRQCsM5 .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uOMjRQCsM5 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uOMjRQCsM5 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uOMjRQCsM5 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOMjRQCsM5 .mbr-section-title {
  color: #000000;
}
.cid-uOMjRQCsM5 .card-title {
  color: #000000;
}
.cid-uOMjRQCsM5 .mbr-section-title,
.cid-uOMjRQCsM5 .mbr-section-btn {
  color: #a6a99c;
}
.cid-uOMjRRb7yE {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uOMjRRb7yE {
    align-items: center;
  }
  .cid-uOMjRRb7yE .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOMjRRb7yE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOMjRRb7yE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOMjRRb7yE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOMjRRb7yE .content-wrap {
    width: 100%;
  }
}
.cid-uOMjRRb7yE .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOMjRRb7yE .mbr-text,
.cid-uOMjRRb7yE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOMjRRb7yE .mbr-section-title DIV {
  text-align: left;
}
.cid-uOMjRRDb3c {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uOMjRRDb3c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uOMjRRDb3c .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOMjRRDb3c .embla__slide .slide-content {
  width: 100%;
}
.cid-uOMjRRDb3c .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uOMjRRDb3c .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOMjRRDb3c .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOMjRRDb3c .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOMjRRDb3c .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uOMjRRDb3c .embla__button--next,
.cid-uOMjRRDb3c .embla__button--prev {
  display: flex;
}
.cid-uOMjRRDb3c .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOMjRRDb3c .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOMjRRDb3c .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uOMjRRDb3c .embla__button.embla__button--next {
  right: 0;
}
.cid-uOMjRRDb3c .embla {
  position: relative;
  width: 100%;
}
.cid-uOMjRRDb3c .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOMjRRDb3c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOMjRRDb3c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOMjRRDb3c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOMjRRDb3c .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOMjRRDb3c .item-desc {
  color: #ffffff;
}
.cid-uONpILufij {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uONpILufij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONpILufij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONpILufij .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uONpILufij .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uONpILufij .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uONpILufij .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uONpILufij .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uONpILufij .title-wrapper .title-wrap .mbr-section-title span {
  color: #a40e68;
}
.cid-uONpILufij .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uONpILufij .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uONpILufij .item:hover .item-wrapper .item-img,
.cid-uONpILufij .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uONpILufij .item:hover .item-wrapper .item-img,
  .cid-uONpILufij .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONpILufij .item:hover .item-wrapper .item-img img,
.cid-uONpILufij .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uONpILufij .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uONpILufij .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONpILufij .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONpILufij .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONpILufij .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uONpILufij .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uONpILufij .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uONpILufij .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uONpILufij .mbr-section-title {
  color: #404349;
}
.cid-uONpILufij .mbr-desc {
  color: #b19a7c;
}
.cid-uONpILufij .item-title {
  color: #404349;
}
.cid-uONpILufij .item-desc {
  color: #b19a7c;
}
.cid-uONqUnC4a7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uONqUnC4a7 .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uONqUnC4a7 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uONqUnC4a7 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uONqUnC4a7 .btn-primary {
  border: 1px solid #a40e68 !important;
}
.cid-uONqUnC4a7 .btn-primary:hover {
  border: 1px solid #a40e68 !important;
}
.cid-uONqUnC4a7 .stripe {
  border-bottom: 1px solid #a40e68;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uONqUnC4a7 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uONqUnC4a7 .input-group-btn {
  padding-left: 0;
}
.cid-uONqUnC4a7 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uONqUnC4a7 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uONqUnC4a7 .mbr-text {
  color: #444;
}
.cid-uONqUnC4a7 h5 {
  margin-bottom: 0;
}
.cid-uONqUnC4a7 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uONqUnC4a7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uONqUnC4a7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uONqUnC4a7 .socicon {
  font-size: 1.3rem;
  background: #edefeb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uONqUnC4a7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uONqUnC4a7 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uONqUnC4a7 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uONqUnC4a7 .social-list a:hover {
  opacity: 0.4;
}
.cid-uONqUnC4a7 .media-container-row > div {
  padding: 0px;
}
.cid-uONqUnC4a7 .text2 {
  color: #000000;
  text-align: left;
}
.cid-uONqUnC4a7 .group-title {
  text-align: left;
  color: #a40e68;
  padding-bottom: 0.2rem;
}
.cid-uONqUnC4a7 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uONqUnC4a7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uONqUnC4a7 .social-list,
  .cid-uONqUnC4a7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uONqUnC4a7 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uONqUnC4a7 .form-group {
    max-width: 180px;
  }
}
.cid-uONqUnC4a7 .links span {
  color: #9e9e9e;
}
.cid-uONqUnC4a7 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uONqUnC4a7 .logo-title {
  text-align: center;
}
.cid-uONqUnC4a7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONqUnC4a7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLVHF02l9 {
  background: transparent;
}
.cid-uOLVHF02l9 .navbar-nav {
  background: rgba(192, 192, 192, 0.2);
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uOLVHF02l9 .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOLVHF02l9 .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOLVHF02l9 .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uOLVHF02l9 .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uOLVHF02l9 .nav-link {
  position: relative;
}
.cid-uOLVHF02l9 .nav-link:hover {
  color: #a40e68 !important;
}
@media (max-width: 992px) {
  .cid-uOLVHF02l9 .navbar-collapse {
    background: #c0c0c0;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uOLVHF02l9 .navbar {
  min-height: 50px;
  background: #c0c0c0;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uOLVHF02l9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOLVHF02l9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOLVHF02l9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uOLVHF02l9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOLVHF02l9 .navbar.collapsed {
  justify-content: center;
}
.cid-uOLVHF02l9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOLVHF02l9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOLVHF02l9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOLVHF02l9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOLVHF02l9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOLVHF02l9 .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-uOLVHF02l9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOLVHF02l9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOLVHF02l9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOLVHF02l9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOLVHF02l9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOLVHF02l9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOLVHF02l9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOLVHF02l9 .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-uOLVHF02l9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOLVHF02l9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOLVHF02l9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOLVHF02l9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOLVHF02l9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOLVHF02l9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOLVHF02l9 .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-uOLVHF02l9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOLVHF02l9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOLVHF02l9 .dropdown-item:hover,
.cid-uOLVHF02l9 .dropdown-item:focus {
  background: #a40e68 !important;
  color: white !important;
}
.cid-uOLVHF02l9 .dropdown-item:hover span {
  color: white;
}
.cid-uOLVHF02l9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOLVHF02l9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOLVHF02l9 .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uOLVHF02l9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOLVHF02l9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOLVHF02l9 .dropdown-menu,
.cid-uOLVHF02l9 .navbar.opened {
  background: #c0c0c0;
}
.cid-uOLVHF02l9 .nav-item:focus,
.cid-uOLVHF02l9 .nav-link:focus {
  outline: none;
}
.cid-uOLVHF02l9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOLVHF02l9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOLVHF02l9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOLVHF02l9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOLVHF02l9 .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-uOLVHF02l9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOLVHF02l9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOLVHF02l9 .dropdown-item.active,
.cid-uOLVHF02l9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOLVHF02l9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOLVHF02l9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOLVHF02l9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOLVHF02l9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0c0c0;
}
.cid-uOLVHF02l9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOLVHF02l9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOLVHF02l9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOLVHF02l9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOLVHF02l9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOLVHF02l9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOLVHF02l9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOLVHF02l9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOLVHF02l9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOLVHF02l9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOLVHF02l9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOLVHF02l9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOLVHF02l9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOLVHF02l9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOLVHF02l9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOLVHF02l9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOLVHF02l9 .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-uOLVHF02l9 .navbar {
    height: 70px;
  }
  .cid-uOLVHF02l9 .navbar.opened {
    height: auto;
  }
  .cid-uOLVHF02l9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOLVHF02l9 .collapsed {
  background: transparent!important;
}
.cid-uOLVHF02l9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOLVHF02l9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOLVHKriVl {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #edefeb;
}
.cid-uOLVHKriVl .item-img {
  position: relative;
}
.cid-uOLVHKriVl .button1 {
  background: #a40e68;
}
.cid-uOLVHKriVl .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOLVHKriVl .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uOLVHKriVl .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uOLVHKriVl .button2 {
    margin-top: 1rem;
  }
}
.cid-uOLVHKriVl .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uOLVHKriVl .title {
    top: 25%;
  }
}
.cid-uOLVHKriVl .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOLVHKriVl .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uOLVHKriVl .image-wrapper {
    min-height: 400px;
  }
}
.cid-uOLVHKriVl .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOLVHKriVl .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOLVHKriVl .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uOLVHKriVl .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #edefeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uOLVHKriVl .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uOLVHKriVl .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uOLVHKriVl .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uOLVHKriVl .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uOLVHKriVl .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOLVHKriVl .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uOLVHKriVl .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOLVHKriVl .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uOLVHKriVl .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOLVHKriVl .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOLVHKriVl .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOLVHKriVl img,
.cid-uOLVHKriVl .item-img {
  width: 100%;
}
.cid-uOLVHKriVl .item-title2,
.cid-uOLVHKriVl .icon2 {
  color: #2a2c2d;
}
.cid-uOLVHKriVl .item-title1,
.cid-uOLVHKriVl .icon1 {
  color: #ffffff;
}
.cid-uOLVHKriVl .main-title {
  color: #a40e68;
  text-align: left;
}
.cid-uOLVHKriVl .main-title DIV {
  text-align: left;
}
.cid-uOLVHMvcAX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uOLVHMvcAX .col-title {
    margin-bottom: 20px;
  }
}
.cid-uOLVHMvcAX .mbr-section-title {
  color: #a6a99c;
}
.cid-uOLVHMvcAX .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uOLVHMvcAX .mbr-text {
  color: #000000;
}
.cid-uOLVHMNvlw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOLVHMNvlw .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a40e68 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-uOLVHMNvlw .panel-group {
  border: none;
}
.cid-uOLVHMNvlw .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOLVHMNvlw .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOLVHMNvlw .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOLVHMNvlw .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uOLVHMNvlw .img-col {
  padding: 0;
}
.cid-uOLVHMNvlw .img-item {
  height: 100%;
}
.cid-uOLVHMNvlw img {
  height: 100%;
  object-fit: cover;
}
.cid-uOLVHMNvlw .collapsed span {
  transform: rotate(0deg);
}
.cid-uOLVHMNvlw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOLVHMNvlw p {
  margin-bottom: 0.3rem;
}
.cid-uOLVHMNvlw .panel-title-edit {
  color: #e9c0e9;
}
.cid-uOLVHMNvlw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOLVHMNvlw .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLVHMNvlw .card {
    padding: 1.5rem;
  }
}
.cid-uOLVHMNvlw .panel-text {
  color: #320707;
}
.cid-uOLVHMNvlw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOLVHMNvlw .mbr-section-subtitle {
  color: #a40e68;
  text-align: left;
}
.cid-uOLVHMNvlw .panel-title-edit,
.cid-uOLVHMNvlw .mbr-iconfont {
  color: #a6a99c;
}
.cid-uOLVHO4lea {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOLVHO4lea .mbr-section-title {
  color: #000000;
}
.cid-uOLVHO4lea .mbr-section-subtitle {
  color: #000000;
}
.cid-uOLVHO4lea .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uOLVHO4lea .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uOLVHO4lea .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uOLVHO4lea .mbr-section-title,
.cid-uOLVHO4lea .line {
  color: #a6a99c;
}
.cid-uORVwQo047 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORVwQo047 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORVwQo047 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORVwQo047 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVwQo047 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORVwQo047 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uORVwQo047 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVwQo047 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uORVwQo047 .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORVwQo047 .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uORVwQo047 .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORVwQo047 .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVwQo047 .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uORVwQo047 .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVwQo047 .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uORVwQo047 .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORVwQo047 .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uORVwQo047 .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uORVwQo047 .mbr-label,
.cid-uORVwQo047 .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVwQo047 .mbr-text,
.cid-uORVwQo047 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVwQo047 .mbr-section-title,
.cid-uORVwQo047 .mbr-section-btn {
  text-align: center;
}
.cid-uORVwQo047 .mbr-text {
  color: #a40e68;
}
.cid-uOLVHOKwd0 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uOLVHOKwd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLVHOKwd0 .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-uOLVHOKwd0 .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOLVHOKwd0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOLVHOKwd0 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uOLVHOKwd0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uOLVHOKwd0 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uOLVHOKwd0 .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOLVHOKwd0 .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uOLVHOKwd0 .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uOLVHOKwd0 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uOLVHOKwd0 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uOLVHOKwd0 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOLVHOKwd0 .mbr-section-title {
  color: #000000;
}
.cid-uOLVHOKwd0 .card-title {
  color: #000000;
}
.cid-uOLVHOKwd0 .mbr-section-title,
.cid-uOLVHOKwd0 .mbr-section-btn {
  color: #a6a99c;
}
.cid-uOLVHPbpxN {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uOLVHPbpxN {
    align-items: center;
  }
  .cid-uOLVHPbpxN .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOLVHPbpxN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOLVHPbpxN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOLVHPbpxN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOLVHPbpxN .content-wrap {
    width: 100%;
  }
}
.cid-uOLVHPbpxN .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOLVHPbpxN .mbr-text,
.cid-uOLVHPbpxN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOLVHPbpxN .mbr-section-title DIV {
  text-align: left;
}
.cid-uOLVHPDB3n {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uOLVHPDB3n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uOLVHPDB3n .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOLVHPDB3n .embla__slide .slide-content {
  width: 100%;
}
.cid-uOLVHPDB3n .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uOLVHPDB3n .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOLVHPDB3n .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOLVHPDB3n .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOLVHPDB3n .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uOLVHPDB3n .embla__button--next,
.cid-uOLVHPDB3n .embla__button--prev {
  display: flex;
}
.cid-uOLVHPDB3n .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOLVHPDB3n .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOLVHPDB3n .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uOLVHPDB3n .embla__button.embla__button--next {
  right: 0;
}
.cid-uOLVHPDB3n .embla {
  position: relative;
  width: 100%;
}
.cid-uOLVHPDB3n .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOLVHPDB3n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOLVHPDB3n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOLVHPDB3n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOLVHPDB3n .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOLVHPDB3n .item-desc {
  color: #ffffff;
}
.cid-uONpWgIC59 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uONpWgIC59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONpWgIC59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONpWgIC59 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uONpWgIC59 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uONpWgIC59 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uONpWgIC59 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uONpWgIC59 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uONpWgIC59 .title-wrapper .title-wrap .mbr-section-title span {
  color: #a40e68;
}
.cid-uONpWgIC59 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uONpWgIC59 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uONpWgIC59 .item:hover .item-wrapper .item-img,
.cid-uONpWgIC59 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uONpWgIC59 .item:hover .item-wrapper .item-img,
  .cid-uONpWgIC59 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONpWgIC59 .item:hover .item-wrapper .item-img img,
.cid-uONpWgIC59 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uONpWgIC59 .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uONpWgIC59 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONpWgIC59 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONpWgIC59 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONpWgIC59 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uONpWgIC59 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uONpWgIC59 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uONpWgIC59 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uONpWgIC59 .mbr-section-title {
  color: #404349;
}
.cid-uONpWgIC59 .mbr-desc {
  color: #b19a7c;
}
.cid-uONpWgIC59 .item-title {
  color: #404349;
}
.cid-uONpWgIC59 .item-desc {
  color: #b19a7c;
}
.cid-uONqXFGWWO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uONqXFGWWO .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uONqXFGWWO .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uONqXFGWWO .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uONqXFGWWO .btn-primary {
  border: 1px solid #a40e68 !important;
}
.cid-uONqXFGWWO .btn-primary:hover {
  border: 1px solid #a40e68 !important;
}
.cid-uONqXFGWWO .stripe {
  border-bottom: 1px solid #a40e68;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uONqXFGWWO .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uONqXFGWWO .input-group-btn {
  padding-left: 0;
}
.cid-uONqXFGWWO .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uONqXFGWWO .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uONqXFGWWO .mbr-text {
  color: #444;
}
.cid-uONqXFGWWO h5 {
  margin-bottom: 0;
}
.cid-uONqXFGWWO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uONqXFGWWO .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uONqXFGWWO .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uONqXFGWWO .socicon {
  font-size: 1.3rem;
  background: #edefeb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uONqXFGWWO .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uONqXFGWWO .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uONqXFGWWO .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uONqXFGWWO .social-list a:hover {
  opacity: 0.4;
}
.cid-uONqXFGWWO .media-container-row > div {
  padding: 0px;
}
.cid-uONqXFGWWO .text2 {
  color: #000000;
  text-align: left;
}
.cid-uONqXFGWWO .group-title {
  text-align: left;
  color: #a40e68;
  padding-bottom: 0.2rem;
}
.cid-uONqXFGWWO .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uONqXFGWWO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uONqXFGWWO .social-list,
  .cid-uONqXFGWWO .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uONqXFGWWO h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uONqXFGWWO .form-group {
    max-width: 180px;
  }
}
.cid-uONqXFGWWO .links span {
  color: #9e9e9e;
}
.cid-uONqXFGWWO .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uONqXFGWWO .logo-title {
  text-align: center;
}
.cid-uONqXFGWWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONqXFGWWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLJdFZCNk {
  background: transparent;
}
.cid-uOLJdFZCNk .navbar-nav {
  background: rgba(192, 192, 192, 0.2);
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uOLJdFZCNk .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOLJdFZCNk .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOLJdFZCNk .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uOLJdFZCNk .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uOLJdFZCNk .nav-link {
  position: relative;
}
.cid-uOLJdFZCNk .nav-link:hover {
  color: #a40e68 !important;
}
@media (max-width: 992px) {
  .cid-uOLJdFZCNk .navbar-collapse {
    background: #c0c0c0;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uOLJdFZCNk .navbar {
  min-height: 50px;
  background: #c0c0c0;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uOLJdFZCNk .navbar.opened {
  transition: all 0.3s;
}
.cid-uOLJdFZCNk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOLJdFZCNk .navbar .navbar-logo img {
  width: auto;
}
.cid-uOLJdFZCNk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOLJdFZCNk .navbar.collapsed {
  justify-content: center;
}
.cid-uOLJdFZCNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOLJdFZCNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOLJdFZCNk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOLJdFZCNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOLJdFZCNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOLJdFZCNk .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-uOLJdFZCNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOLJdFZCNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOLJdFZCNk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOLJdFZCNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOLJdFZCNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOLJdFZCNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOLJdFZCNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOLJdFZCNk .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-uOLJdFZCNk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOLJdFZCNk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOLJdFZCNk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOLJdFZCNk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOLJdFZCNk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOLJdFZCNk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOLJdFZCNk .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-uOLJdFZCNk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOLJdFZCNk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOLJdFZCNk .dropdown-item:hover,
.cid-uOLJdFZCNk .dropdown-item:focus {
  background: #a40e68 !important;
  color: white !important;
}
.cid-uOLJdFZCNk .dropdown-item:hover span {
  color: white;
}
.cid-uOLJdFZCNk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOLJdFZCNk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOLJdFZCNk .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uOLJdFZCNk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOLJdFZCNk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOLJdFZCNk .dropdown-menu,
.cid-uOLJdFZCNk .navbar.opened {
  background: #c0c0c0;
}
.cid-uOLJdFZCNk .nav-item:focus,
.cid-uOLJdFZCNk .nav-link:focus {
  outline: none;
}
.cid-uOLJdFZCNk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOLJdFZCNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOLJdFZCNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOLJdFZCNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOLJdFZCNk .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-uOLJdFZCNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOLJdFZCNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOLJdFZCNk .dropdown-item.active,
.cid-uOLJdFZCNk .dropdown-item:active {
  background-color: transparent;
}
.cid-uOLJdFZCNk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOLJdFZCNk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOLJdFZCNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOLJdFZCNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0c0c0;
}
.cid-uOLJdFZCNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOLJdFZCNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOLJdFZCNk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOLJdFZCNk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOLJdFZCNk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOLJdFZCNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOLJdFZCNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOLJdFZCNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOLJdFZCNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOLJdFZCNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOLJdFZCNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOLJdFZCNk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOLJdFZCNk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOLJdFZCNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOLJdFZCNk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOLJdFZCNk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOLJdFZCNk .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-uOLJdFZCNk .navbar {
    height: 70px;
  }
  .cid-uOLJdFZCNk .navbar.opened {
    height: auto;
  }
  .cid-uOLJdFZCNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOLJdFZCNk .collapsed {
  background: transparent!important;
}
.cid-uOLJdFZCNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOLJdFZCNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOLJdHb5yS {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #edefeb;
}
.cid-uOLJdHb5yS .item-img {
  position: relative;
}
.cid-uOLJdHb5yS .button1 {
  background: #a40e68;
}
.cid-uOLJdHb5yS .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOLJdHb5yS .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uOLJdHb5yS .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uOLJdHb5yS .button2 {
    margin-top: 1rem;
  }
}
.cid-uOLJdHb5yS .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uOLJdHb5yS .title {
    top: 25%;
  }
}
.cid-uOLJdHb5yS .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOLJdHb5yS .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uOLJdHb5yS .image-wrapper {
    min-height: 400px;
  }
}
.cid-uOLJdHb5yS .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOLJdHb5yS .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOLJdHb5yS .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uOLJdHb5yS .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #edefeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uOLJdHb5yS .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uOLJdHb5yS .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uOLJdHb5yS .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uOLJdHb5yS .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uOLJdHb5yS .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOLJdHb5yS .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uOLJdHb5yS .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOLJdHb5yS .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uOLJdHb5yS .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOLJdHb5yS .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOLJdHb5yS .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOLJdHb5yS img,
.cid-uOLJdHb5yS .item-img {
  width: 100%;
}
.cid-uOLJdHb5yS .item-title2,
.cid-uOLJdHb5yS .icon2 {
  color: #2a2c2d;
}
.cid-uOLJdHb5yS .item-title1,
.cid-uOLJdHb5yS .icon1 {
  color: #ffffff;
}
.cid-uOLJdHb5yS .main-title {
  color: #a40e68;
  text-align: left;
}
.cid-uOLJdHb5yS .main-title DIV {
  text-align: left;
}
.cid-uOLJdHOB0B {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uOLJdHOB0B .col-title {
    margin-bottom: 20px;
  }
}
.cid-uOLJdHOB0B .mbr-section-title {
  color: #a6a99c;
}
.cid-uOLJdHOB0B .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uOLJdHOB0B .mbr-text {
  color: #000000;
}
.cid-uOLJdIwT7x {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOLJdIwT7x .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a40e68 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-uOLJdIwT7x .panel-group {
  border: none;
}
.cid-uOLJdIwT7x .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOLJdIwT7x .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOLJdIwT7x .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOLJdIwT7x .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uOLJdIwT7x .img-col {
  padding: 0;
}
.cid-uOLJdIwT7x .img-item {
  height: 100%;
}
.cid-uOLJdIwT7x img {
  height: 100%;
  object-fit: cover;
}
.cid-uOLJdIwT7x .collapsed span {
  transform: rotate(0deg);
}
.cid-uOLJdIwT7x .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOLJdIwT7x p {
  margin-bottom: 0.3rem;
}
.cid-uOLJdIwT7x .panel-title-edit {
  color: #e9c0e9;
}
.cid-uOLJdIwT7x .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOLJdIwT7x .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLJdIwT7x .card {
    padding: 1.5rem;
  }
}
.cid-uOLJdIwT7x .panel-text {
  color: #320707;
}
.cid-uOLJdIwT7x .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOLJdIwT7x .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uOLJdIwT7x .panel-title-edit,
.cid-uOLJdIwT7x .mbr-iconfont {
  color: #a6a99c;
}
.cid-uOLJdJhyGW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOLJdJhyGW .mbr-section-title {
  color: #000000;
}
.cid-uOLJdJhyGW .mbr-section-subtitle {
  color: #000000;
}
.cid-uOLJdJhyGW .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uOLJdJhyGW .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uOLJdJhyGW .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uOLJdJhyGW .mbr-section-title,
.cid-uOLJdJhyGW .line {
  color: #a6a99c;
}
.cid-uORVAMgvcA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORVAMgvcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORVAMgvcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORVAMgvcA .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVAMgvcA .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORVAMgvcA .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uORVAMgvcA .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVAMgvcA .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uORVAMgvcA .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORVAMgvcA .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uORVAMgvcA .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORVAMgvcA .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVAMgvcA .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uORVAMgvcA .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVAMgvcA .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uORVAMgvcA .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORVAMgvcA .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uORVAMgvcA .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uORVAMgvcA .mbr-label,
.cid-uORVAMgvcA .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVAMgvcA .mbr-text,
.cid-uORVAMgvcA .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVAMgvcA .mbr-section-title,
.cid-uORVAMgvcA .mbr-section-btn {
  text-align: center;
}
.cid-uORVAMgvcA .mbr-text {
  color: #a40e68;
}
.cid-uOLJdJNDTw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uOLJdJNDTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLJdJNDTw .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-uOLJdJNDTw .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOLJdJNDTw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOLJdJNDTw .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uOLJdJNDTw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uOLJdJNDTw .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uOLJdJNDTw .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOLJdJNDTw .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uOLJdJNDTw .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uOLJdJNDTw .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uOLJdJNDTw .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uOLJdJNDTw .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOLJdJNDTw .mbr-section-title {
  color: #000000;
}
.cid-uOLJdJNDTw .card-title {
  color: #000000;
}
.cid-uOLJdJNDTw .mbr-section-title,
.cid-uOLJdJNDTw .mbr-section-btn {
  color: #a6a99c;
}
.cid-uOLJdKoWtx {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uOLJdKoWtx {
    align-items: center;
  }
  .cid-uOLJdKoWtx .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOLJdKoWtx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOLJdKoWtx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOLJdKoWtx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOLJdKoWtx .content-wrap {
    width: 100%;
  }
}
.cid-uOLJdKoWtx .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOLJdKoWtx .mbr-text,
.cid-uOLJdKoWtx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOLJdKoWtx .mbr-section-title DIV {
  text-align: left;
}
.cid-uOLJdKYJbv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uOLJdKYJbv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uOLJdKYJbv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOLJdKYJbv .embla__slide .slide-content {
  width: 100%;
}
.cid-uOLJdKYJbv .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uOLJdKYJbv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOLJdKYJbv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOLJdKYJbv .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOLJdKYJbv .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uOLJdKYJbv .embla__button--next,
.cid-uOLJdKYJbv .embla__button--prev {
  display: flex;
}
.cid-uOLJdKYJbv .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOLJdKYJbv .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOLJdKYJbv .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uOLJdKYJbv .embla__button.embla__button--next {
  right: 0;
}
.cid-uOLJdKYJbv .embla {
  position: relative;
  width: 100%;
}
.cid-uOLJdKYJbv .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOLJdKYJbv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOLJdKYJbv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOLJdKYJbv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOLJdKYJbv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOLJdKYJbv .item-desc {
  color: #ffffff;
}
.cid-uONq1qzEVY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uONq1qzEVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONq1qzEVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONq1qzEVY .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uONq1qzEVY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uONq1qzEVY .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uONq1qzEVY .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uONq1qzEVY .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uONq1qzEVY .title-wrapper .title-wrap .mbr-section-title span {
  color: #a40e68;
}
.cid-uONq1qzEVY .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uONq1qzEVY .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uONq1qzEVY .item:hover .item-wrapper .item-img,
.cid-uONq1qzEVY .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uONq1qzEVY .item:hover .item-wrapper .item-img,
  .cid-uONq1qzEVY .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONq1qzEVY .item:hover .item-wrapper .item-img img,
.cid-uONq1qzEVY .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uONq1qzEVY .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uONq1qzEVY .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONq1qzEVY .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONq1qzEVY .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONq1qzEVY .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uONq1qzEVY .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uONq1qzEVY .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uONq1qzEVY .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uONq1qzEVY .mbr-section-title {
  color: #404349;
}
.cid-uONq1qzEVY .mbr-desc {
  color: #b19a7c;
}
.cid-uONq1qzEVY .item-title {
  color: #404349;
}
.cid-uONq1qzEVY .item-desc {
  color: #b19a7c;
}
.cid-uONr1x9HsN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uONr1x9HsN .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uONr1x9HsN .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uONr1x9HsN .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uONr1x9HsN .btn-primary {
  border: 1px solid #a40e68 !important;
}
.cid-uONr1x9HsN .btn-primary:hover {
  border: 1px solid #a40e68 !important;
}
.cid-uONr1x9HsN .stripe {
  border-bottom: 1px solid #a40e68;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uONr1x9HsN .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uONr1x9HsN .input-group-btn {
  padding-left: 0;
}
.cid-uONr1x9HsN .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uONr1x9HsN .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uONr1x9HsN .mbr-text {
  color: #444;
}
.cid-uONr1x9HsN h5 {
  margin-bottom: 0;
}
.cid-uONr1x9HsN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uONr1x9HsN .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uONr1x9HsN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uONr1x9HsN .socicon {
  font-size: 1.3rem;
  background: #edefeb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uONr1x9HsN .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uONr1x9HsN .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uONr1x9HsN .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uONr1x9HsN .social-list a:hover {
  opacity: 0.4;
}
.cid-uONr1x9HsN .media-container-row > div {
  padding: 0px;
}
.cid-uONr1x9HsN .text2 {
  color: #000000;
  text-align: left;
}
.cid-uONr1x9HsN .group-title {
  text-align: left;
  color: #a40e68;
  padding-bottom: 0.2rem;
}
.cid-uONr1x9HsN .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uONr1x9HsN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uONr1x9HsN .social-list,
  .cid-uONr1x9HsN .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uONr1x9HsN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uONr1x9HsN .form-group {
    max-width: 180px;
  }
}
.cid-uONr1x9HsN .links span {
  color: #9e9e9e;
}
.cid-uONr1x9HsN .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uONr1x9HsN .logo-title {
  text-align: center;
}
.cid-uONr1x9HsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONr1x9HsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLn2AR573 {
  background: transparent;
}
.cid-uOLn2AR573 .navbar-nav {
  background: rgba(192, 192, 192, 0.2);
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uOLn2AR573 .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOLn2AR573 .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOLn2AR573 .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uOLn2AR573 .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uOLn2AR573 .nav-link {
  position: relative;
}
.cid-uOLn2AR573 .nav-link:hover {
  color: #a40e68 !important;
}
@media (max-width: 992px) {
  .cid-uOLn2AR573 .navbar-collapse {
    background: #c0c0c0;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uOLn2AR573 .navbar {
  min-height: 50px;
  background: #c0c0c0;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uOLn2AR573 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOLn2AR573 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOLn2AR573 .navbar .navbar-logo img {
  width: auto;
}
.cid-uOLn2AR573 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOLn2AR573 .navbar.collapsed {
  justify-content: center;
}
.cid-uOLn2AR573 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOLn2AR573 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOLn2AR573 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOLn2AR573 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOLn2AR573 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOLn2AR573 .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-uOLn2AR573 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOLn2AR573 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOLn2AR573 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOLn2AR573 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOLn2AR573 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOLn2AR573 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOLn2AR573 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOLn2AR573 .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-uOLn2AR573 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOLn2AR573 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOLn2AR573 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOLn2AR573 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOLn2AR573 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOLn2AR573 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOLn2AR573 .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-uOLn2AR573 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOLn2AR573 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOLn2AR573 .dropdown-item:hover,
.cid-uOLn2AR573 .dropdown-item:focus {
  background: #a40e68 !important;
  color: white !important;
}
.cid-uOLn2AR573 .dropdown-item:hover span {
  color: white;
}
.cid-uOLn2AR573 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOLn2AR573 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOLn2AR573 .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uOLn2AR573 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOLn2AR573 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOLn2AR573 .dropdown-menu,
.cid-uOLn2AR573 .navbar.opened {
  background: #c0c0c0;
}
.cid-uOLn2AR573 .nav-item:focus,
.cid-uOLn2AR573 .nav-link:focus {
  outline: none;
}
.cid-uOLn2AR573 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOLn2AR573 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOLn2AR573 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOLn2AR573 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOLn2AR573 .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-uOLn2AR573 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOLn2AR573 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOLn2AR573 .dropdown-item.active,
.cid-uOLn2AR573 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOLn2AR573 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOLn2AR573 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOLn2AR573 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOLn2AR573 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0c0c0;
}
.cid-uOLn2AR573 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOLn2AR573 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOLn2AR573 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOLn2AR573 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOLn2AR573 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOLn2AR573 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOLn2AR573 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOLn2AR573 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOLn2AR573 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOLn2AR573 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOLn2AR573 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOLn2AR573 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOLn2AR573 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOLn2AR573 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOLn2AR573 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOLn2AR573 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOLn2AR573 .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-uOLn2AR573 .navbar {
    height: 70px;
  }
  .cid-uOLn2AR573 .navbar.opened {
    height: auto;
  }
  .cid-uOLn2AR573 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOLn2AR573 .collapsed {
  background: transparent!important;
}
.cid-uOLn2AR573 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOLn2AR573 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOLn2BPGBD {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #edefeb;
}
.cid-uOLn2BPGBD .item-img {
  position: relative;
}
.cid-uOLn2BPGBD .button1 {
  background: #a40e68;
}
.cid-uOLn2BPGBD .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOLn2BPGBD .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uOLn2BPGBD .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uOLn2BPGBD .button2 {
    margin-top: 1rem;
  }
}
.cid-uOLn2BPGBD .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uOLn2BPGBD .title {
    top: 25%;
  }
}
.cid-uOLn2BPGBD .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOLn2BPGBD .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uOLn2BPGBD .image-wrapper {
    min-height: 400px;
  }
}
.cid-uOLn2BPGBD .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOLn2BPGBD .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOLn2BPGBD .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uOLn2BPGBD .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #edefeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uOLn2BPGBD .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uOLn2BPGBD .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uOLn2BPGBD .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uOLn2BPGBD .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uOLn2BPGBD .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOLn2BPGBD .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uOLn2BPGBD .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOLn2BPGBD .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uOLn2BPGBD .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOLn2BPGBD .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOLn2BPGBD .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOLn2BPGBD img,
.cid-uOLn2BPGBD .item-img {
  width: 100%;
}
.cid-uOLn2BPGBD .item-title2,
.cid-uOLn2BPGBD .icon2 {
  color: #2a2c2d;
}
.cid-uOLn2BPGBD .item-title1,
.cid-uOLn2BPGBD .icon1 {
  color: #ffffff;
}
.cid-uOLn2BPGBD .main-title {
  color: #a40e68;
  text-align: left;
}
.cid-uOLn2BPGBD .main-title DIV {
  text-align: left;
}
.cid-uOLn2Ciixy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uOLn2Ciixy .col-title {
    margin-bottom: 20px;
  }
}
.cid-uOLn2Ciixy .mbr-section-title {
  color: #a6a99c;
}
.cid-uOLn2Ciixy .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uOLn2Ciixy .mbr-text {
  color: #000000;
}
.cid-uOLn2CKnPf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOLn2CKnPf .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a40e68 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-uOLn2CKnPf .panel-group {
  border: none;
}
.cid-uOLn2CKnPf .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOLn2CKnPf .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOLn2CKnPf .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOLn2CKnPf .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uOLn2CKnPf .img-col {
  padding: 0;
}
.cid-uOLn2CKnPf .img-item {
  height: 100%;
}
.cid-uOLn2CKnPf img {
  height: 100%;
  object-fit: cover;
}
.cid-uOLn2CKnPf .collapsed span {
  transform: rotate(0deg);
}
.cid-uOLn2CKnPf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOLn2CKnPf p {
  margin-bottom: 0.3rem;
}
.cid-uOLn2CKnPf .panel-title-edit {
  color: #e9c0e9;
}
.cid-uOLn2CKnPf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOLn2CKnPf .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLn2CKnPf .card {
    padding: 1.5rem;
  }
}
.cid-uOLn2CKnPf .panel-text {
  color: #320707;
}
.cid-uOLn2CKnPf .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOLn2CKnPf .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uOLn2CKnPf .panel-title-edit,
.cid-uOLn2CKnPf .mbr-iconfont {
  color: #a6a99c;
}
.cid-uOLn2DgD9s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOLn2DgD9s .mbr-section-title {
  color: #000000;
}
.cid-uOLn2DgD9s .mbr-section-subtitle {
  color: #000000;
}
.cid-uOLn2DgD9s .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uOLn2DgD9s .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uOLn2DgD9s .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uOLn2DgD9s .mbr-section-title,
.cid-uOLn2DgD9s .line {
  color: #a6a99c;
}
.cid-uORVDT1qSt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORVDT1qSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORVDT1qSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORVDT1qSt .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVDT1qSt .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORVDT1qSt .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uORVDT1qSt .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVDT1qSt .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uORVDT1qSt .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORVDT1qSt .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uORVDT1qSt .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORVDT1qSt .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVDT1qSt .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uORVDT1qSt .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVDT1qSt .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uORVDT1qSt .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORVDT1qSt .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uORVDT1qSt .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uORVDT1qSt .mbr-label,
.cid-uORVDT1qSt .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVDT1qSt .mbr-text,
.cid-uORVDT1qSt .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVDT1qSt .mbr-section-title,
.cid-uORVDT1qSt .mbr-section-btn {
  text-align: center;
}
.cid-uORVDT1qSt .mbr-text {
  color: #a40e68;
}
.cid-uOLn2DFtka {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uOLn2DFtka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLn2DFtka .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-uOLn2DFtka .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOLn2DFtka .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOLn2DFtka .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uOLn2DFtka .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uOLn2DFtka .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uOLn2DFtka .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOLn2DFtka .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uOLn2DFtka .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uOLn2DFtka .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uOLn2DFtka .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uOLn2DFtka .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOLn2DFtka .mbr-section-title {
  color: #000000;
}
.cid-uOLn2DFtka .card-title {
  color: #000000;
}
.cid-uOLn2DFtka .mbr-section-title,
.cid-uOLn2DFtka .mbr-section-btn {
  color: #a6a99c;
}
.cid-uOLn2E63lH {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uOLn2E63lH {
    align-items: center;
  }
  .cid-uOLn2E63lH .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOLn2E63lH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOLn2E63lH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOLn2E63lH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOLn2E63lH .content-wrap {
    width: 100%;
  }
}
.cid-uOLn2E63lH .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOLn2E63lH .mbr-text,
.cid-uOLn2E63lH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOLn2E63lH .mbr-section-title DIV {
  text-align: left;
}
.cid-uOLn2Es18M {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uOLn2Es18M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uOLn2Es18M .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOLn2Es18M .embla__slide .slide-content {
  width: 100%;
}
.cid-uOLn2Es18M .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uOLn2Es18M .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOLn2Es18M .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOLn2Es18M .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOLn2Es18M .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uOLn2Es18M .embla__button--next,
.cid-uOLn2Es18M .embla__button--prev {
  display: flex;
}
.cid-uOLn2Es18M .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOLn2Es18M .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOLn2Es18M .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uOLn2Es18M .embla__button.embla__button--next {
  right: 0;
}
.cid-uOLn2Es18M .embla {
  position: relative;
  width: 100%;
}
.cid-uOLn2Es18M .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOLn2Es18M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOLn2Es18M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOLn2Es18M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOLn2Es18M .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOLn2Es18M .item-desc {
  color: #ffffff;
}
.cid-uONq6t5Afx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uONq6t5Afx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONq6t5Afx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONq6t5Afx .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uONq6t5Afx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uONq6t5Afx .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uONq6t5Afx .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uONq6t5Afx .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uONq6t5Afx .title-wrapper .title-wrap .mbr-section-title span {
  color: #a40e68;
}
.cid-uONq6t5Afx .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uONq6t5Afx .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uONq6t5Afx .item:hover .item-wrapper .item-img,
.cid-uONq6t5Afx .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uONq6t5Afx .item:hover .item-wrapper .item-img,
  .cid-uONq6t5Afx .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONq6t5Afx .item:hover .item-wrapper .item-img img,
.cid-uONq6t5Afx .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uONq6t5Afx .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uONq6t5Afx .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONq6t5Afx .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONq6t5Afx .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONq6t5Afx .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uONq6t5Afx .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uONq6t5Afx .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uONq6t5Afx .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uONq6t5Afx .mbr-section-title {
  color: #404349;
}
.cid-uONq6t5Afx .mbr-desc {
  color: #b19a7c;
}
.cid-uONq6t5Afx .item-title {
  color: #404349;
}
.cid-uONq6t5Afx .item-desc {
  color: #b19a7c;
}
.cid-uONr4m9cGN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uONr4m9cGN .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uONr4m9cGN .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uONr4m9cGN .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uONr4m9cGN .btn-primary {
  border: 1px solid #a40e68 !important;
}
.cid-uONr4m9cGN .btn-primary:hover {
  border: 1px solid #a40e68 !important;
}
.cid-uONr4m9cGN .stripe {
  border-bottom: 1px solid #a40e68;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uONr4m9cGN .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uONr4m9cGN .input-group-btn {
  padding-left: 0;
}
.cid-uONr4m9cGN .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uONr4m9cGN .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uONr4m9cGN .mbr-text {
  color: #444;
}
.cid-uONr4m9cGN h5 {
  margin-bottom: 0;
}
.cid-uONr4m9cGN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uONr4m9cGN .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uONr4m9cGN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uONr4m9cGN .socicon {
  font-size: 1.3rem;
  background: #edefeb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uONr4m9cGN .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uONr4m9cGN .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uONr4m9cGN .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uONr4m9cGN .social-list a:hover {
  opacity: 0.4;
}
.cid-uONr4m9cGN .media-container-row > div {
  padding: 0px;
}
.cid-uONr4m9cGN .text2 {
  color: #000000;
  text-align: left;
}
.cid-uONr4m9cGN .group-title {
  text-align: left;
  color: #a40e68;
  padding-bottom: 0.2rem;
}
.cid-uONr4m9cGN .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uONr4m9cGN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uONr4m9cGN .social-list,
  .cid-uONr4m9cGN .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uONr4m9cGN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uONr4m9cGN .form-group {
    max-width: 180px;
  }
}
.cid-uONr4m9cGN .links span {
  color: #9e9e9e;
}
.cid-uONr4m9cGN .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uONr4m9cGN .logo-title {
  text-align: center;
}
.cid-uONr4m9cGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONr4m9cGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOL4XkewPS {
  background: transparent;
}
.cid-uOL4XkewPS .navbar-nav {
  background: rgba(192, 192, 192, 0.2);
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uOL4XkewPS .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOL4XkewPS .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOL4XkewPS .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uOL4XkewPS .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uOL4XkewPS .nav-link {
  position: relative;
}
.cid-uOL4XkewPS .nav-link:hover {
  color: #a40e68 !important;
}
@media (max-width: 992px) {
  .cid-uOL4XkewPS .navbar-collapse {
    background: #c0c0c0;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uOL4XkewPS .navbar {
  min-height: 50px;
  background: #c0c0c0;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uOL4XkewPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uOL4XkewPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOL4XkewPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uOL4XkewPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOL4XkewPS .navbar.collapsed {
  justify-content: center;
}
.cid-uOL4XkewPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOL4XkewPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOL4XkewPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOL4XkewPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOL4XkewPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOL4XkewPS .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-uOL4XkewPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOL4XkewPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOL4XkewPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOL4XkewPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOL4XkewPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOL4XkewPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOL4XkewPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOL4XkewPS .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-uOL4XkewPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOL4XkewPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOL4XkewPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOL4XkewPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOL4XkewPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOL4XkewPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOL4XkewPS .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-uOL4XkewPS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOL4XkewPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOL4XkewPS .dropdown-item:hover,
.cid-uOL4XkewPS .dropdown-item:focus {
  background: #a40e68 !important;
  color: white !important;
}
.cid-uOL4XkewPS .dropdown-item:hover span {
  color: white;
}
.cid-uOL4XkewPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOL4XkewPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOL4XkewPS .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uOL4XkewPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOL4XkewPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOL4XkewPS .dropdown-menu,
.cid-uOL4XkewPS .navbar.opened {
  background: #c0c0c0;
}
.cid-uOL4XkewPS .nav-item:focus,
.cid-uOL4XkewPS .nav-link:focus {
  outline: none;
}
.cid-uOL4XkewPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOL4XkewPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOL4XkewPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOL4XkewPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOL4XkewPS .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-uOL4XkewPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOL4XkewPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOL4XkewPS .dropdown-item.active,
.cid-uOL4XkewPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uOL4XkewPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOL4XkewPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOL4XkewPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOL4XkewPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0c0c0;
}
.cid-uOL4XkewPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOL4XkewPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOL4XkewPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOL4XkewPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOL4XkewPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOL4XkewPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOL4XkewPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOL4XkewPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOL4XkewPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOL4XkewPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOL4XkewPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOL4XkewPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOL4XkewPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOL4XkewPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOL4XkewPS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOL4XkewPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOL4XkewPS .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-uOL4XkewPS .navbar {
    height: 70px;
  }
  .cid-uOL4XkewPS .navbar.opened {
    height: auto;
  }
  .cid-uOL4XkewPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOL4XkewPS .collapsed {
  background: transparent!important;
}
.cid-uOL4XkewPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOL4XkewPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOL4XkX23H {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #edefeb;
}
.cid-uOL4XkX23H .item-img {
  position: relative;
}
.cid-uOL4XkX23H .button1 {
  background: #a40e68;
}
.cid-uOL4XkX23H .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOL4XkX23H .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uOL4XkX23H .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uOL4XkX23H .button2 {
    margin-top: 1rem;
  }
}
.cid-uOL4XkX23H .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uOL4XkX23H .title {
    top: 25%;
  }
}
.cid-uOL4XkX23H .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOL4XkX23H .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uOL4XkX23H .image-wrapper {
    min-height: 400px;
  }
}
.cid-uOL4XkX23H .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOL4XkX23H .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOL4XkX23H .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uOL4XkX23H .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #edefeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uOL4XkX23H .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uOL4XkX23H .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uOL4XkX23H .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uOL4XkX23H .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uOL4XkX23H .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOL4XkX23H .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uOL4XkX23H .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOL4XkX23H .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uOL4XkX23H .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOL4XkX23H .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOL4XkX23H .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOL4XkX23H img,
.cid-uOL4XkX23H .item-img {
  width: 100%;
}
.cid-uOL4XkX23H .item-title2,
.cid-uOL4XkX23H .icon2 {
  color: #2a2c2d;
}
.cid-uOL4XkX23H .item-title1,
.cid-uOL4XkX23H .icon1 {
  color: #ffffff;
}
.cid-uOL4XkX23H .main-title {
  color: #a40e68;
  text-align: left;
}
.cid-uOL4XkX23H .main-title DIV {
  text-align: left;
}
.cid-uOL4Xlllm4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (max-width: 991px) {
  .cid-uOL4Xlllm4 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uOL4Xlllm4 .mbr-section-title {
  color: #a6a99c;
}
.cid-uOL4Xlllm4 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uOL4Xlllm4 .mbr-text {
  color: #000000;
}
.cid-uOLcdWqbPa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOLcdWqbPa .item-img {
  position: relative;
}
.cid-uOLcdWqbPa .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uOLcdWqbPa .card-text {
    padding-left: 4rem;
  }
}
.cid-uOLcdWqbPa h5 {
  line-height: 1.2;
}
.cid-uOLcdWqbPa .card {
  margin-bottom: 2rem;
}
.cid-uOLcdWqbPa .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uOLcdWqbPa .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uOLcdWqbPa .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #a40e68;
}
@media (max-width: 992px) {
  .cid-uOLcdWqbPa .image-wrapper {
    min-height: 200px;
  }
}
.cid-uOLcdWqbPa .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOLcdWqbPa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uOLcdWqbPa .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uOLcdWqbPa .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uOLcdWqbPa .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uOLcdWqbPa .link-icon-wrapper .icon-wrap span {
  color: #edefeb;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOLcdWqbPa .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uOLcdWqbPa .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOLcdWqbPa .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uOLcdWqbPa .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOLcdWqbPa .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOLcdWqbPa .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uOLcdWqbPa img,
.cid-uOLcdWqbPa .item-img {
  width: 100%;
}
.cid-uOLcdWqbPa .item:focus,
.cid-uOLcdWqbPa span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uOLcdWqbPa .item {
    margin-bottom: 1rem;
  }
}
.cid-uOLcdWqbPa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOLcdWqbPa .item-title {
  text-align: left;
  color: #edefeb;
}
.cid-uOLcdWqbPa .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOLcdWqbPa .mbr-section-subtitle,
.cid-uOLcdWqbPa .subtitle-wrap,
.cid-uOLcdWqbPa .mbr-section-btn {
  text-align: left;
}
.cid-uOLcdWqbPa .mbr-text,
.cid-uOLcdWqbPa .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uOLcdWqbPa .mbr-text {
  color: #000000;
}
.cid-uOL4XlDdZD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uOL4XlDdZD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a40e68 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-uOL4XlDdZD .panel-group {
  border: none;
}
.cid-uOL4XlDdZD .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOL4XlDdZD .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOL4XlDdZD .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOL4XlDdZD .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uOL4XlDdZD .img-col {
  padding: 0;
}
.cid-uOL4XlDdZD .img-item {
  height: 100%;
}
.cid-uOL4XlDdZD img {
  height: 100%;
  object-fit: cover;
}
.cid-uOL4XlDdZD .collapsed span {
  transform: rotate(0deg);
}
.cid-uOL4XlDdZD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOL4XlDdZD p {
  margin-bottom: 0.3rem;
}
.cid-uOL4XlDdZD .panel-title-edit {
  color: #e9c0e9;
}
.cid-uOL4XlDdZD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOL4XlDdZD .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uOL4XlDdZD .card {
    padding: 1.5rem;
  }
}
.cid-uOL4XlDdZD .panel-text {
  color: #320707;
}
.cid-uOL4XlDdZD .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOL4XlDdZD .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uOL4XlDdZD .panel-title-edit,
.cid-uOL4XlDdZD .mbr-iconfont {
  color: #a6a99c;
}
.cid-uOL4Xm1ueB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOL4Xm1ueB .mbr-section-title {
  color: #000000;
}
.cid-uOL4Xm1ueB .mbr-section-subtitle {
  color: #000000;
}
.cid-uOL4Xm1ueB .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uOL4Xm1ueB .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uOL4Xm1ueB .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uOL4Xm1ueB .mbr-section-title,
.cid-uOL4Xm1ueB .line {
  color: #a6a99c;
}
.cid-uORVH74lun {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORVH74lun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORVH74lun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORVH74lun .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVH74lun .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORVH74lun .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uORVH74lun .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORVH74lun .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uORVH74lun .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORVH74lun .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uORVH74lun .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORVH74lun .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVH74lun .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uORVH74lun .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORVH74lun .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uORVH74lun .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORVH74lun .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uORVH74lun .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uORVH74lun .mbr-label,
.cid-uORVH74lun .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVH74lun .mbr-text,
.cid-uORVH74lun .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORVH74lun .mbr-section-title,
.cid-uORVH74lun .mbr-section-btn {
  text-align: center;
}
.cid-uORVH74lun .mbr-text {
  color: #a40e68;
}
.cid-uOL4XmjD5b {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uOL4XmjD5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOL4XmjD5b .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-uOL4XmjD5b .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOL4XmjD5b .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOL4XmjD5b .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uOL4XmjD5b .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uOL4XmjD5b .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uOL4XmjD5b .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOL4XmjD5b .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uOL4XmjD5b .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uOL4XmjD5b .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uOL4XmjD5b .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uOL4XmjD5b .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOL4XmjD5b .mbr-section-title {
  color: #000000;
}
.cid-uOL4XmjD5b .card-title {
  color: #000000;
}
.cid-uOL4XmjD5b .mbr-section-title,
.cid-uOL4XmjD5b .mbr-section-btn {
  color: #a6a99c;
}
.cid-uOL4XmDCmW {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uOL4XmDCmW {
    align-items: center;
  }
  .cid-uOL4XmDCmW .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOL4XmDCmW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOL4XmDCmW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOL4XmDCmW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOL4XmDCmW .content-wrap {
    width: 100%;
  }
}
.cid-uOL4XmDCmW .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOL4XmDCmW .mbr-text,
.cid-uOL4XmDCmW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOL4XmDCmW .mbr-section-title DIV {
  text-align: left;
}
.cid-uOL4XmYmgR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uOL4XmYmgR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uOL4XmYmgR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOL4XmYmgR .embla__slide .slide-content {
  width: 100%;
}
.cid-uOL4XmYmgR .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uOL4XmYmgR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOL4XmYmgR .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOL4XmYmgR .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOL4XmYmgR .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uOL4XmYmgR .embla__button--next,
.cid-uOL4XmYmgR .embla__button--prev {
  display: flex;
}
.cid-uOL4XmYmgR .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOL4XmYmgR .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOL4XmYmgR .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uOL4XmYmgR .embla__button.embla__button--next {
  right: 0;
}
.cid-uOL4XmYmgR .embla {
  position: relative;
  width: 100%;
}
.cid-uOL4XmYmgR .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOL4XmYmgR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOL4XmYmgR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOL4XmYmgR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOL4XmYmgR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOL4XmYmgR .item-desc {
  color: #ffffff;
}
.cid-uONqdNCHIk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uONqdNCHIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONqdNCHIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONqdNCHIk .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uONqdNCHIk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uONqdNCHIk .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uONqdNCHIk .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uONqdNCHIk .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uONqdNCHIk .title-wrapper .title-wrap .mbr-section-title span {
  color: #a40e68;
}
.cid-uONqdNCHIk .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uONqdNCHIk .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uONqdNCHIk .item:hover .item-wrapper .item-img,
.cid-uONqdNCHIk .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uONqdNCHIk .item:hover .item-wrapper .item-img,
  .cid-uONqdNCHIk .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONqdNCHIk .item:hover .item-wrapper .item-img img,
.cid-uONqdNCHIk .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uONqdNCHIk .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uONqdNCHIk .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONqdNCHIk .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uONqdNCHIk .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uONqdNCHIk .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uONqdNCHIk .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uONqdNCHIk .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uONqdNCHIk .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uONqdNCHIk .mbr-section-title {
  color: #404349;
}
.cid-uONqdNCHIk .mbr-desc {
  color: #b19a7c;
}
.cid-uONqdNCHIk .item-title {
  color: #404349;
}
.cid-uONqdNCHIk .item-desc {
  color: #b19a7c;
}
.cid-uONr6Lg3kA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uONr6Lg3kA .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uONr6Lg3kA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uONr6Lg3kA .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uONr6Lg3kA .btn-primary {
  border: 1px solid #a40e68 !important;
}
.cid-uONr6Lg3kA .btn-primary:hover {
  border: 1px solid #a40e68 !important;
}
.cid-uONr6Lg3kA .stripe {
  border-bottom: 1px solid #a40e68;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uONr6Lg3kA .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uONr6Lg3kA .input-group-btn {
  padding-left: 0;
}
.cid-uONr6Lg3kA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uONr6Lg3kA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uONr6Lg3kA .mbr-text {
  color: #444;
}
.cid-uONr6Lg3kA h5 {
  margin-bottom: 0;
}
.cid-uONr6Lg3kA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uONr6Lg3kA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uONr6Lg3kA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uONr6Lg3kA .socicon {
  font-size: 1.3rem;
  background: #edefeb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uONr6Lg3kA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uONr6Lg3kA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uONr6Lg3kA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uONr6Lg3kA .social-list a:hover {
  opacity: 0.4;
}
.cid-uONr6Lg3kA .media-container-row > div {
  padding: 0px;
}
.cid-uONr6Lg3kA .text2 {
  color: #000000;
  text-align: left;
}
.cid-uONr6Lg3kA .group-title {
  text-align: left;
  color: #a40e68;
  padding-bottom: 0.2rem;
}
.cid-uONr6Lg3kA .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uONr6Lg3kA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uONr6Lg3kA .social-list,
  .cid-uONr6Lg3kA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uONr6Lg3kA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uONr6Lg3kA .form-group {
    max-width: 180px;
  }
}
.cid-uONr6Lg3kA .links span {
  color: #9e9e9e;
}
.cid-uONr6Lg3kA .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uONr6Lg3kA .logo-title {
  text-align: center;
}
.cid-uONr6Lg3kA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONr6Lg3kA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOw7tcmgzX {
  background: transparent;
}
.cid-uOw7tcmgzX .navbar-nav {
  background: rgba(192, 192, 192, 0.2);
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uOw7tcmgzX .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOw7tcmgzX .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOw7tcmgzX .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uOw7tcmgzX .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uOw7tcmgzX .nav-link {
  position: relative;
}
.cid-uOw7tcmgzX .nav-link:hover {
  color: #a40e68 !important;
}
@media (max-width: 992px) {
  .cid-uOw7tcmgzX .navbar-collapse {
    background: #c0c0c0;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uOw7tcmgzX .navbar {
  min-height: 50px;
  background: #c0c0c0;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uOw7tcmgzX .navbar.opened {
  transition: all 0.3s;
}
.cid-uOw7tcmgzX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOw7tcmgzX .navbar .navbar-logo img {
  width: auto;
}
.cid-uOw7tcmgzX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOw7tcmgzX .navbar.collapsed {
  justify-content: center;
}
.cid-uOw7tcmgzX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOw7tcmgzX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOw7tcmgzX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOw7tcmgzX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOw7tcmgzX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOw7tcmgzX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOw7tcmgzX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOw7tcmgzX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOw7tcmgzX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOw7tcmgzX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOw7tcmgzX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOw7tcmgzX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOw7tcmgzX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOw7tcmgzX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOw7tcmgzX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOw7tcmgzX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOw7tcmgzX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOw7tcmgzX .dropdown-item:hover,
.cid-uOw7tcmgzX .dropdown-item:focus {
  background: #a40e68 !important;
  color: white !important;
}
.cid-uOw7tcmgzX .dropdown-item:hover span {
  color: white;
}
.cid-uOw7tcmgzX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOw7tcmgzX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOw7tcmgzX .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uOw7tcmgzX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOw7tcmgzX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOw7tcmgzX .dropdown-menu,
.cid-uOw7tcmgzX .navbar.opened {
  background: #c0c0c0;
}
.cid-uOw7tcmgzX .nav-item:focus,
.cid-uOw7tcmgzX .nav-link:focus {
  outline: none;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOw7tcmgzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOw7tcmgzX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOw7tcmgzX .dropdown-item.active,
.cid-uOw7tcmgzX .dropdown-item:active {
  background-color: transparent;
}
.cid-uOw7tcmgzX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOw7tcmgzX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOw7tcmgzX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOw7tcmgzX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0c0c0;
}
.cid-uOw7tcmgzX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOw7tcmgzX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOw7tcmgzX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOw7tcmgzX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOw7tcmgzX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOw7tcmgzX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOw7tcmgzX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOw7tcmgzX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOw7tcmgzX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOw7tcmgzX .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-uOw7tcmgzX .navbar {
    height: 70px;
  }
  .cid-uOw7tcmgzX .navbar.opened {
    height: auto;
  }
  .cid-uOw7tcmgzX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOw7tcmgzX .collapsed {
  background: transparent!important;
}
.cid-uOw7tcmgzX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOw7tcmgzX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOAAGXsZLY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOAAGXsZLY .item-img {
  position: relative;
}
.cid-uOAAGXsZLY .button1 {
  background: #a6a99c;
}
.cid-uOAAGXsZLY .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOAAGXsZLY .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uOAAGXsZLY .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-uOAAGXsZLY .button2 {
    margin-top: 1rem;
  }
}
.cid-uOAAGXsZLY .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uOAAGXsZLY .title {
    top: 25%;
  }
}
.cid-uOAAGXsZLY .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOAAGXsZLY .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uOAAGXsZLY .image-wrapper {
    min-height: 400px;
  }
}
.cid-uOAAGXsZLY .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOAAGXsZLY .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOAAGXsZLY .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uOAAGXsZLY .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #edefeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uOAAGXsZLY .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uOAAGXsZLY .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uOAAGXsZLY .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uOAAGXsZLY .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uOAAGXsZLY .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOAAGXsZLY .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uOAAGXsZLY .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOAAGXsZLY .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uOAAGXsZLY .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOAAGXsZLY .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOAAGXsZLY .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOAAGXsZLY img,
.cid-uOAAGXsZLY .item-img {
  width: 100%;
}
.cid-uOAAGXsZLY .item-title2,
.cid-uOAAGXsZLY .icon2 {
  color: #2a2c2d;
}
.cid-uOAAGXsZLY .item-title1,
.cid-uOAAGXsZLY .icon1 {
  color: #ffffff;
}
.cid-uOAAGXsZLY .main-title {
  color: #a40e68;
  text-align: left;
}
.cid-uOAAGXsZLY .main-title DIV {
  text-align: center;
}
.cid-uOALHBOch8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOALHBOch8 .item-img {
  position: relative;
}
.cid-uOALHBOch8 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uOALHBOch8 .card-text {
    padding-left: 4rem;
  }
}
.cid-uOALHBOch8 h5 {
  line-height: 1.2;
}
.cid-uOALHBOch8 .card {
  margin-bottom: 2rem;
}
.cid-uOALHBOch8 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uOALHBOch8 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uOALHBOch8 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #a40e68;
}
@media (max-width: 992px) {
  .cid-uOALHBOch8 .image-wrapper {
    min-height: 200px;
  }
}
.cid-uOALHBOch8 .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOALHBOch8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uOALHBOch8 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uOALHBOch8 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uOALHBOch8 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uOALHBOch8 .link-icon-wrapper .icon-wrap span {
  color: #edefeb;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOALHBOch8 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uOALHBOch8 .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOALHBOch8 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uOALHBOch8 .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOALHBOch8 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uOALHBOch8 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uOALHBOch8 img,
.cid-uOALHBOch8 .item-img {
  width: 100%;
}
.cid-uOALHBOch8 .item:focus,
.cid-uOALHBOch8 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uOALHBOch8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uOALHBOch8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOALHBOch8 .item-title {
  text-align: left;
  color: #edefeb;
}
.cid-uOALHBOch8 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uOALHBOch8 .mbr-section-subtitle,
.cid-uOALHBOch8 .subtitle-wrap,
.cid-uOALHBOch8 .mbr-section-btn {
  text-align: left;
}
.cid-uOALHBOch8 .mbr-text,
.cid-uOALHBOch8 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uOALHBOch8 .mbr-text {
  color: #000000;
}
.cid-uORTx9B2Hl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uORTx9B2Hl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uORTx9B2Hl a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uORTx9B2Hl a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uORTx9B2Hl img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uORcM4t0AQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORcM4t0AQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORcM4t0AQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORcM4t0AQ .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uORcM4t0AQ .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uORcM4t0AQ .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uORcM4t0AQ .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uORcM4t0AQ .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uORcM4t0AQ .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uORcM4t0AQ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uORcM4t0AQ .mbr-text,
.cid-uORcM4t0AQ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uORcM4t0AQ .mbr-section-title,
.cid-uORcM4t0AQ .line {
  color: #a6a99c;
}
.cid-uORcM4t0AQ .mbr-section-subtitle,
.cid-uORcM4t0AQ .align {
  text-align: left;
  color: #232323;
}
.cid-uORCkVhDOB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uORCkVhDOB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uORCkVhDOB a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uORCkVhDOB a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uORCkVhDOB img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uORyCg5auJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORyCg5auJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORyCg5auJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORyCg5auJ .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uORyCg5auJ .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uORyCg5auJ .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uORyCg5auJ .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uORyCg5auJ .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uORyCg5auJ .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uORyCg5auJ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uORyCg5auJ .mbr-text,
.cid-uORyCg5auJ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uORyCg5auJ .mbr-section-title,
.cid-uORyCg5auJ .line {
  color: #a6a99c;
}
.cid-uORyCg5auJ .mbr-section-subtitle,
.cid-uORyCg5auJ .align {
  text-align: left;
  color: #232323;
}
.cid-uORD0Hi1Ux {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uORD0Hi1Ux .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uORD0Hi1Ux a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uORD0Hi1Ux a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uORD0Hi1Ux img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uORxzblpMs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORxzblpMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORxzblpMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORxzblpMs .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uORxzblpMs .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uORxzblpMs .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uORxzblpMs .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uORxzblpMs .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uORxzblpMs .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uORxzblpMs .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uORxzblpMs .mbr-text,
.cid-uORxzblpMs .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uORxzblpMs .mbr-section-title,
.cid-uORxzblpMs .line {
  color: #a6a99c;
}
.cid-uORxzblpMs .mbr-section-subtitle,
.cid-uORxzblpMs .align {
  text-align: left;
  color: #232323;
}
.cid-uORD6GiDJB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uORD6GiDJB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uORD6GiDJB a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uORD6GiDJB a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uORD6GiDJB img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uORzF9lZSy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORzF9lZSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORzF9lZSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORzF9lZSy .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uORzF9lZSy .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uORzF9lZSy .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uORzF9lZSy .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uORzF9lZSy .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uORzF9lZSy .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uORzF9lZSy .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uORzF9lZSy .mbr-text,
.cid-uORzF9lZSy .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uORzF9lZSy .mbr-section-title,
.cid-uORzF9lZSy .line {
  color: #a6a99c;
}
.cid-uORzF9lZSy .mbr-section-subtitle,
.cid-uORzF9lZSy .align {
  text-align: left;
  color: #232323;
}
.cid-uORD9zua7x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uORD9zua7x .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uORD9zua7x a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uORD9zua7x a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uORD9zua7x img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uORBjJA1cK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORBjJA1cK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORBjJA1cK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORBjJA1cK .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uORBjJA1cK .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uORBjJA1cK .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uORBjJA1cK .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uORBjJA1cK .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uORBjJA1cK .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uORBjJA1cK .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uORBjJA1cK .mbr-text,
.cid-uORBjJA1cK .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uORBjJA1cK .mbr-section-title,
.cid-uORBjJA1cK .line {
  color: #a6a99c;
}
.cid-uORBjJA1cK .mbr-section-subtitle,
.cid-uORBjJA1cK .align {
  text-align: left;
  color: #232323;
}
.cid-uOALJpo1JM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uOALJpo1JM .mbr-section-title {
  color: #000000;
}
.cid-uOALJpo1JM .mbr-section-subtitle {
  color: #000000;
}
.cid-uOALJpo1JM .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uOALJpo1JM .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uOALJpo1JM .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uOALJpo1JM .mbr-section-title,
.cid-uOALJpo1JM .line {
  color: #000000;
  text-align: right;
}
.cid-uORUpVRZeY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uORUpVRZeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORUpVRZeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORUpVRZeY .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORUpVRZeY .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uORUpVRZeY .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uORUpVRZeY .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORUpVRZeY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uORUpVRZeY .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uORUpVRZeY .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uORUpVRZeY .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uORUpVRZeY .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORUpVRZeY .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uORUpVRZeY .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uORUpVRZeY .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uORUpVRZeY .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORUpVRZeY .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uORUpVRZeY .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uORUpVRZeY .mbr-label,
.cid-uORUpVRZeY .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORUpVRZeY .mbr-text,
.cid-uORUpVRZeY .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uORUpVRZeY .mbr-section-title,
.cid-uORUpVRZeY .mbr-section-btn {
  text-align: center;
}
.cid-uORUpVRZeY .mbr-text {
  color: #a40e68;
}
.cid-uORPBAGgHU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uORPBAGgHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORPBAGgHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORPBAGgHU .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uORPBAGgHU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uORPBAGgHU .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uORPBAGgHU .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uORPBAGgHU .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uORPBAGgHU .title-wrapper .title-wrap .mbr-section-title span {
  color: #a40e68;
}
.cid-uORPBAGgHU .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uORPBAGgHU .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uORPBAGgHU .item:hover .item-wrapper .item-img,
.cid-uORPBAGgHU .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uORPBAGgHU .item:hover .item-wrapper .item-img,
  .cid-uORPBAGgHU .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uORPBAGgHU .item:hover .item-wrapper .item-img img,
.cid-uORPBAGgHU .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uORPBAGgHU .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uORPBAGgHU .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uORPBAGgHU .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uORPBAGgHU .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uORPBAGgHU .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uORPBAGgHU .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uORPBAGgHU .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uORPBAGgHU .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uORPBAGgHU .mbr-section-title {
  color: #404349;
}
.cid-uORPBAGgHU .mbr-desc {
  color: #b19a7c;
}
.cid-uORPBAGgHU .item-title {
  color: #404349;
}
.cid-uORPBAGgHU .item-desc {
  color: #b19a7c;
}
.cid-uORQRDjPvf {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uORQRDjPvf {
    align-items: center;
  }
  .cid-uORQRDjPvf .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uORQRDjPvf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uORQRDjPvf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uORQRDjPvf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uORQRDjPvf .content-wrap {
    width: 100%;
  }
}
.cid-uORQRDjPvf .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uORQRDjPvf .mbr-text,
.cid-uORQRDjPvf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORQRDjPvf .mbr-section-title DIV {
  text-align: left;
}
.cid-uORR8LfOmX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uORR8LfOmX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uORR8LfOmX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uORR8LfOmX .embla__slide .slide-content {
  width: 100%;
}
.cid-uORR8LfOmX .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uORR8LfOmX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uORR8LfOmX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uORR8LfOmX .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uORR8LfOmX .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uORR8LfOmX .embla__button--next,
.cid-uORR8LfOmX .embla__button--prev {
  display: flex;
}
.cid-uORR8LfOmX .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uORR8LfOmX .embla__button:hover {
  opacity: .7 !important;
}
.cid-uORR8LfOmX .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uORR8LfOmX .embla__button.embla__button--next {
  right: 0;
}
.cid-uORR8LfOmX .embla {
  position: relative;
  width: 100%;
}
.cid-uORR8LfOmX .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uORR8LfOmX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uORR8LfOmX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uORR8LfOmX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uORR8LfOmX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uORR8LfOmX .item-desc {
  color: #ffffff;
}
.cid-uONr9cieYf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uONr9cieYf .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uONr9cieYf .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uONr9cieYf .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uONr9cieYf .btn-primary {
  border: 1px solid #a40e68 !important;
}
.cid-uONr9cieYf .btn-primary:hover {
  border: 1px solid #a40e68 !important;
}
.cid-uONr9cieYf .stripe {
  border-bottom: 1px solid #a40e68;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uONr9cieYf .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uONr9cieYf .input-group-btn {
  padding-left: 0;
}
.cid-uONr9cieYf .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uONr9cieYf .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uONr9cieYf .mbr-text {
  color: #444;
}
.cid-uONr9cieYf h5 {
  margin-bottom: 0;
}
.cid-uONr9cieYf .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uONr9cieYf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uONr9cieYf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uONr9cieYf .socicon {
  font-size: 1.3rem;
  background: #edefeb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uONr9cieYf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uONr9cieYf .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uONr9cieYf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uONr9cieYf .social-list a:hover {
  opacity: 0.4;
}
.cid-uONr9cieYf .media-container-row > div {
  padding: 0px;
}
.cid-uONr9cieYf .text2 {
  color: #000000;
  text-align: left;
}
.cid-uONr9cieYf .group-title {
  text-align: left;
  color: #a40e68;
  padding-bottom: 0.2rem;
}
.cid-uONr9cieYf .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uONr9cieYf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uONr9cieYf .social-list,
  .cid-uONr9cieYf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uONr9cieYf h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uONr9cieYf .form-group {
    max-width: 180px;
  }
}
.cid-uONr9cieYf .links span {
  color: #9e9e9e;
}
.cid-uONr9cieYf .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uONr9cieYf .logo-title {
  text-align: center;
}
.cid-uONr9cieYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONr9cieYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSrxMYE4F {
  background: transparent;
}
.cid-uOSrxMYE4F .navbar-nav {
  background: rgba(192, 192, 192, 0.2);
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-uOSrxMYE4F .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOSrxMYE4F .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOSrxMYE4F .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uOSrxMYE4F .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-uOSrxMYE4F .nav-link {
  position: relative;
}
.cid-uOSrxMYE4F .nav-link:hover {
  color: #a40e68 !important;
}
@media (max-width: 992px) {
  .cid-uOSrxMYE4F .navbar-collapse {
    background: #c0c0c0;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-uOSrxMYE4F .navbar {
  min-height: 50px;
  background: #c0c0c0;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-uOSrxMYE4F .navbar.opened {
  transition: all 0.3s;
}
.cid-uOSrxMYE4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOSrxMYE4F .navbar .navbar-logo img {
  width: auto;
}
.cid-uOSrxMYE4F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOSrxMYE4F .navbar.collapsed {
  justify-content: center;
}
.cid-uOSrxMYE4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOSrxMYE4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOSrxMYE4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOSrxMYE4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOSrxMYE4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOSrxMYE4F .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-uOSrxMYE4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOSrxMYE4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOSrxMYE4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOSrxMYE4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOSrxMYE4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOSrxMYE4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOSrxMYE4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOSrxMYE4F .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-uOSrxMYE4F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOSrxMYE4F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOSrxMYE4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOSrxMYE4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOSrxMYE4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOSrxMYE4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOSrxMYE4F .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-uOSrxMYE4F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOSrxMYE4F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOSrxMYE4F .dropdown-item:hover,
.cid-uOSrxMYE4F .dropdown-item:focus {
  background: #a40e68 !important;
  color: white !important;
}
.cid-uOSrxMYE4F .dropdown-item:hover span {
  color: white;
}
.cid-uOSrxMYE4F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOSrxMYE4F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOSrxMYE4F .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-uOSrxMYE4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOSrxMYE4F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOSrxMYE4F .dropdown-menu,
.cid-uOSrxMYE4F .navbar.opened {
  background: #c0c0c0;
}
.cid-uOSrxMYE4F .nav-item:focus,
.cid-uOSrxMYE4F .nav-link:focus {
  outline: none;
}
.cid-uOSrxMYE4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOSrxMYE4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOSrxMYE4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOSrxMYE4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOSrxMYE4F .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-uOSrxMYE4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOSrxMYE4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOSrxMYE4F .dropdown-item.active,
.cid-uOSrxMYE4F .dropdown-item:active {
  background-color: transparent;
}
.cid-uOSrxMYE4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOSrxMYE4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOSrxMYE4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOSrxMYE4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c0c0c0;
}
.cid-uOSrxMYE4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOSrxMYE4F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOSrxMYE4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOSrxMYE4F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOSrxMYE4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOSrxMYE4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOSrxMYE4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOSrxMYE4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOSrxMYE4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOSrxMYE4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOSrxMYE4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOSrxMYE4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOSrxMYE4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOSrxMYE4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOSrxMYE4F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOSrxMYE4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOSrxMYE4F .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-uOSrxMYE4F .navbar {
    height: 70px;
  }
  .cid-uOSrxMYE4F .navbar.opened {
    height: auto;
  }
  .cid-uOSrxMYE4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOSrxMYE4F .collapsed {
  background: transparent!important;
}
.cid-uOSrxMYE4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOSrxMYE4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOSrxOdkMM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOSrxOdkMM .item-img {
  position: relative;
}
.cid-uOSrxOdkMM .button1 {
  background: #a6a99c;
}
.cid-uOSrxOdkMM .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOSrxOdkMM .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uOSrxOdkMM .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-uOSrxOdkMM .button2 {
    margin-top: 1rem;
  }
}
.cid-uOSrxOdkMM .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uOSrxOdkMM .title {
    top: 25%;
  }
}
.cid-uOSrxOdkMM .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOSrxOdkMM .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uOSrxOdkMM .image-wrapper {
    min-height: 400px;
  }
}
.cid-uOSrxOdkMM .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOSrxOdkMM .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uOSrxOdkMM .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uOSrxOdkMM .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #edefeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uOSrxOdkMM .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uOSrxOdkMM .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uOSrxOdkMM .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uOSrxOdkMM .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uOSrxOdkMM .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uOSrxOdkMM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uOSrxOdkMM .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-uOSrxOdkMM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uOSrxOdkMM .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-uOSrxOdkMM .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOSrxOdkMM .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uOSrxOdkMM img,
.cid-uOSrxOdkMM .item-img {
  width: 100%;
}
.cid-uOSrxOdkMM .item-title2,
.cid-uOSrxOdkMM .icon2 {
  color: #2a2c2d;
}
.cid-uOSrxOdkMM .item-title1,
.cid-uOSrxOdkMM .icon1 {
  color: #ffffff;
}
.cid-uOSrxOdkMM .main-title {
  color: #a40e68;
  text-align: left;
}
.cid-uOSrxOdkMM .main-title DIV {
  text-align: center;
}
.cid-uOSuC6fXNY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uOSuC6fXNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSuC6fXNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSuC6fXNY .row {
  justify-content: space-between;
}
.cid-uOSuC6fXNY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOSuC6fXNY .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOSuC6fXNY .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOSuC6fXNY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOSuC6fXNY .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOSuC6fXNY .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOSuC6fXNY .mbr-label {
  color: #000000;
}
.cid-uOSuC6fXNY .mbr-section-title {
  color: #000000;
}
.cid-uOSuC6fXNY .mbr-desc {
  color: #000000;
}
.cid-uOSuC6fXNY .mbr-text {
  color: #8a8a8a;
}
.cid-uOSuC6fXNY .mbr-text,
.cid-uOSuC6fXNY .mbr-section-btn {
  color: #000000;
}
.cid-uOSvZoXiNn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOSvZoXiNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSvZoXiNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSvZoXiNn .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOSvZoXiNn .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOSvZoXiNn .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uOSvZoXiNn .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOSvZoXiNn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOSvZoXiNn .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOSvZoXiNn .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uOSvZoXiNn .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOSvZoXiNn .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uOSvZoXiNn .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uOSvZoXiNn .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #a40e68;
}
@media (max-width: 992px) {
  .cid-uOSvZoXiNn .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uOSvZoXiNn .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOSvZoXiNn .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uOSvZoXiNn .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uOSvZoXiNn .mbr-label,
.cid-uOSvZoXiNn .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uOSvZoXiNn .mbr-text,
.cid-uOSvZoXiNn .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uOSvZoXiNn .mbr-section-title,
.cid-uOSvZoXiNn .mbr-section-btn {
  text-align: center;
}
.cid-uOSvZoXiNn .mbr-text {
  color: #a40e68;
}
.cid-uOSv5x2cjD {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uOSv5x2cjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSv5x2cjD .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-uOSv5x2cjD .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOSv5x2cjD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOSv5x2cjD .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uOSv5x2cjD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uOSv5x2cjD .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uOSv5x2cjD .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOSv5x2cjD .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uOSv5x2cjD .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uOSv5x2cjD .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uOSv5x2cjD .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uOSv5x2cjD .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOSv5x2cjD .mbr-section-title {
  color: #000000;
}
.cid-uOSv5x2cjD .card-title {
  color: #000000;
}
.cid-uOSv5x2cjD .mbr-section-title,
.cid-uOSv5x2cjD .mbr-section-btn {
  color: #a6a99c;
}
.cid-uOSvhKRQwt .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uOSvhKRQwt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOSvhKRQwt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uOSvhKRQwt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOSvhKRQwt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOSrxVsEjq {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOSrxVsEjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSrxVsEjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSrxVsEjq .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOSrxVsEjq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOSrxVsEjq .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uOSrxVsEjq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uOSrxVsEjq .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uOSrxVsEjq .title-wrapper .title-wrap .mbr-section-title span {
  color: #a40e68;
}
.cid-uOSrxVsEjq .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOSrxVsEjq .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uOSrxVsEjq .item:hover .item-wrapper .item-img,
.cid-uOSrxVsEjq .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uOSrxVsEjq .item:hover .item-wrapper .item-img,
  .cid-uOSrxVsEjq .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uOSrxVsEjq .item:hover .item-wrapper .item-img img,
.cid-uOSrxVsEjq .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uOSrxVsEjq .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uOSrxVsEjq .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOSrxVsEjq .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uOSrxVsEjq .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOSrxVsEjq .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uOSrxVsEjq .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uOSrxVsEjq .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uOSrxVsEjq .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uOSrxVsEjq .mbr-section-title {
  color: #404349;
}
.cid-uOSrxVsEjq .mbr-desc {
  color: #b19a7c;
}
.cid-uOSrxVsEjq .item-title {
  color: #404349;
}
.cid-uOSrxVsEjq .item-desc {
  color: #b19a7c;
}
.cid-uOSrxVRb5G {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uOSrxVRb5G {
    align-items: center;
  }
  .cid-uOSrxVRb5G .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOSrxVRb5G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOSrxVRb5G {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOSrxVRb5G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOSrxVRb5G .content-wrap {
    width: 100%;
  }
}
.cid-uOSrxVRb5G .mbr-section-title {
  text-align: left;
  color: #a40e68;
}
.cid-uOSrxVRb5G .mbr-text,
.cid-uOSrxVRb5G .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOSrxVRb5G .mbr-section-title DIV {
  text-align: left;
}
.cid-uOSrxW72vH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uOSrxW72vH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uOSrxW72vH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOSrxW72vH .embla__slide .slide-content {
  width: 100%;
}
.cid-uOSrxW72vH .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uOSrxW72vH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOSrxW72vH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOSrxW72vH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uOSrxW72vH .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uOSrxW72vH .embla__button--next,
.cid-uOSrxW72vH .embla__button--prev {
  display: flex;
}
.cid-uOSrxW72vH .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOSrxW72vH .embla__button:hover {
  opacity: .7 !important;
}
.cid-uOSrxW72vH .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uOSrxW72vH .embla__button.embla__button--next {
  right: 0;
}
.cid-uOSrxW72vH .embla {
  position: relative;
  width: 100%;
}
.cid-uOSrxW72vH .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOSrxW72vH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOSrxW72vH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOSrxW72vH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOSrxW72vH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOSrxW72vH .item-desc {
  color: #ffffff;
}
.cid-uOSrxWX8VF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
.cid-uOSrxWX8VF .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-uOSrxWX8VF .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uOSrxWX8VF .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uOSrxWX8VF .btn-primary {
  border: 1px solid #a40e68 !important;
}
.cid-uOSrxWX8VF .btn-primary:hover {
  border: 1px solid #a40e68 !important;
}
.cid-uOSrxWX8VF .stripe {
  border-bottom: 1px solid #a40e68;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uOSrxWX8VF .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uOSrxWX8VF .input-group-btn {
  padding-left: 0;
}
.cid-uOSrxWX8VF .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uOSrxWX8VF .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uOSrxWX8VF .mbr-text {
  color: #444;
}
.cid-uOSrxWX8VF h5 {
  margin-bottom: 0;
}
.cid-uOSrxWX8VF .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uOSrxWX8VF .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOSrxWX8VF .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uOSrxWX8VF .socicon {
  font-size: 1.3rem;
  background: #edefeb;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOSrxWX8VF .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOSrxWX8VF .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOSrxWX8VF .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOSrxWX8VF .social-list a:hover {
  opacity: 0.4;
}
.cid-uOSrxWX8VF .media-container-row > div {
  padding: 0px;
}
.cid-uOSrxWX8VF .text2 {
  color: #000000;
  text-align: left;
}
.cid-uOSrxWX8VF .group-title {
  text-align: left;
  color: #a40e68;
  padding-bottom: 0.2rem;
}
.cid-uOSrxWX8VF .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOSrxWX8VF .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOSrxWX8VF .social-list,
  .cid-uOSrxWX8VF .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOSrxWX8VF h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uOSrxWX8VF .form-group {
    max-width: 180px;
  }
}
.cid-uOSrxWX8VF .links span {
  color: #9e9e9e;
}
.cid-uOSrxWX8VF .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uOSrxWX8VF .logo-title {
  text-align: center;
}
.cid-uOSrxWX8VF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSrxWX8VF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
