.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: 'Playfair Display', serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'DM Serif Display', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((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.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))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((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.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))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #791F38 !important;
}
.bg-success {
  background-color: #ffaadd !important;
}
.bg-info {
  background-color: #791f38b5 !important;
}
.bg-warning {
  background-color: #ff3fb2 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #791F38 !important;
  border-color: #791F38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6e1313 !important;
  border-color: #6e1313 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6e1313 !important;
  border-color: #6e1313 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffc1d3 !important;
  border-color: #ffc1d3 !important;
  color: #791F38 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #791F38 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #791f38b5 !important;
  border-color: #791f38b5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffacde !important;
  border-color: #ffacde !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffacde !important;
  border-color: #ffacde !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffaadd !important;
  border-color: #ffaadd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffddf1 !important;
  border-color: #ffddf1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffddf1 !important;
  border-color: #ffddf1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff3fb2 !important;
  border-color: #ff3fb2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff72c6 !important;
  border-color: #ff72c6 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff72c6 !important;
  border-color: #ff72c6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #791F38;
  color: #791F38;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #791F38 !important;
  border-color: #791F38 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffc1d3;
  color: #ffc1d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #791F38 !important;
  background-color: #ffc1d3 !important;
  border-color: #ffc1d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #791f38b5;
  color: #791f38b5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6e1313 !important;
  background-color: transparent !important;
  border-color: #6e1313 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #791f38b5 !important;
  border-color: #791f38b5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffaadd;
  color: #ffaadd;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff53ba !important;
  background-color: transparent !important;
  border-color: #ff53ba !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaadd !important;
  border-color: #ffaadd !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff3fb2;
  color: #ff3fb2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e7008b !important;
  background-color: transparent !important;
  border-color: #e7008b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3fb2 !important;
  border-color: #ff3fb2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #791F38 !important;
}
.text-secondary {
  color: #ffc1d3 !important;
}
.text-success {
  color: #ffaadd !important;
}
.text-info {
  color: #791f38b5 !important;
}
.text-warning {
  color: #ff3fb2 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #710044 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff44b4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff13a0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d80081 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #791F38;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #791f38b5;
}
.alert-warning {
  background-color: #ff3fb2;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #791F38;
  border-color: #791F38;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #791F38;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffa4db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #791F38 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #791F38;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #791F38;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #791F38;
}
.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: #791F38;
  border-bottom-color: #791F38;
}
.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: #791F38 !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: #ffc1d3 !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='%23d70081' %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-uhA5KDgZcE {
  z-index: 1000;
  width: 100%;
}
.cid-uhA5KDgZcE .navbar-brand {
  display: contents;
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-brand {
    min-height: 69px;
  }
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .dropdown-menu {
  padding: 0;
}
.cid-uhA5KDgZcE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhA5KDgZcE .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhA5KDgZcE .dropdown-item:hover:after {
  color: #791F38;
}
.cid-uhA5KDgZcE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhA5KDgZcE .nav-link {
  position: relative;
}
.cid-uhA5KDgZcE .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE .dropdown-menu,
.cid-uhA5KDgZcE .navbar.opened {
  background: #edefeb !important;
}
.cid-uhA5KDgZcE .nav-item:focus,
.cid-uhA5KDgZcE .nav-link:focus {
  outline: none;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uhA5KDgZcE .navbar.opened {
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhA5KDgZcE .navbar .navbar-logo img {
  width: auto;
}
.cid-uhA5KDgZcE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhA5KDgZcE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhA5KDgZcE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhA5KDgZcE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhA5KDgZcE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhA5KDgZcE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar {
    min-height: 80px;
  }
}
.cid-uhA5KDgZcE .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uhA5KDgZcE .dropdown-item.active,
.cid-uhA5KDgZcE .dropdown-item:active {
  background-color: transparent;
}
.cid-uhA5KDgZcE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhA5KDgZcE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhA5KDgZcE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhA5KDgZcE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar {
    height: 70px;
  }
  .cid-uhA5KDgZcE .navbar.opened {
    height: auto;
  }
  .cid-uhA5KDgZcE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhA5KDgZcE .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-short {
    min-height: 70px;
  }
}
.cid-uhA5KDgZcE .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 3px;
  }
}
.cid-uhA5KDgZcE .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uhA5KDgZcE .navbar-nav {
  display: flex !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:focus,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #791F38 !important;
}
.cid-uhA5KDgZcE .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uhA5KDgZcE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uhA5KDgZcE button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffc1d3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uhA5KDgZcE .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uhA5KDgZcE .offcanvas.show {
  transform: translateX(0);
}
.cid-uhA5KDgZcE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uhA5KDgZcE .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhA5KDgZcE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #791F38;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uhA5KDgZcE .mbr-text {
  color: #000000;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uhA5KDgZcE .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uhA5KDgZcE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar {
  width: 1em;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uhA5KDgZcE .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .social-container {
    padding-top: 40px;
  }
}
.cid-uhA5KDgZcE .social-title {
  color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uhA5KDgZcE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uhA5KDgZcE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #791f38b5, -10px -10px 19px #791F38;
  transition: 0.4s all;
}
.cid-uhA5KDgZcE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhA5KDgZcE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #791F38;
}
.cid-uhA5KDgZcE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhA5KDgZcE .soc-item:hover:before {
  opacity: 1;
}
.cid-uhA5KDgZcE .offcanvas_btn {
  margin-top: auto;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uhMjPZv03y {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uhMjPZv03y .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-uhMjPZv03y .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-uhMjPZv03y .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhMjPZv03y .content {
  width: 75%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-uhMjPZv03y .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-uhMjPZv03y .mbr-section-title {
  color: #1f1437;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #791F38;
  border-bottom: 2px solid #791F38;
}
.cid-uhMjPZv03y .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
  z-index: -1;
}
.cid-uhMjPZv03y .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-uhMjPZv03y .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uhMjPZv03y .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uhMjPZv03y .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-uhMjPZv03y .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uhMjPZv03y .wave-container .wave svg path {
  fill: #edefeb;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uj2QigslRp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uj2QigslRp h6 {
  line-height: 1.2;
}
.cid-uj2QigslRp img,
.cid-uj2QigslRp .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uj2QigslRp .item:focus,
.cid-uj2QigslRp span:focus {
  outline: none;
}
.cid-uj2QigslRp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj2QigslRp .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uj2QigslRp .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uj2QigslRp .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj2QigslRp .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uj2QigslRp .mbr-section-title {
  color: #000000;
}
.cid-uj2QigslRp .mbr-text,
.cid-uj2QigslRp .mbr-section-btn {
  color: #000000;
}
.cid-uj2QigslRp .item-title {
  color: #000000;
  text-align: center;
}
.cid-uj2QigslRp .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj2QigslRp .item-text {
  color: #000000;
  text-align: center;
}
.cid-uj2QigslRp .content-head {
  max-width: 800px;
}
.cid-uj63hSvaO3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uj63hSvaO3 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uj63hSvaO3 img,
.cid-uj63hSvaO3 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uj63hSvaO3 .item:focus,
.cid-uj63hSvaO3 span:focus {
  outline: none;
}
.cid-uj63hSvaO3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj63hSvaO3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uj63hSvaO3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj63hSvaO3 .mbr-section-title {
  color: #232323;
}
.cid-uj63hSvaO3 .mbr-text,
.cid-uj63hSvaO3 .mbr-section-btn {
  color: #232323;
}
.cid-uj63hSvaO3 .item-title {
  color: #232323;
}
.cid-uj63hSvaO3 .content-head {
  max-width: 800px;
}
.cid-uj64iwCcfg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uj64iwCcfg .row {
  flex-direction: row-reverse;
}
.cid-uj64iwCcfg .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uj64iwCcfg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj64iwCcfg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uj64iwCcfg .mbr-card-title {
  color: #000000;
}
.cid-uj64iwCcfg .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uj64iwCcfg .mbr-text,
.cid-uj64iwCcfg .mbr-section-btn {
  text-align: left;
}
.cid-uj64iwCcfg .row {
  align-items: center;
}
.cid-uj66lH3KY5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uj66lH3KY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj66lH3KY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj66lH3KY5 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uj66lH3KY5 .timeline-element {
  position: relative;
}
.cid-uj66lH3KY5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uj66lH3KY5 .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #791F38;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-uj66lH3KY5 .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #791F38;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-uj66lH3KY5 .iconBackground {
    left: 15px !important;
  }
  .cid-uj66lH3KY5 .separline:before {
    left: 15px !important;
  }
}
.cid-uj66lH3KY5 .mbr-section-title,
.cid-uj66lH3KY5 .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uj66lH3KY5 .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-uj66lH3KY5 .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uj66lH3KY5 .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-uj66lH3KY5 .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-uj66lH3KY5 .timeline-text-content {
  margin-left: 2rem;
}
.cid-uj66lH3KY5 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uj66lH3KY5 .mbr-timeline-date {
  text-align: right;
}
.cid-uk7UKAxL7j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffc1d3;
}
.cid-uk7UKAxL7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7UKAxL7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj85QLIhEO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uj85QLIhEO .mbr-overlay {
  background: #791F38;
  opacity: 0.8;
}
.cid-uj85QLIhEO .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uj85QLIhEO .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uj85QLIhEO .content-wrapper .decor {
    display: none;
  }
}
.cid-uj85QLIhEO .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-uj85QLIhEO .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-uj85QLIhEO .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-uj85QLIhEO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uj85QLIhEO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uj85QLIhEO .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-uj85QLIhEO .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #791F38;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uj85QLIhEO .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-uj85QLIhEO .embla__button--next,
.cid-uj85QLIhEO .embla__button--prev {
  display: flex;
}
.cid-uj85QLIhEO .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #791F38 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uj85QLIhEO .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uj85QLIhEO .embla__button:hover {
  opacity: .7;
}
.cid-uj85QLIhEO .embla__button.embla__button--prev {
  left: 0;
}
.cid-uj85QLIhEO .embla__button.embla__button--next {
  right: 0;
}
.cid-uj85QLIhEO .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uj85QLIhEO .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uj85QLIhEO .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uj85QLIhEO .embla__viewport {
    width: 100%;
  }
}
.cid-uj85QLIhEO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uj85QLIhEO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uj85QLIhEO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uj85QLIhEO .item-letter {
  color: #f24d4a;
}
.cid-uj85QLIhEO .item-name {
  color: #f24d4a;
}
.cid-uj85QLIhEO .item-text {
  color: #f24d4a;
}
.cid-uj85QLIhEO .item-date {
  color: #f24d4a;
}
.cid-uhLUlhLJsa.popup-builder {
  background-color: #ffffff;
}
.cid-uhLUlhLJsa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhLUlhLJsa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhLUlhLJsa .modal-content,
.cid-uhLUlhLJsa .modal-dialog {
  height: auto;
}
.cid-uhLUlhLJsa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhLUlhLJsa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhLUlhLJsa .form-wrapper .mbr-form .form-group,
  .cid-uhLUlhLJsa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhLUlhLJsa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhLUlhLJsa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhLUlhLJsa .mbr-text {
  text-align: center;
}
.cid-uhLUlhLJsa .pt-0 {
  padding-top: 0 !important;
}
.cid-uhLUlhLJsa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhLUlhLJsa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhLUlhLJsa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhLUlhLJsa .modal-open {
  overflow: hidden;
}
.cid-uhLUlhLJsa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhLUlhLJsa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhLUlhLJsa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhLUlhLJsa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhLUlhLJsa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhLUlhLJsa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhLUlhLJsa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhLUlhLJsa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhLUlhLJsa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhLUlhLJsa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhLUlhLJsa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhLUlhLJsa .modal-backdrop.show {
  opacity: .5;
}
.cid-uhLUlhLJsa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhLUlhLJsa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUlhLJsa .modal-header {
    padding: 1rem;
  }
}
.cid-uhLUlhLJsa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhLUlhLJsa .modal-header .close svg {
  fill: #353535;
}
.cid-uhLUlhLJsa .modal-header .close:hover {
  opacity: 1;
}
.cid-uhLUlhLJsa .modal-header .close:focus {
  outline: none;
}
.cid-uhLUlhLJsa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhLUlhLJsa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhLUlhLJsa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUlhLJsa .modal-body {
    padding: 1rem;
  }
}
.cid-uhLUlhLJsa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhLUlhLJsa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUlhLJsa .modal-footer {
    padding: 1rem;
  }
}
.cid-uhLUlhLJsa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhLUlhLJsa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhLUlhLJsa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhLUlhLJsa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhLUlhLJsa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhLUlhLJsa .modal-lg,
  .cid-uhLUlhLJsa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhLUlhLJsa .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhLUlhLJsa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhLUlhLJsa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhLUlhLJsa .form-group {
  margin-bottom: 1rem;
}
.cid-uhLUlhLJsa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhLUlhLJsa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhLUlhLJsa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhLUlhLJsa .mbr-section-btn {
  margin: 0;
}
.cid-uhLUlhLJsa .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhLVhEfA3U.popup-builder {
  background-color: #ffffff;
}
.cid-uhLVhEfA3U.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhLVhEfA3U.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhLVhEfA3U .modal-content,
.cid-uhLVhEfA3U .modal-dialog {
  height: auto;
}
.cid-uhLVhEfA3U .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhLVhEfA3U .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhLVhEfA3U .form-wrapper .mbr-form .form-group,
  .cid-uhLVhEfA3U .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhLVhEfA3U .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhLVhEfA3U .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhLVhEfA3U .mbr-text {
  text-align: center;
}
.cid-uhLVhEfA3U .pt-0 {
  padding-top: 0 !important;
}
.cid-uhLVhEfA3U .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhLVhEfA3U .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhLVhEfA3U .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhLVhEfA3U .modal-open {
  overflow: hidden;
}
.cid-uhLVhEfA3U .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhLVhEfA3U .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhLVhEfA3U .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhLVhEfA3U .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhLVhEfA3U .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhLVhEfA3U .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhLVhEfA3U .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhLVhEfA3U .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhLVhEfA3U .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhLVhEfA3U .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhLVhEfA3U .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhLVhEfA3U .modal-backdrop.show {
  opacity: .5;
}
.cid-uhLVhEfA3U .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhLVhEfA3U .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLVhEfA3U .modal-header {
    padding: 1rem;
  }
}
.cid-uhLVhEfA3U .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhLVhEfA3U .modal-header .close svg {
  fill: #353535;
}
.cid-uhLVhEfA3U .modal-header .close:hover {
  opacity: 1;
}
.cid-uhLVhEfA3U .modal-header .close:focus {
  outline: none;
}
.cid-uhLVhEfA3U .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhLVhEfA3U .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhLVhEfA3U .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLVhEfA3U .modal-body {
    padding: 1rem;
  }
}
.cid-uhLVhEfA3U .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhLVhEfA3U .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLVhEfA3U .modal-footer {
    padding: 1rem;
  }
}
.cid-uhLVhEfA3U .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhLVhEfA3U .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhLVhEfA3U .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhLVhEfA3U .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhLVhEfA3U .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhLVhEfA3U .modal-lg,
  .cid-uhLVhEfA3U .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhLVhEfA3U .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhLVhEfA3U .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhLVhEfA3U .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhLVhEfA3U .form-group {
  margin-bottom: 1rem;
}
.cid-uhLVhEfA3U .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhLVhEfA3U .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhLVhEfA3U .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhLVhEfA3U .mbr-section-btn {
  margin: 0;
}
.cid-uhLVhEfA3U .mbr-section-btn .btn {
  margin: 0;
}
.cid-uj8k2WQUIi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uj8k2WQUIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8k2WQUIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8k2WQUIi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container {
    padding: 0 24px;
  }
}
.cid-uj8k2WQUIi .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-uj8k2WQUIi .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uj8k2WQUIi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uj8k2WQUIi .lists-wrapper {
    display: block;
  }
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #141414;
}
.cid-uj8k2WQUIi .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uj8k2WQUIi .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uj8k2WQUIi .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uj8k2WQUIi .mbr-section-title {
  color: #141414;
}
.cid-uj8k2WQUIi .mbr-text {
  color: #141414;
}
.cid-uj8k2WQUIi .list {
  color: #141414;
}
.cid-uhA5KDgZcE {
  z-index: 1000;
  width: 100%;
}
.cid-uhA5KDgZcE .navbar-brand {
  display: contents;
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-brand {
    min-height: 69px;
  }
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .dropdown-menu {
  padding: 0;
}
.cid-uhA5KDgZcE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhA5KDgZcE .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhA5KDgZcE .dropdown-item:hover:after {
  color: #791F38;
}
.cid-uhA5KDgZcE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhA5KDgZcE .nav-link {
  position: relative;
}
.cid-uhA5KDgZcE .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE .dropdown-menu,
.cid-uhA5KDgZcE .navbar.opened {
  background: #edefeb !important;
}
.cid-uhA5KDgZcE .nav-item:focus,
.cid-uhA5KDgZcE .nav-link:focus {
  outline: none;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uhA5KDgZcE .navbar.opened {
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhA5KDgZcE .navbar .navbar-logo img {
  width: auto;
}
.cid-uhA5KDgZcE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhA5KDgZcE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhA5KDgZcE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhA5KDgZcE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhA5KDgZcE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhA5KDgZcE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar {
    min-height: 80px;
  }
}
.cid-uhA5KDgZcE .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uhA5KDgZcE .dropdown-item.active,
.cid-uhA5KDgZcE .dropdown-item:active {
  background-color: transparent;
}
.cid-uhA5KDgZcE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhA5KDgZcE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhA5KDgZcE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhA5KDgZcE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar {
    height: 70px;
  }
  .cid-uhA5KDgZcE .navbar.opened {
    height: auto;
  }
  .cid-uhA5KDgZcE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhA5KDgZcE .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-short {
    min-height: 70px;
  }
}
.cid-uhA5KDgZcE .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 3px;
  }
}
.cid-uhA5KDgZcE .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uhA5KDgZcE .navbar-nav {
  display: flex !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:focus,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #791F38 !important;
}
.cid-uhA5KDgZcE .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uhA5KDgZcE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uhA5KDgZcE button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffc1d3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uhA5KDgZcE .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uhA5KDgZcE .offcanvas.show {
  transform: translateX(0);
}
.cid-uhA5KDgZcE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uhA5KDgZcE .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhA5KDgZcE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #791F38;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uhA5KDgZcE .mbr-text {
  color: #000000;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uhA5KDgZcE .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uhA5KDgZcE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar {
  width: 1em;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uhA5KDgZcE .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .social-container {
    padding-top: 40px;
  }
}
.cid-uhA5KDgZcE .social-title {
  color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uhA5KDgZcE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uhA5KDgZcE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #791f38b5, -10px -10px 19px #791F38;
  transition: 0.4s all;
}
.cid-uhA5KDgZcE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhA5KDgZcE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #791F38;
}
.cid-uhA5KDgZcE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhA5KDgZcE .soc-item:hover:before {
  opacity: 1;
}
.cid-uhA5KDgZcE .offcanvas_btn {
  margin-top: auto;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uhAlgY56Jm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1362.webp");
}
.cid-uhAlgY56Jm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uhAlgY56Jm .mbr-section-head {
  margin-bottom: 60px;
}
.cid-uhAlgY56Jm .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uhAlgY56Jm .mbr-section-subtitle {
  color: #791F38;
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uhAlgY56Jm .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uhAlgY56Jm form {
  width: 100%;
}
.cid-uhAlgY56Jm form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uhAlgY56Jm form p {
  color: #747474;
}
.cid-uhAlgY56Jm form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uhAlgY56Jm form .mbr-section-btn .btn:hover {
  transform: translate(0, 0);
}
.cid-uhAlgY56Jm form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uhAlgY56Jm form .form-control {
  height: 48px;
  border: 1px solid #e1e1e1 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  transition: .3s;
}
.cid-uhAlgY56Jm form .form-control::-webkit-input-placeholder {
  color: #747474;
}
.cid-uhAlgY56Jm form .form-control::-moz-placeholder {
  color: #747474;
}
.cid-uhAlgY56Jm form .form-control:-moz-placeholder {
  color: #747474;
}
.cid-uhAlgY56Jm form .form-control:-ms-input-placeholder {
  color: #747474;
}
.cid-uhAlgY56Jm form select {
  color: #747474 !important;
}
.cid-uhAlgY56Jm form textarea {
  height: 135px !important;
  min-height: 135px !important;
  padding: 12px;
  resize: none;
}
.cid-uhAlgY56Jm form textarea::-webkit-input-placeholder {
  color: #747474 !important;
}
.cid-uhAlgY56Jm form textarea::-moz-placeholder {
  color: #747474 !important;
}
.cid-uhAlgY56Jm form textarea:-moz-placeholder {
  color: #747474 !important;
}
.cid-uhAlgY56Jm form textarea:-ms-input-placeholder {
  color: #747474 !important;
}
.cid-uhAlgY56Jm form input,
.cid-uhAlgY56Jm form textarea {
  transition: .4s all;
}
.cid-uhAlgY56Jm form input:active,
.cid-uhAlgY56Jm form textarea:active,
.cid-uhAlgY56Jm form input:focus,
.cid-uhAlgY56Jm form textarea:focus {
  background-color: transparent !important;
  border-color: #a1c4e4 !important;
  outline: none !important;
}
.cid-uhAlgY56Jm form input:active::-webkit-input-placeholder,
.cid-uhAlgY56Jm form textarea:active::-webkit-input-placeholder,
.cid-uhAlgY56Jm form input:focus::-webkit-input-placeholder,
.cid-uhAlgY56Jm form textarea:focus::-webkit-input-placeholder {
  color: #747474 !important;
}
.cid-uhAlgY56Jm form input:active::-moz-placeholder,
.cid-uhAlgY56Jm form textarea:active::-moz-placeholder,
.cid-uhAlgY56Jm form input:focus::-moz-placeholder,
.cid-uhAlgY56Jm form textarea:focus::-moz-placeholder {
  color: #747474 !important;
}
.cid-uhAlgY56Jm form input:active:-moz-placeholder,
.cid-uhAlgY56Jm form textarea:active:-moz-placeholder,
.cid-uhAlgY56Jm form input:focus:-moz-placeholder,
.cid-uhAlgY56Jm form textarea:focus:-moz-placeholder {
  color: #747474 !important;
}
.cid-uhAlgY56Jm form input:active:-ms-input-placeholder,
.cid-uhAlgY56Jm form textarea:active:-ms-input-placeholder,
.cid-uhAlgY56Jm form input:focus:-ms-input-placeholder,
.cid-uhAlgY56Jm form textarea:focus:-ms-input-placeholder {
  color: #747474 !important;
}
.cid-uhAlgY56Jm form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uhAlgY56Jm form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uhAlgY56Jm form label {
  width: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.cid-uhAlgY56Jm form .form-check label {
  color: #000000;
}
.cid-uhAlgY56Jm form .form-check-input {
  border-color: #e1e1e1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uhAlgY56Jm form .form-check-input:focus,
.cid-uhAlgY56Jm form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #a1c4e4 !important;
}
.cid-uhAlgY56Jm form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-uhLUIVLkXj.popup-builder {
  background-color: #ffffff;
}
.cid-uhLUIVLkXj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhLUIVLkXj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhLUIVLkXj .modal-content,
.cid-uhLUIVLkXj .modal-dialog {
  height: auto;
}
.cid-uhLUIVLkXj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhLUIVLkXj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhLUIVLkXj .form-wrapper .mbr-form .form-group,
  .cid-uhLUIVLkXj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhLUIVLkXj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhLUIVLkXj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhLUIVLkXj .mbr-text {
  text-align: center;
}
.cid-uhLUIVLkXj .pt-0 {
  padding-top: 0 !important;
}
.cid-uhLUIVLkXj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhLUIVLkXj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhLUIVLkXj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhLUIVLkXj .modal-open {
  overflow: hidden;
}
.cid-uhLUIVLkXj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhLUIVLkXj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhLUIVLkXj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhLUIVLkXj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhLUIVLkXj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhLUIVLkXj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhLUIVLkXj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhLUIVLkXj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhLUIVLkXj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhLUIVLkXj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhLUIVLkXj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhLUIVLkXj .modal-backdrop.show {
  opacity: .5;
}
.cid-uhLUIVLkXj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhLUIVLkXj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVLkXj .modal-header {
    padding: 1rem;
  }
}
.cid-uhLUIVLkXj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhLUIVLkXj .modal-header .close svg {
  fill: #353535;
}
.cid-uhLUIVLkXj .modal-header .close:hover {
  opacity: 1;
}
.cid-uhLUIVLkXj .modal-header .close:focus {
  outline: none;
}
.cid-uhLUIVLkXj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhLUIVLkXj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhLUIVLkXj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVLkXj .modal-body {
    padding: 1rem;
  }
}
.cid-uhLUIVLkXj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhLUIVLkXj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVLkXj .modal-footer {
    padding: 1rem;
  }
}
.cid-uhLUIVLkXj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhLUIVLkXj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhLUIVLkXj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhLUIVLkXj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhLUIVLkXj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhLUIVLkXj .modal-lg,
  .cid-uhLUIVLkXj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhLUIVLkXj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhLUIVLkXj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhLUIVLkXj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhLUIVLkXj .form-group {
  margin-bottom: 1rem;
}
.cid-uhLUIVLkXj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhLUIVLkXj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhLUIVLkXj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhLUIVLkXj .mbr-section-btn {
  margin: 0;
}
.cid-uhLUIVLkXj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uj8k2WQUIi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uj8k2WQUIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8k2WQUIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8k2WQUIi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container {
    padding: 0 24px;
  }
}
.cid-uj8k2WQUIi .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-uj8k2WQUIi .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uj8k2WQUIi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uj8k2WQUIi .lists-wrapper {
    display: block;
  }
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #141414;
}
.cid-uj8k2WQUIi .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uj8k2WQUIi .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uj8k2WQUIi .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uj8k2WQUIi .mbr-section-title {
  color: #141414;
}
.cid-uj8k2WQUIi .mbr-text {
  color: #141414;
}
.cid-uj8k2WQUIi .list {
  color: #141414;
}
.cid-uhAH9wlikJ {
  z-index: 1000;
  width: 100%;
}
.cid-uhAH9wlikJ .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-uhAH9wlikJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhAH9wlikJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uhAH9wlikJ .navbar-nav {
    max-width: 45%;
  }
}
.cid-uhAH9wlikJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhAH9wlikJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhAH9wlikJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhAH9wlikJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhAH9wlikJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhAH9wlikJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhAH9wlikJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhAH9wlikJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhAH9wlikJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uhAH9wlikJ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uhAH9wlikJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhAH9wlikJ .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-uhAH9wlikJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhAH9wlikJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhAH9wlikJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhAH9wlikJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhAH9wlikJ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhAH9wlikJ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhAH9wlikJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhAH9wlikJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhAH9wlikJ .container {
  display: flex;
  height: 100px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uhAH9wlikJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhAH9wlikJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhAH9wlikJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhAH9wlikJ .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.8) !important;
  border-radius: 4px !important;
}
.cid-uhAH9wlikJ .nav-item:focus,
.cid-uhAH9wlikJ .nav-link:focus {
  outline: none;
}
.cid-uhAH9wlikJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhAH9wlikJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhAH9wlikJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhAH9wlikJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhAH9wlikJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhAH9wlikJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhAH9wlikJ .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-uhAH9wlikJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uhAH9wlikJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhAH9wlikJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uhAH9wlikJ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uhAH9wlikJ .navbar.collapsed {
  justify-content: center;
}
.cid-uhAH9wlikJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhAH9wlikJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhAH9wlikJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhAH9wlikJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhAH9wlikJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhAH9wlikJ .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-uhAH9wlikJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhAH9wlikJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhAH9wlikJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhAH9wlikJ .navbar {
    min-height: 72px;
  }
  .cid-uhAH9wlikJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhAH9wlikJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhAH9wlikJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhAH9wlikJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhAH9wlikJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhAH9wlikJ .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-uhAH9wlikJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhAH9wlikJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhAH9wlikJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhAH9wlikJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhAH9wlikJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhAH9wlikJ .dropdown-item.active,
.cid-uhAH9wlikJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uhAH9wlikJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhAH9wlikJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhAH9wlikJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhAH9wlikJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhAH9wlikJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhAH9wlikJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhAH9wlikJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhAH9wlikJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhAH9wlikJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uhAH9wlikJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhAH9wlikJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhAH9wlikJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhAH9wlikJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAH9wlikJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhAH9wlikJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhAH9wlikJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAH9wlikJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhAH9wlikJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhAH9wlikJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhAH9wlikJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhAH9wlikJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhAH9wlikJ .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-uhAH9wlikJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhAH9wlikJ .navbar {
    height: 70px;
  }
  .cid-uhAH9wlikJ .navbar.opened {
    height: auto;
  }
  .cid-uhAH9wlikJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhAH9wlikJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhAH9wlikJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhAH9wlikJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhAH9wlikJ .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-uhAH9wlikJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhAH9wlikJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhAH9wlikJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhAH9wlikJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uhAH9wlikJ .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhAH9wlikJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhAH9wlikJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhAH9wlikJ .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-uhAH9wlikJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhAH9wlikJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhAH9wlikJ .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-uhAH9wlikJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhAH9wlikJ .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-uhAH9wlikJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhAH9wlikJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj8ihxEIro {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uj8ihxEIro .mbr-section-subtitle {
  color: #767676;
}
.cid-uj8ihxEIro .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uj8ihxEIro .table-wrapper {
  margin: 0 auto;
}
.cid-uj8ihxEIro table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uj8ihxEIro table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #791F38;
  color: white;
  vertical-align: middle;
}
.cid-uj8ihxEIro table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-uj8ihxEIro .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uj8ihxEIro .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uj8ihxEIro .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uj8ihxEIro .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-uj8ihxEIro .dataTables_wrapper {
  display: block;
}
.cid-uj8ihxEIro .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uj8ihxEIro .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uj8ihxEIro .head-item:after,
.cid-uj8ihxEIro .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-uj8ihxEIro .dataTables_filter {
    text-align: center;
  }
  .cid-uj8ihxEIro .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-uj8ihxEIro .dataTables_filter {
    text-align: center;
  }
  .cid-uj8ihxEIro .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-uj8ihxEIro table th,
  .cid-uj8ihxEIro table td {
    padding: .75rem;
  }
}
.cid-uj8ihxEIro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8ihxEIro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhM5hpOKg8.popup-builder {
  background-color: #ffffff;
}
.cid-uhM5hpOKg8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhM5hpOKg8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhM5hpOKg8 .modal-content,
.cid-uhM5hpOKg8 .modal-dialog {
  height: auto;
}
.cid-uhM5hpOKg8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhM5hpOKg8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhM5hpOKg8 .form-wrapper .mbr-form .form-group,
  .cid-uhM5hpOKg8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhM5hpOKg8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhM5hpOKg8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhM5hpOKg8 .mbr-text {
  text-align: center;
}
.cid-uhM5hpOKg8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uhM5hpOKg8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhM5hpOKg8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhM5hpOKg8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhM5hpOKg8 .modal-open {
  overflow: hidden;
}
.cid-uhM5hpOKg8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhM5hpOKg8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhM5hpOKg8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhM5hpOKg8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhM5hpOKg8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhM5hpOKg8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhM5hpOKg8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhM5hpOKg8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhM5hpOKg8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhM5hpOKg8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhM5hpOKg8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhM5hpOKg8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uhM5hpOKg8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhM5hpOKg8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhM5hpOKg8 .modal-header {
    padding: 1rem;
  }
}
.cid-uhM5hpOKg8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhM5hpOKg8 .modal-header .close svg {
  fill: #353535;
}
.cid-uhM5hpOKg8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uhM5hpOKg8 .modal-header .close:focus {
  outline: none;
}
.cid-uhM5hpOKg8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhM5hpOKg8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhM5hpOKg8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhM5hpOKg8 .modal-body {
    padding: 1rem;
  }
}
.cid-uhM5hpOKg8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhM5hpOKg8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhM5hpOKg8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uhM5hpOKg8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhM5hpOKg8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhM5hpOKg8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhM5hpOKg8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhM5hpOKg8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhM5hpOKg8 .modal-lg,
  .cid-uhM5hpOKg8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhM5hpOKg8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhM5hpOKg8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhM5hpOKg8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhM5hpOKg8 .form-group {
  margin-bottom: 1rem;
}
.cid-uhM5hpOKg8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhM5hpOKg8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhM5hpOKg8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhM5hpOKg8 .mbr-section-btn {
  margin: 0;
}
.cid-uhM5hpOKg8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhLGiy5dyG.popup-builder {
  background-color: #ffffff;
}
.cid-uhLGiy5dyG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhLGiy5dyG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhLGiy5dyG .modal-content,
.cid-uhLGiy5dyG .modal-dialog {
  height: auto;
}
.cid-uhLGiy5dyG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhLGiy5dyG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhLGiy5dyG .form-wrapper .mbr-form .form-group,
  .cid-uhLGiy5dyG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhLGiy5dyG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhLGiy5dyG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhLGiy5dyG .mbr-text {
  text-align: center;
}
.cid-uhLGiy5dyG .pt-0 {
  padding-top: 0 !important;
}
.cid-uhLGiy5dyG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhLGiy5dyG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhLGiy5dyG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhLGiy5dyG .modal-open {
  overflow: hidden;
}
.cid-uhLGiy5dyG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhLGiy5dyG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhLGiy5dyG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhLGiy5dyG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhLGiy5dyG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhLGiy5dyG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhLGiy5dyG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhLGiy5dyG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhLGiy5dyG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhLGiy5dyG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhLGiy5dyG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhLGiy5dyG .modal-backdrop.show {
  opacity: .5;
}
.cid-uhLGiy5dyG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhLGiy5dyG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLGiy5dyG .modal-header {
    padding: 1rem;
  }
}
.cid-uhLGiy5dyG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhLGiy5dyG .modal-header .close svg {
  fill: #353535;
}
.cid-uhLGiy5dyG .modal-header .close:hover {
  opacity: 1;
}
.cid-uhLGiy5dyG .modal-header .close:focus {
  outline: none;
}
.cid-uhLGiy5dyG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhLGiy5dyG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhLGiy5dyG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLGiy5dyG .modal-body {
    padding: 1rem;
  }
}
.cid-uhLGiy5dyG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhLGiy5dyG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLGiy5dyG .modal-footer {
    padding: 1rem;
  }
}
.cid-uhLGiy5dyG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhLGiy5dyG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhLGiy5dyG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhLGiy5dyG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhLGiy5dyG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhLGiy5dyG .modal-lg,
  .cid-uhLGiy5dyG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhLGiy5dyG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhLGiy5dyG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhLGiy5dyG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhLGiy5dyG .form-group {
  margin-bottom: 1rem;
}
.cid-uhLGiy5dyG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhLGiy5dyG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhLGiy5dyG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhLGiy5dyG .mbr-section-btn {
  margin: 0;
}
.cid-uhLGiy5dyG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhLL9wI0Lj.popup-builder {
  background-color: #ffffff;
}
.cid-uhLL9wI0Lj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhLL9wI0Lj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhLL9wI0Lj .modal-content,
.cid-uhLL9wI0Lj .modal-dialog {
  height: auto;
}
.cid-uhLL9wI0Lj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhLL9wI0Lj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhLL9wI0Lj .form-wrapper .mbr-form .form-group,
  .cid-uhLL9wI0Lj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhLL9wI0Lj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhLL9wI0Lj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhLL9wI0Lj .mbr-text {
  text-align: center;
}
.cid-uhLL9wI0Lj .pt-0 {
  padding-top: 0 !important;
}
.cid-uhLL9wI0Lj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhLL9wI0Lj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhLL9wI0Lj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhLL9wI0Lj .modal-open {
  overflow: hidden;
}
.cid-uhLL9wI0Lj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhLL9wI0Lj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhLL9wI0Lj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhLL9wI0Lj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhLL9wI0Lj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhLL9wI0Lj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhLL9wI0Lj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhLL9wI0Lj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhLL9wI0Lj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhLL9wI0Lj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhLL9wI0Lj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhLL9wI0Lj .modal-backdrop.show {
  opacity: .5;
}
.cid-uhLL9wI0Lj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhLL9wI0Lj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLL9wI0Lj .modal-header {
    padding: 1rem;
  }
}
.cid-uhLL9wI0Lj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhLL9wI0Lj .modal-header .close svg {
  fill: #353535;
}
.cid-uhLL9wI0Lj .modal-header .close:hover {
  opacity: 1;
}
.cid-uhLL9wI0Lj .modal-header .close:focus {
  outline: none;
}
.cid-uhLL9wI0Lj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhLL9wI0Lj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhLL9wI0Lj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLL9wI0Lj .modal-body {
    padding: 1rem;
  }
}
.cid-uhLL9wI0Lj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhLL9wI0Lj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLL9wI0Lj .modal-footer {
    padding: 1rem;
  }
}
.cid-uhLL9wI0Lj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhLL9wI0Lj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhLL9wI0Lj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhLL9wI0Lj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhLL9wI0Lj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhLL9wI0Lj .modal-lg,
  .cid-uhLL9wI0Lj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhLL9wI0Lj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhLL9wI0Lj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhLL9wI0Lj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhLL9wI0Lj .form-group {
  margin-bottom: 1rem;
}
.cid-uhLL9wI0Lj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhLL9wI0Lj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhLL9wI0Lj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhLL9wI0Lj .mbr-section-btn {
  margin: 0;
}
.cid-uhLL9wI0Lj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uj8k2WQUIi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uj8k2WQUIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8k2WQUIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8k2WQUIi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container {
    padding: 0 24px;
  }
}
.cid-uj8k2WQUIi .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-uj8k2WQUIi .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uj8k2WQUIi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uj8k2WQUIi .lists-wrapper {
    display: block;
  }
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #141414;
}
.cid-uj8k2WQUIi .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uj8k2WQUIi .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uj8k2WQUIi .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uj8k2WQUIi .mbr-section-title {
  color: #141414;
}
.cid-uj8k2WQUIi .mbr-text {
  color: #141414;
}
.cid-uj8k2WQUIi .list {
  color: #141414;
}
.cid-uhA5KDgZcE {
  z-index: 1000;
  width: 100%;
}
.cid-uhA5KDgZcE .navbar-brand {
  display: contents;
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-brand {
    min-height: 69px;
  }
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .dropdown-menu {
  padding: 0;
}
.cid-uhA5KDgZcE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhA5KDgZcE .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhA5KDgZcE .dropdown-item:hover:after {
  color: #791F38;
}
.cid-uhA5KDgZcE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhA5KDgZcE .nav-link {
  position: relative;
}
.cid-uhA5KDgZcE .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE .dropdown-menu,
.cid-uhA5KDgZcE .navbar.opened {
  background: #edefeb !important;
}
.cid-uhA5KDgZcE .nav-item:focus,
.cid-uhA5KDgZcE .nav-link:focus {
  outline: none;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uhA5KDgZcE .navbar.opened {
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhA5KDgZcE .navbar .navbar-logo img {
  width: auto;
}
.cid-uhA5KDgZcE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhA5KDgZcE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhA5KDgZcE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhA5KDgZcE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhA5KDgZcE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhA5KDgZcE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar {
    min-height: 80px;
  }
}
.cid-uhA5KDgZcE .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uhA5KDgZcE .dropdown-item.active,
.cid-uhA5KDgZcE .dropdown-item:active {
  background-color: transparent;
}
.cid-uhA5KDgZcE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhA5KDgZcE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhA5KDgZcE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhA5KDgZcE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar {
    height: 70px;
  }
  .cid-uhA5KDgZcE .navbar.opened {
    height: auto;
  }
  .cid-uhA5KDgZcE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhA5KDgZcE .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-short {
    min-height: 70px;
  }
}
.cid-uhA5KDgZcE .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 3px;
  }
}
.cid-uhA5KDgZcE .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uhA5KDgZcE .navbar-nav {
  display: flex !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:focus,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #791F38 !important;
}
.cid-uhA5KDgZcE .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uhA5KDgZcE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uhA5KDgZcE button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffc1d3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uhA5KDgZcE .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uhA5KDgZcE .offcanvas.show {
  transform: translateX(0);
}
.cid-uhA5KDgZcE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uhA5KDgZcE .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhA5KDgZcE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #791F38;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uhA5KDgZcE .mbr-text {
  color: #000000;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uhA5KDgZcE .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uhA5KDgZcE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar {
  width: 1em;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uhA5KDgZcE .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .social-container {
    padding-top: 40px;
  }
}
.cid-uhA5KDgZcE .social-title {
  color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uhA5KDgZcE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uhA5KDgZcE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #791f38b5, -10px -10px 19px #791F38;
  transition: 0.4s all;
}
.cid-uhA5KDgZcE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhA5KDgZcE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #791F38;
}
.cid-uhA5KDgZcE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhA5KDgZcE .soc-item:hover:before {
  opacity: 1;
}
.cid-uhA5KDgZcE .offcanvas_btn {
  margin-top: auto;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uig22hCdky {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uig22hCdky::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #791f38b5 -10%, transparent 70%);
}
.cid-uig22hCdky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uig22hCdky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uig22hCdky .container {
    padding: 0 16px;
  }
}
.cid-uig22hCdky .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uig22hCdky .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uig22hCdky .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uig22hCdky .mbr-section-title {
  color: #791F38;
  text-align: center;
}
.cid-uig22hCdky .mbr-text {
  color: #000000;
}
.cid-uhLUIVMnal.popup-builder {
  background-color: #ffffff;
}
.cid-uhLUIVMnal.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhLUIVMnal.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhLUIVMnal .modal-content,
.cid-uhLUIVMnal .modal-dialog {
  height: auto;
}
.cid-uhLUIVMnal .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhLUIVMnal .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhLUIVMnal .form-wrapper .mbr-form .form-group,
  .cid-uhLUIVMnal .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhLUIVMnal .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhLUIVMnal .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhLUIVMnal .mbr-text {
  text-align: center;
}
.cid-uhLUIVMnal .pt-0 {
  padding-top: 0 !important;
}
.cid-uhLUIVMnal .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhLUIVMnal .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhLUIVMnal .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhLUIVMnal .modal-open {
  overflow: hidden;
}
.cid-uhLUIVMnal .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhLUIVMnal .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhLUIVMnal .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhLUIVMnal .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhLUIVMnal .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhLUIVMnal .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhLUIVMnal .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhLUIVMnal .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhLUIVMnal .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhLUIVMnal .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhLUIVMnal .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhLUIVMnal .modal-backdrop.show {
  opacity: .5;
}
.cid-uhLUIVMnal .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhLUIVMnal .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVMnal .modal-header {
    padding: 1rem;
  }
}
.cid-uhLUIVMnal .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhLUIVMnal .modal-header .close svg {
  fill: #353535;
}
.cid-uhLUIVMnal .modal-header .close:hover {
  opacity: 1;
}
.cid-uhLUIVMnal .modal-header .close:focus {
  outline: none;
}
.cid-uhLUIVMnal .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhLUIVMnal .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhLUIVMnal .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVMnal .modal-body {
    padding: 1rem;
  }
}
.cid-uhLUIVMnal .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhLUIVMnal .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVMnal .modal-footer {
    padding: 1rem;
  }
}
.cid-uhLUIVMnal .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhLUIVMnal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhLUIVMnal .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhLUIVMnal .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhLUIVMnal .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhLUIVMnal .modal-lg,
  .cid-uhLUIVMnal .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhLUIVMnal .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhLUIVMnal .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhLUIVMnal .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhLUIVMnal .form-group {
  margin-bottom: 1rem;
}
.cid-uhLUIVMnal .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhLUIVMnal .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhLUIVMnal .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhLUIVMnal .mbr-section-btn {
  margin: 0;
}
.cid-uhLUIVMnal .mbr-section-btn .btn {
  margin: 0;
}
.cid-uj8k2WQUIi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uj8k2WQUIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8k2WQUIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8k2WQUIi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container {
    padding: 0 24px;
  }
}
.cid-uj8k2WQUIi .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-uj8k2WQUIi .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uj8k2WQUIi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uj8k2WQUIi .lists-wrapper {
    display: block;
  }
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #141414;
}
.cid-uj8k2WQUIi .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uj8k2WQUIi .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uj8k2WQUIi .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uj8k2WQUIi .mbr-section-title {
  color: #141414;
}
.cid-uj8k2WQUIi .mbr-text {
  color: #141414;
}
.cid-uj8k2WQUIi .list {
  color: #141414;
}
.cid-uhA5KDgZcE {
  z-index: 1000;
  width: 100%;
}
.cid-uhA5KDgZcE .navbar-brand {
  display: contents;
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-brand {
    min-height: 69px;
  }
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .dropdown-menu {
  padding: 0;
}
.cid-uhA5KDgZcE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhA5KDgZcE .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhA5KDgZcE .dropdown-item:hover:after {
  color: #791F38;
}
.cid-uhA5KDgZcE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhA5KDgZcE .nav-link {
  position: relative;
}
.cid-uhA5KDgZcE .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE .dropdown-menu,
.cid-uhA5KDgZcE .navbar.opened {
  background: #edefeb !important;
}
.cid-uhA5KDgZcE .nav-item:focus,
.cid-uhA5KDgZcE .nav-link:focus {
  outline: none;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uhA5KDgZcE .navbar.opened {
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhA5KDgZcE .navbar .navbar-logo img {
  width: auto;
}
.cid-uhA5KDgZcE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhA5KDgZcE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhA5KDgZcE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhA5KDgZcE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhA5KDgZcE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhA5KDgZcE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar {
    min-height: 80px;
  }
}
.cid-uhA5KDgZcE .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uhA5KDgZcE .dropdown-item.active,
.cid-uhA5KDgZcE .dropdown-item:active {
  background-color: transparent;
}
.cid-uhA5KDgZcE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhA5KDgZcE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhA5KDgZcE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhA5KDgZcE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar {
    height: 70px;
  }
  .cid-uhA5KDgZcE .navbar.opened {
    height: auto;
  }
  .cid-uhA5KDgZcE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhA5KDgZcE .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-short {
    min-height: 70px;
  }
}
.cid-uhA5KDgZcE .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 3px;
  }
}
.cid-uhA5KDgZcE .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uhA5KDgZcE .navbar-nav {
  display: flex !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:focus,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #791F38 !important;
}
.cid-uhA5KDgZcE .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uhA5KDgZcE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uhA5KDgZcE button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffc1d3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uhA5KDgZcE .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uhA5KDgZcE .offcanvas.show {
  transform: translateX(0);
}
.cid-uhA5KDgZcE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uhA5KDgZcE .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhA5KDgZcE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #791F38;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uhA5KDgZcE .mbr-text {
  color: #000000;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uhA5KDgZcE .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uhA5KDgZcE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar {
  width: 1em;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uhA5KDgZcE .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .social-container {
    padding-top: 40px;
  }
}
.cid-uhA5KDgZcE .social-title {
  color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uhA5KDgZcE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uhA5KDgZcE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #791f38b5, -10px -10px 19px #791F38;
  transition: 0.4s all;
}
.cid-uhA5KDgZcE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhA5KDgZcE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #791F38;
}
.cid-uhA5KDgZcE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhA5KDgZcE .soc-item:hover:before {
  opacity: 1;
}
.cid-uhA5KDgZcE .offcanvas_btn {
  margin-top: auto;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uig4thOzha {
  background-color: #791F38;
}
.cid-uig4thOzha .mbr-overlay {
  background-color: #171410;
  opacity: 0.4;
}
.cid-uig4thOzha .mbr-section-subtitle {
  color: #ffc1d3;
  margin-bottom: 80px;
}
.cid-uig4thOzha .form-row > .col,
.cid-uig4thOzha .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 769px) {
  .cid-uig4thOzha form .row .right {
    padding-right: 30px;
  }
  .cid-uig4thOzha form .row .left {
    padding-left: 30px;
  }
}
.cid-uig4thOzha .form-control,
.cid-uig4thOzha .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  color: #ffffff;
  font-style: italic;
}
.cid-uig4thOzha .jq-selectbox__select {
  padding: 0;
}
.cid-uig4thOzha .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-uig4thOzha .jq-number__spin {
  background-color: #791F38;
  border-color: #791F38;
}
.cid-uig4thOzha .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uig4thOzha .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uig4thOzha .jq-number__spin.minus:after,
.cid-uig4thOzha .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uig4thOzha .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-uig4thOzha .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-uig4thOzha .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-uig4thOzha .form-check-input:checked {
  background-color: #791F38;
  border-color: #791F38;
}
.cid-uig4thOzha p {
  font-style: italic;
  color: #9a948d;
}
.cid-uig4thOzha .form-control::placeholder {
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-uig4thOzha input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-uig4thOzha input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uig4thOzha input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #791F38;
}
.cid-uig4thOzha input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uig4thOzha input[type="range"]::-moz-range-thumb {
  background: #791F38;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-uig4thOzha .form-control-label,
.cid-uig4thOzha .form-check-label {
  color: #ffffff;
  font-style: italic;
}
.cid-uig4thOzha input::-webkit-clear-button {
  display: none;
}
.cid-uig4thOzha input::-webkit-inner-spin-button {
  display: none;
}
.cid-uig4thOzha input::-webkit-outer-spin-button {
  display: none;
}
.cid-uig4thOzha input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uig4thOzha .mbr-section-btn {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
.cid-uig4thOzha .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #fff;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uig4thOzha .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 108%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uig4thOzha .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 101%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uig4thOzha .effectHover::after {
  content: "";
  right: -1%;
  position: absolute;
  width: 101%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uig4thOzha .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uig4thOzha .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uhLUIVM13d.popup-builder {
  background-color: #ffffff;
}
.cid-uhLUIVM13d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhLUIVM13d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhLUIVM13d .modal-content,
.cid-uhLUIVM13d .modal-dialog {
  height: auto;
}
.cid-uhLUIVM13d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhLUIVM13d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhLUIVM13d .form-wrapper .mbr-form .form-group,
  .cid-uhLUIVM13d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhLUIVM13d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhLUIVM13d .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhLUIVM13d .mbr-text {
  text-align: center;
}
.cid-uhLUIVM13d .pt-0 {
  padding-top: 0 !important;
}
.cid-uhLUIVM13d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhLUIVM13d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhLUIVM13d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhLUIVM13d .modal-open {
  overflow: hidden;
}
.cid-uhLUIVM13d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhLUIVM13d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhLUIVM13d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhLUIVM13d .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhLUIVM13d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhLUIVM13d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhLUIVM13d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhLUIVM13d .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhLUIVM13d .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhLUIVM13d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhLUIVM13d .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhLUIVM13d .modal-backdrop.show {
  opacity: .5;
}
.cid-uhLUIVM13d .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhLUIVM13d .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVM13d .modal-header {
    padding: 1rem;
  }
}
.cid-uhLUIVM13d .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhLUIVM13d .modal-header .close svg {
  fill: #353535;
}
.cid-uhLUIVM13d .modal-header .close:hover {
  opacity: 1;
}
.cid-uhLUIVM13d .modal-header .close:focus {
  outline: none;
}
.cid-uhLUIVM13d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhLUIVM13d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhLUIVM13d .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVM13d .modal-body {
    padding: 1rem;
  }
}
.cid-uhLUIVM13d .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhLUIVM13d .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVM13d .modal-footer {
    padding: 1rem;
  }
}
.cid-uhLUIVM13d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhLUIVM13d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhLUIVM13d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhLUIVM13d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhLUIVM13d .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhLUIVM13d .modal-lg,
  .cid-uhLUIVM13d .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhLUIVM13d .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhLUIVM13d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhLUIVM13d .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhLUIVM13d .form-group {
  margin-bottom: 1rem;
}
.cid-uhLUIVM13d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhLUIVM13d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhLUIVM13d .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhLUIVM13d .mbr-section-btn {
  margin: 0;
}
.cid-uhLUIVM13d .mbr-section-btn .btn {
  margin: 0;
}
.cid-uj8k2WQUIi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uj8k2WQUIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8k2WQUIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8k2WQUIi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container {
    padding: 0 24px;
  }
}
.cid-uj8k2WQUIi .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-uj8k2WQUIi .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uj8k2WQUIi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uj8k2WQUIi .lists-wrapper {
    display: block;
  }
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #141414;
}
.cid-uj8k2WQUIi .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uj8k2WQUIi .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uj8k2WQUIi .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uj8k2WQUIi .mbr-section-title {
  color: #141414;
}
.cid-uj8k2WQUIi .mbr-text {
  color: #141414;
}
.cid-uj8k2WQUIi .list {
  color: #141414;
}
.cid-uhA5KDgZcE {
  z-index: 1000;
  width: 100%;
}
.cid-uhA5KDgZcE .navbar-brand {
  display: contents;
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-brand {
    min-height: 69px;
  }
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .dropdown-menu {
  padding: 0;
}
.cid-uhA5KDgZcE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhA5KDgZcE .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhA5KDgZcE .dropdown-item:hover:after {
  color: #791F38;
}
.cid-uhA5KDgZcE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhA5KDgZcE .nav-link {
  position: relative;
}
.cid-uhA5KDgZcE .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE .dropdown-menu,
.cid-uhA5KDgZcE .navbar.opened {
  background: #edefeb !important;
}
.cid-uhA5KDgZcE .nav-item:focus,
.cid-uhA5KDgZcE .nav-link:focus {
  outline: none;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uhA5KDgZcE .navbar.opened {
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhA5KDgZcE .navbar .navbar-logo img {
  width: auto;
}
.cid-uhA5KDgZcE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhA5KDgZcE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhA5KDgZcE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhA5KDgZcE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhA5KDgZcE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhA5KDgZcE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar {
    min-height: 80px;
  }
}
.cid-uhA5KDgZcE .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uhA5KDgZcE .dropdown-item.active,
.cid-uhA5KDgZcE .dropdown-item:active {
  background-color: transparent;
}
.cid-uhA5KDgZcE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhA5KDgZcE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhA5KDgZcE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhA5KDgZcE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar {
    height: 70px;
  }
  .cid-uhA5KDgZcE .navbar.opened {
    height: auto;
  }
  .cid-uhA5KDgZcE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhA5KDgZcE .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-short {
    min-height: 70px;
  }
}
.cid-uhA5KDgZcE .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 3px;
  }
}
.cid-uhA5KDgZcE .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uhA5KDgZcE .navbar-nav {
  display: flex !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:focus,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #791F38 !important;
}
.cid-uhA5KDgZcE .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uhA5KDgZcE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uhA5KDgZcE button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffc1d3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uhA5KDgZcE .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uhA5KDgZcE .offcanvas.show {
  transform: translateX(0);
}
.cid-uhA5KDgZcE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uhA5KDgZcE .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhA5KDgZcE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #791F38;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uhA5KDgZcE .mbr-text {
  color: #000000;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uhA5KDgZcE .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uhA5KDgZcE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar {
  width: 1em;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uhA5KDgZcE .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .social-container {
    padding-top: 40px;
  }
}
.cid-uhA5KDgZcE .social-title {
  color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uhA5KDgZcE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uhA5KDgZcE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #791f38b5, -10px -10px 19px #791F38;
  transition: 0.4s all;
}
.cid-uhA5KDgZcE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhA5KDgZcE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #791F38;
}
.cid-uhA5KDgZcE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhA5KDgZcE .soc-item:hover:before {
  opacity: 1;
}
.cid-uhA5KDgZcE .offcanvas_btn {
  margin-top: auto;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uifIahNQC9 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uifIahNQC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uifIahNQC9 .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-uifIahNQC9 .container {
    padding: 0 16px;
  }
}
.cid-uifIahNQC9 .row {
  position: relative;
  z-index: 1;
}
.cid-uifIahNQC9 .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uifIahNQC9 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #ffaadd;
  background-color: #ffc1d3;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uifIahNQC9 .title-wrapper .buttons-wrap .mbr-section-btn {
  display: inline-flex;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .title-wrapper .buttons-wrap .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-uifIahNQC9 .items-wrapper .item {
  margin-top: 64px;
  padding-top: 104px;
  position: relative;
}
.cid-uifIahNQC9 .items-wrapper .item:nth-child(2n)::before {
  background-color: #ffaadd;
}
.cid-uifIahNQC9 .items-wrapper .item:nth-child(2n)::after {
  background-color: #ffaadd;
}
.cid-uifIahNQC9 .items-wrapper .item:nth-child(2n) .item-wrapper {
  background-color: #ffaadd;
}
.cid-uifIahNQC9 .items-wrapper .item:nth-child(3n)::before {
  background-color: #791f38b5;
}
.cid-uifIahNQC9 .items-wrapper .item:nth-child(3n)::after {
  background-color: #791f38b5;
}
.cid-uifIahNQC9 .items-wrapper .item:nth-child(3n) .item-wrapper {
  background-color: #791f38b5;
}
.cid-uifIahNQC9 .items-wrapper .item:nth-child(4n)::before {
  background-color: #ff3fb2;
}
.cid-uifIahNQC9 .items-wrapper .item:nth-child(4n)::after {
  background-color: #ff3fb2;
}
.cid-uifIahNQC9 .items-wrapper .item:nth-child(4n) .item-wrapper {
  background-color: #ff3fb2;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .items-wrapper .item {
    margin-top: 32px;
    padding-top: 0;
  }
}
.cid-uifIahNQC9 .items-wrapper .item:first-child {
  margin-top: -96px;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .items-wrapper .item:first-child {
    margin-top: 0;
  }
}
.cid-uifIahNQC9 .items-wrapper .item::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 140px;
  top: 0;
  right: 0;
  border-top-right-radius: 24px;
  background-color: #ffc1d3;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .items-wrapper .item::before {
    display: none;
  }
}
.cid-uifIahNQC9 .items-wrapper .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15%;
  width: 43%;
  height: 110px;
  transform: skew(-45deg);
  background-color: #ffc1d3;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .items-wrapper .item::after {
    display: none;
  }
}
.cid-uifIahNQC9 .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  border-radius: 24px !important;
  background-color: #ffc1d3;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uifIahNQC9 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 96px;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    padding: 24px;
  }
}
.cid-uifIahNQC9 .items-wrapper .item .item-wrapper .item-img img {
  height: 300px;
  box-shadow: 6px 8px 0 0 #791F38;
  object-fit: cover;
}
.cid-uifIahNQC9 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 96px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 24px;
  }
}
.cid-uifIahNQC9 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .items-wrapper .item .item-wrapper .item-content .item-title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.cid-uifIahNQC9 .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uifIahNQC9 .items-wrapper .item .item-wrapper .item-content .item-number {
    margin-bottom: 24px;
  }
}
.cid-uifIahNQC9 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uifIahNQC9 .mbr-section-title {
  color: #000000;
}
.cid-uifIahNQC9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uifIahNQC9 .item-title {
  color: #000000;
  text-align: right;
}
.cid-uifIahNQC9 .item-number {
  color: #000000;
}
.cid-uifIahNQC9 .item-text {
  color: #000000;
}
.cid-uhLUIVMXYO.popup-builder {
  background-color: #ffffff;
}
.cid-uhLUIVMXYO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhLUIVMXYO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhLUIVMXYO .modal-content,
.cid-uhLUIVMXYO .modal-dialog {
  height: auto;
}
.cid-uhLUIVMXYO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhLUIVMXYO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhLUIVMXYO .form-wrapper .mbr-form .form-group,
  .cid-uhLUIVMXYO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhLUIVMXYO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhLUIVMXYO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhLUIVMXYO .mbr-text {
  text-align: center;
}
.cid-uhLUIVMXYO .pt-0 {
  padding-top: 0 !important;
}
.cid-uhLUIVMXYO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhLUIVMXYO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhLUIVMXYO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhLUIVMXYO .modal-open {
  overflow: hidden;
}
.cid-uhLUIVMXYO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhLUIVMXYO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhLUIVMXYO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhLUIVMXYO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uhLUIVMXYO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhLUIVMXYO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhLUIVMXYO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhLUIVMXYO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhLUIVMXYO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhLUIVMXYO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhLUIVMXYO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhLUIVMXYO .modal-backdrop.show {
  opacity: .5;
}
.cid-uhLUIVMXYO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uhLUIVMXYO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVMXYO .modal-header {
    padding: 1rem;
  }
}
.cid-uhLUIVMXYO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhLUIVMXYO .modal-header .close svg {
  fill: #353535;
}
.cid-uhLUIVMXYO .modal-header .close:hover {
  opacity: 1;
}
.cid-uhLUIVMXYO .modal-header .close:focus {
  outline: none;
}
.cid-uhLUIVMXYO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhLUIVMXYO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhLUIVMXYO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVMXYO .modal-body {
    padding: 1rem;
  }
}
.cid-uhLUIVMXYO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhLUIVMXYO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhLUIVMXYO .modal-footer {
    padding: 1rem;
  }
}
.cid-uhLUIVMXYO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhLUIVMXYO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhLUIVMXYO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhLUIVMXYO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhLUIVMXYO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhLUIVMXYO .modal-lg,
  .cid-uhLUIVMXYO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhLUIVMXYO .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhLUIVMXYO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhLUIVMXYO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uhLUIVMXYO .form-group {
  margin-bottom: 1rem;
}
.cid-uhLUIVMXYO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhLUIVMXYO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhLUIVMXYO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uhLUIVMXYO .mbr-section-btn {
  margin: 0;
}
.cid-uhLUIVMXYO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uj8k2WQUIi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uj8k2WQUIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8k2WQUIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8k2WQUIi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container {
    padding: 0 24px;
  }
}
.cid-uj8k2WQUIi .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-uj8k2WQUIi .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uj8k2WQUIi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uj8k2WQUIi .lists-wrapper {
    display: block;
  }
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #141414;
}
.cid-uj8k2WQUIi .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uj8k2WQUIi .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uj8k2WQUIi .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uj8k2WQUIi .mbr-section-title {
  color: #141414;
}
.cid-uj8k2WQUIi .mbr-text {
  color: #141414;
}
.cid-uj8k2WQUIi .list {
  color: #141414;
}
.cid-uhA5KDgZcE {
  z-index: 1000;
  width: 100%;
}
.cid-uhA5KDgZcE .navbar-brand {
  display: contents;
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-brand {
    min-height: 69px;
  }
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .dropdown-menu {
  padding: 0;
}
.cid-uhA5KDgZcE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhA5KDgZcE .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhA5KDgZcE .dropdown-item:hover:after {
  color: #791F38;
}
.cid-uhA5KDgZcE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhA5KDgZcE .nav-link {
  position: relative;
}
.cid-uhA5KDgZcE .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE .dropdown-menu,
.cid-uhA5KDgZcE .navbar.opened {
  background: #edefeb !important;
}
.cid-uhA5KDgZcE .nav-item:focus,
.cid-uhA5KDgZcE .nav-link:focus {
  outline: none;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uhA5KDgZcE .navbar.opened {
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhA5KDgZcE .navbar .navbar-logo img {
  width: auto;
}
.cid-uhA5KDgZcE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhA5KDgZcE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhA5KDgZcE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhA5KDgZcE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhA5KDgZcE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhA5KDgZcE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar {
    min-height: 80px;
  }
}
.cid-uhA5KDgZcE .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uhA5KDgZcE .dropdown-item.active,
.cid-uhA5KDgZcE .dropdown-item:active {
  background-color: transparent;
}
.cid-uhA5KDgZcE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhA5KDgZcE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhA5KDgZcE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhA5KDgZcE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar {
    height: 70px;
  }
  .cid-uhA5KDgZcE .navbar.opened {
    height: auto;
  }
  .cid-uhA5KDgZcE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhA5KDgZcE .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-short {
    min-height: 70px;
  }
}
.cid-uhA5KDgZcE .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 3px;
  }
}
.cid-uhA5KDgZcE .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uhA5KDgZcE .navbar-nav {
  display: flex !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:focus,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #791F38 !important;
}
.cid-uhA5KDgZcE .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uhA5KDgZcE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uhA5KDgZcE button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffc1d3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uhA5KDgZcE .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uhA5KDgZcE .offcanvas.show {
  transform: translateX(0);
}
.cid-uhA5KDgZcE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uhA5KDgZcE .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhA5KDgZcE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #791F38;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uhA5KDgZcE .mbr-text {
  color: #000000;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uhA5KDgZcE .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uhA5KDgZcE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar {
  width: 1em;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uhA5KDgZcE .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .social-container {
    padding-top: 40px;
  }
}
.cid-uhA5KDgZcE .social-title {
  color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uhA5KDgZcE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uhA5KDgZcE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #791f38b5, -10px -10px 19px #791F38;
  transition: 0.4s all;
}
.cid-uhA5KDgZcE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhA5KDgZcE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #791F38;
}
.cid-uhA5KDgZcE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhA5KDgZcE .soc-item:hover:before {
  opacity: 1;
}
.cid-uhA5KDgZcE .offcanvas_btn {
  margin-top: auto;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uj4UgpoxSc {
  padding-top: 8rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uj4UgpoxSc .mbr-section-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uj4UgpoxSc .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-uj4UgpoxSc .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #791F38;
  z-index: 0;
}
.cid-uj4UgpoxSc .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj4UgpoxSc .card_info {
  margin-bottom: 12px;
}
.cid-uj4UgpoxSc .card_date {
  color: #555555;
}
.cid-uj4UgpoxSc .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-uj4UgpoxSc .card_text {
  margin-top: 4px;
}
.cid-uj4UgpoxSc .item-img {
  margin-bottom: 30px;
}
.cid-uj4UgpoxSc .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-uj4UgpoxSc .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uj4UgpoxSc .linkBtn a:after,
.cid-uj4UgpoxSc .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uj4UgpoxSc .linkBtn a:before {
  left: 0;
}
.cid-uj4UgpoxSc .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uj4UgpoxSc .linkBtn a:hover:before,
.cid-uj4UgpoxSc .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uj4UgpoxSc .mbr-text {
  color: #ffffff;
}
.cid-uj8k2WQUIi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uj8k2WQUIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8k2WQUIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8k2WQUIi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container {
    padding: 0 24px;
  }
}
.cid-uj8k2WQUIi .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-uj8k2WQUIi .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uj8k2WQUIi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uj8k2WQUIi .lists-wrapper {
    display: block;
  }
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #141414;
}
.cid-uj8k2WQUIi .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uj8k2WQUIi .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uj8k2WQUIi .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uj8k2WQUIi .mbr-section-title {
  color: #141414;
}
.cid-uj8k2WQUIi .mbr-text {
  color: #141414;
}
.cid-uj8k2WQUIi .list {
  color: #141414;
}
.cid-uhA5KDgZcE {
  z-index: 1000;
  width: 100%;
}
.cid-uhA5KDgZcE .navbar-brand {
  display: contents;
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhA5KDgZcE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-brand {
    min-height: 69px;
  }
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .dropdown-menu {
  padding: 0;
}
.cid-uhA5KDgZcE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhA5KDgZcE .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhA5KDgZcE .dropdown-item:hover:after {
  color: #791F38;
}
.cid-uhA5KDgZcE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhA5KDgZcE .nav-link {
  position: relative;
}
.cid-uhA5KDgZcE .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE .dropdown-menu,
.cid-uhA5KDgZcE .navbar.opened {
  background: #edefeb !important;
}
.cid-uhA5KDgZcE .nav-item:focus,
.cid-uhA5KDgZcE .nav-link:focus {
  outline: none;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhA5KDgZcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhA5KDgZcE .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uhA5KDgZcE .navbar.opened {
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhA5KDgZcE .navbar .navbar-logo img {
  width: auto;
}
.cid-uhA5KDgZcE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhA5KDgZcE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhA5KDgZcE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhA5KDgZcE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhA5KDgZcE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhA5KDgZcE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhA5KDgZcE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar {
    min-height: 80px;
  }
}
.cid-uhA5KDgZcE .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uhA5KDgZcE .dropdown-item.active,
.cid-uhA5KDgZcE .dropdown-item:active {
  background-color: transparent;
}
.cid-uhA5KDgZcE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhA5KDgZcE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uhA5KDgZcE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhA5KDgZcE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhA5KDgZcE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhA5KDgZcE button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhA5KDgZcE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhA5KDgZcE .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-uhA5KDgZcE .navbar {
    height: 70px;
  }
  .cid-uhA5KDgZcE .navbar.opened {
    height: auto;
  }
  .cid-uhA5KDgZcE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhA5KDgZcE .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.8);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .navbar-short {
    min-height: 70px;
  }
}
.cid-uhA5KDgZcE .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .container-fluid {
    padding: 0 3px;
  }
}
.cid-uhA5KDgZcE .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uhA5KDgZcE .navbar-nav {
  display: flex !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:hover,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:focus,
.cid-uhA5KDgZcE .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uhA5KDgZcE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #791F38 !important;
}
.cid-uhA5KDgZcE .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uhA5KDgZcE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uhA5KDgZcE button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffc1d3;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uhA5KDgZcE button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhA5KDgZcE .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #ffc1d3, -10px -10px 19px #ffaadd;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uhA5KDgZcE .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #791F38;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhA5KDgZcE .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uhA5KDgZcE .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uhA5KDgZcE .offcanvas.show {
  transform: translateX(0);
}
.cid-uhA5KDgZcE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uhA5KDgZcE .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.cid-uhA5KDgZcE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #791F38;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uhA5KDgZcE .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uhA5KDgZcE .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uhA5KDgZcE .mbr-text {
  color: #000000;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uhA5KDgZcE .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uhA5KDgZcE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar {
  width: 1em;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uhA5KDgZcE ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uhA5KDgZcE .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uhA5KDgZcE .social-container {
    padding-top: 40px;
  }
}
.cid-uhA5KDgZcE .social-title {
  color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uhA5KDgZcE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uhA5KDgZcE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffc1d3, #ffaadd);
  box-shadow: 10px 10px 19px #791f38b5, -10px -10px 19px #791F38;
  transition: 0.4s all;
}
.cid-uhA5KDgZcE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhA5KDgZcE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #791F38;
}
.cid-uhA5KDgZcE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhA5KDgZcE .soc-item:hover:before {
  opacity: 1;
}
.cid-uhA5KDgZcE .offcanvas_btn {
  margin-top: auto;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uhA5KDgZcE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uj5gyQMUwM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uj5gyQMUwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5gyQMUwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj5gyQMUwM .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj5gyQMUwM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj5gyQMUwM .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uj5gyQMUwM .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uj5gyQMUwM .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uj5gyQMUwM .row {
  flex-direction: row-reverse;
}
.cid-uj5gyQMUwM .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uj5gyQMUwM .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uj5gyQMUwM .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uj5gyQMUwM .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uj5gyQMUwM .image-wrapper {
  padding: 0 1rem;
}
.cid-uj5gyQMUwM img,
.cid-uj5gyQMUwM .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uj5gyQMUwM img,
  .cid-uj5gyQMUwM .image-wrapper {
    max-height: 350px;
  }
}
.cid-uj5gyQMUwM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uj5gyQMUwM .mbr-text {
  color: #000000;
}
.cid-uj5gyQMUwM .mbr-text,
.cid-uj5gyQMUwM .mbr-section-btn {
  text-align: left;
}
.cid-uj5gyQMUwM .price {
  color: #232323;
  text-align: left;
}
.cid-uj5gyQMUwM .content-head {
  max-width: 800px;
}
.cid-uj5gyQMUwM .mbr-section-maintitle {
  text-align: center;
}
.cid-uj5gyQMUwM .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uj8k2WQUIi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-uj8k2WQUIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8k2WQUIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8k2WQUIi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uj8k2WQUIi .container {
    padding: 0 24px;
  }
}
.cid-uj8k2WQUIi .row {
  justify-content: center;
  padding-bottom: 200px;
}
.cid-uj8k2WQUIi .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uj8k2WQUIi .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uj8k2WQUIi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uj8k2WQUIi .lists-wrapper {
    display: block;
  }
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uj8k2WQUIi .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uj8k2WQUIi .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #141414;
}
.cid-uj8k2WQUIi .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uj8k2WQUIi .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uj8k2WQUIi .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uj8k2WQUIi .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uj8k2WQUIi .mbr-section-title {
  color: #141414;
}
.cid-uj8k2WQUIi .mbr-text {
  color: #141414;
}
.cid-uj8k2WQUIi .list {
  color: #141414;
}


.navbar .navbar-brand {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.navbar .navbar-brand .navbar-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}

.navbar .navbar-brand .navbar-logo img {
  height: 100% !important;
  border-radius: 15px !important;
}

.sidebar-logo {
  position: relative !important;
  height: 5rem !important;
  margin-left: 0 !important;
}

@media (max-width: 600px) {
  .navbar-caption-wrap{
    display: none
  }

  .navbar-logo{
    position: absolute;
  }

  .cid-uhA5KDgZcE .offcanvas_box{
    margin-left: auto;
  }
}

.navbar-wrapper{
  width: 100vw;
  display: flex;
  justify-content: space-between;
}
.navbar-wrapper-inner{
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  margin: 2rem 0;
}

.navbar-language-wrap select {
  padding: 1rem 1.5rem;
}

.navbar-wrapper  .navbar-logo-wrapper{
  width: auto;
  max-width: 7rem;
}

.header-wrapper{
  width: 75%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 3rem;
  margin-left: auto;
  justify-content: flex-end;
}

.header-wrapper h1, .header-wrapper a{
  margin: 0 !important;
  margin-bottom: 0 !important;
  min-width: max-content !important;
}

.header-wrapper h1{
  width: max-content;
  width: -webkit-fill-available !important;
}

@media (max-width: 700px) {
  .navbar-wrapper-inner{
    flex-direction: row;
    width: 100%;
  }
  .navbar-language-wrap, .navbar-logo-wrapper{
    margin-right: auto;
  }

  .cid-uhMjPZv03y{
    padding-top: 11rem;
  }

  .header-wrapper{
    margin-top: 3rem;
    flex-direction: column;
  }
}

.navbar-caption-wrap select {
  padding: 0 1rem;
}


.truncate-2-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3rem;
  max-height: 6rem; /* Adjust based on your line height */
}



.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  animation: spin 2s linear infinite;
  z-index: 9999; /* Ensure the loader stays on top */
  display: none; /* Hidden by default */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}