.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d70081 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !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: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.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: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.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: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d70081 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #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: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d70081;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d70081;
  border-color: #d70081;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d70081;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d70081 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #d70081;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d70081;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d70081;
}
.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: #d70081;
  border-bottom-color: #d70081;
}
.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: #d70081 !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: #ffd7ef !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;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uQ4hZoWvsE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQ4hZoWvsE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ4hZoWvsE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ4hZoWvsE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQ4hZoWvsE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQ4hZoWvsE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQ4hZoWvsE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQ4hZoWvsE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQ4hZoWvsE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQ4hZoWvsE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQ4hZoWvsE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQ4hZoWvsE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQ4hZoWvsE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQ4hZoWvsE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQ4hZoWvsE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQ4hZoWvsE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQ4hZoWvsE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uQ4hZoWvsE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQ4hZoWvsE .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ4hZoWvsE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uQ4hZoWvsE .nav-item:focus,
.cid-uQ4hZoWvsE .nav-link:focus {
  outline: none;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ4hZoWvsE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ4hZoWvsE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ4hZoWvsE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ4hZoWvsE .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ4hZoWvsE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQ4hZoWvsE .navbar.collapsed {
  justify-content: center;
}
.cid-uQ4hZoWvsE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ4hZoWvsE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ4hZoWvsE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uQ4hZoWvsE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ4hZoWvsE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ4hZoWvsE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ4hZoWvsE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .navbar {
    min-height: 72px;
  }
  .cid-uQ4hZoWvsE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ4hZoWvsE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ4hZoWvsE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ4hZoWvsE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ4hZoWvsE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ4hZoWvsE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQ4hZoWvsE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ4hZoWvsE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ4hZoWvsE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQ4hZoWvsE .dropdown-item.active,
.cid-uQ4hZoWvsE .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ4hZoWvsE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ4hZoWvsE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ4hZoWvsE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ4hZoWvsE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ4hZoWvsE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQ4hZoWvsE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQ4hZoWvsE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ4hZoWvsE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQ4hZoWvsE .navbar-buttons {
    text-align: left;
  }
}
.cid-uQ4hZoWvsE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQ4hZoWvsE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ4hZoWvsE .navbar {
    height: 70px;
  }
  .cid-uQ4hZoWvsE .navbar.opened {
    height: auto;
  }
  .cid-uQ4hZoWvsE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQ4hZoWvsE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQ4hZoWvsE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQ4hZoWvsE .navbar-brand {
    margin-right: auto;
  }
  .cid-uQ4hZoWvsE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQ4hZoWvsE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQ4hZoWvsE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQ4hZoWvsE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPHxjDrpuE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uPHxjDrpuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHxjDrpuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHxjDrpuE .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uPHxjDrpuE .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPHxjDrpuE .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 992px) {
  .cid-uPHxjDrpuE .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 9rem;
  }
}
.cid-uPHxjDrpuE .wrap {
  background: url("https://r.mobirisesite.com/1474989/assets/images/background17-h_mck8dtka.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uPHxjDrpuE .wrap .inner-wrap {
  padding: 40px;
}
.cid-uPHxjDrpuE .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHxjDrpuE .mbr-text {
  color: #000000;
}
.cid-uPHxjDrpuE .mbr-text,
.cid-uPHxjDrpuE .mbr-section-btn {
  color: #ffffff;
}
.cid-uPHxjDFIFH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPHxjDFIFH .mbr-text {
  color: #000000;
}
.cid-uPHxjDFIFH .mbr-section-subtitle {
  color: #000000;
}
.cid-uPHxjDFIFH .mbr-section-title {
  color: #000000;
}
.cid-uPHxjDKbxz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPHxjDKbxz .mbr-text {
  color: #000000;
}
.cid-uPHxjDKbxz .mbr-section-subtitle {
  color: #000000;
}
.cid-uPHxjDKbxz .mbr-section-title {
  color: #000000;
}
.cid-uPHxjDSOiF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPHxjDSOiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHxjDSOiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPHxjDSOiF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHxjDSOiF .row {
  flex-direction: row-reverse;
}
.cid-uPHxjDSOiF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPHxjDSOiF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPHxjDSOiF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPHxjDSOiF .mbr-section-title {
  color: #000000;
}
.cid-uPHxjDSOiF .mbr-text,
.cid-uPHxjDSOiF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uPHxjE4N3a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPHxjE4N3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHxjE4N3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPHxjE4N3a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHxjE4N3a .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPHxjE4N3a .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPHxjE4N3a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPHxjE4N3a .mbr-section-title {
  color: #000000;
}
.cid-uPHxjE4N3a .mbr-text,
.cid-uPHxjE4N3a .mbr-section-btn {
  color: #000000;
}
.cid-uPHxjEdYkx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPHxjEdYkx .mbr-text {
  color: #000000;
}
.cid-uPHxjEdYkx .mbr-section-subtitle {
  color: #000000;
}
.cid-uPHxjEdYkx .mbr-section-title {
  color: #000000;
}
.cid-uPHxjEiuKB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPHxjEiuKB .mbr-text {
  color: #000000;
}
.cid-uPHxjEiuKB .mbr-section-subtitle {
  color: #000000;
}
.cid-uPHxjEiuKB .mbr-section-title {
  color: #000000;
}
.cid-uPHxjEoBlK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uPHxjEoBlK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPHxjEoBlK .item {
    margin-bottom: 1rem;
  }
}
.cid-uPHxjEoBlK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uPHxjEoBlK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPHxjEoBlK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uPHxjEoBlK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uPHxjEoBlK .carousel-control,
.cid-uPHxjEoBlK .close {
  background: #1b1b1b;
}
.cid-uPHxjEoBlK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uPHxjEoBlK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uPHxjEoBlK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uPHxjEoBlK .carousel-control-next span {
  margin-left: 5px;
}
.cid-uPHxjEoBlK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uPHxjEoBlK .close::before {
  content: '\e91a';
}
.cid-uPHxjEoBlK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uPHxjEoBlK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uPHxjEoBlK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPHxjEoBlK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPHxjEoBlK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPHxjEoBlK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uPHxjEoBlK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPHxjEoBlK .carousel-indicators li.active,
.cid-uPHxjEoBlK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPHxjEoBlK .carousel-indicators li::after,
.cid-uPHxjEoBlK .carousel-indicators li::before {
  content: none;
}
.cid-uPHxjEoBlK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPHxjEoBlK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uPHxjEoBlK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPHxjEoBlK .carousel-indicators {
    display: none;
  }
}
.cid-uPHxjEoBlK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uPHxjEoBlK .carousel-inner > .active {
  display: block;
}
.cid-uPHxjEoBlK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPHxjEoBlK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPHxjEoBlK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uPHxjEoBlK .carousel-control,
  .cid-uPHxjEoBlK .carousel-indicators,
  .cid-uPHxjEoBlK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uPHxjEoBlK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uPHxjEoBlK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPHxjEoBlK .carousel-indicators .active,
.cid-uPHxjEoBlK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uPHxjEoBlK .carousel-indicators .active {
  background: #fff;
}
.cid-uPHxjEoBlK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uPHxjEoBlK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uPHxjEoBlK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uPHxjEoBlK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uPHxjEoBlK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uPHxjEoBlK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uPHxjEoBlK .carousel {
  width: 100%;
}
.cid-uPHxjEoBlK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uPHxjEoBlK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uPHxjEoBlK .modal.fade .modal-dialog,
.cid-uPHxjEoBlK .modal.in .modal-dialog {
  transform: none;
}
.cid-uPHxjEoBlK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uPHxjEoBlK .content-head {
  max-width: 800px;
}
.cid-uPHxjF4x55 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPHxjF4x55 .mbr-text {
  color: #000000;
}
.cid-uPHxjF4x55 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPHxjF4x55 .mbr-section-title {
  color: #000000;
}
.cid-uPHxjFatPk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPHxjFatPk .mbr-text {
  color: #000000;
}
.cid-uPHxjFatPk .mbr-section-subtitle {
  color: #000000;
}
.cid-uPHxjFatPk .mbr-section-title {
  color: #000000;
}
.cid-uPHxjFhYVo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPHxjFhYVo .mbr-text {
  color: #000000;
}
.cid-uPHxjFhYVo .mbr-section-subtitle {
  color: #000000;
}
.cid-uPHxjFhYVo .mbr-section-title {
  color: #000000;
}
.cid-uPHxjFnMAz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uPHxjFnMAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHxjFnMAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHxjFnMAz .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uPHxjFnMAz .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPHxjFnMAz .row {
    flex-direction: column-reverse !important;
  }
  .cid-uPHxjFnMAz .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uPHxjFnMAz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPHxjFnMAz .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uPHxjFnMAz .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPHxjFnMAz .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uPHxjFnMAz .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uPHxjFnMAz .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uPHxjFnMAz .copyright {
    text-align: center;
  }
}
.cid-uQ4hZoWvsE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQ4hZoWvsE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ4hZoWvsE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ4hZoWvsE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQ4hZoWvsE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQ4hZoWvsE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQ4hZoWvsE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQ4hZoWvsE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQ4hZoWvsE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQ4hZoWvsE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQ4hZoWvsE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQ4hZoWvsE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQ4hZoWvsE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQ4hZoWvsE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQ4hZoWvsE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQ4hZoWvsE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQ4hZoWvsE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uQ4hZoWvsE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQ4hZoWvsE .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ4hZoWvsE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uQ4hZoWvsE .nav-item:focus,
.cid-uQ4hZoWvsE .nav-link:focus {
  outline: none;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ4hZoWvsE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ4hZoWvsE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ4hZoWvsE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ4hZoWvsE .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ4hZoWvsE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQ4hZoWvsE .navbar.collapsed {
  justify-content: center;
}
.cid-uQ4hZoWvsE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ4hZoWvsE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ4hZoWvsE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uQ4hZoWvsE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ4hZoWvsE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ4hZoWvsE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ4hZoWvsE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .navbar {
    min-height: 72px;
  }
  .cid-uQ4hZoWvsE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ4hZoWvsE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ4hZoWvsE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ4hZoWvsE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ4hZoWvsE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ4hZoWvsE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQ4hZoWvsE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ4hZoWvsE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ4hZoWvsE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQ4hZoWvsE .dropdown-item.active,
.cid-uQ4hZoWvsE .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ4hZoWvsE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ4hZoWvsE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ4hZoWvsE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ4hZoWvsE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ4hZoWvsE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQ4hZoWvsE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQ4hZoWvsE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ4hZoWvsE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQ4hZoWvsE .navbar-buttons {
    text-align: left;
  }
}
.cid-uQ4hZoWvsE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQ4hZoWvsE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ4hZoWvsE .navbar {
    height: 70px;
  }
  .cid-uQ4hZoWvsE .navbar.opened {
    height: auto;
  }
  .cid-uQ4hZoWvsE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQ4hZoWvsE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQ4hZoWvsE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQ4hZoWvsE .navbar-brand {
    margin-right: auto;
  }
  .cid-uQ4hZoWvsE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQ4hZoWvsE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQ4hZoWvsE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQ4hZoWvsE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPGg0G1pxA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uPGg0G1pxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGg0G1pxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGg0G1pxA .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uPGg0G1pxA .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPGg0G1pxA .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 992px) {
  .cid-uPGg0G1pxA .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 9rem;
  }
}
.cid-uPGg0G1pxA .wrap {
  background: url("https://r.mobirisesite.com/1474989/assets/images/background17-h_mck8dtka.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uPGg0G1pxA .wrap .inner-wrap {
  padding: 40px;
}
.cid-uPGg0G1pxA .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPGg0G1pxA .mbr-text {
  color: #000000;
}
.cid-uPGg0G1pxA .mbr-text,
.cid-uPGg0G1pxA .mbr-section-btn {
  color: #ffffff;
}
.cid-uPGgat5hKu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPGgat5hKu .mbr-text {
  color: #000000;
}
.cid-uPGgat5hKu .mbr-section-subtitle {
  color: #000000;
}
.cid-uPGgat5hKu .mbr-section-title {
  color: #000000;
}
.cid-uPGghnMHb3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPGghnMHb3 .mbr-text {
  color: #000000;
}
.cid-uPGghnMHb3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPGghnMHb3 .mbr-section-title {
  color: #000000;
}
.cid-uPGgv79GDX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPGgv79GDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGgv79GDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPGgv79GDX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPGgv79GDX .row {
  flex-direction: row-reverse;
}
.cid-uPGgv79GDX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPGgv79GDX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPGgv79GDX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPGgv79GDX .mbr-section-title {
  color: #000000;
}
.cid-uPGgv79GDX .mbr-text,
.cid-uPGgv79GDX .mbr-section-btn {
  color: #000000;
}
.cid-uPGi6lWmpt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPGi6lWmpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGi6lWmpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPGi6lWmpt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPGi6lWmpt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPGi6lWmpt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPGi6lWmpt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPGi6lWmpt .mbr-section-title {
  color: #000000;
}
.cid-uPGi6lWmpt .mbr-text,
.cid-uPGi6lWmpt .mbr-section-btn {
  color: #000000;
}
.cid-uPGiFZBoES {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPGiFZBoES .mbr-text {
  color: #000000;
}
.cid-uPGiFZBoES .mbr-section-subtitle {
  color: #000000;
}
.cid-uPGiFZBoES .mbr-section-title {
  color: #000000;
}
.cid-uPGiYi03y1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPGiYi03y1 .mbr-text {
  color: #000000;
}
.cid-uPGiYi03y1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPGiYi03y1 .mbr-section-title {
  color: #000000;
}
.cid-uPGjxBCeh2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uPGjxBCeh2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPGjxBCeh2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uPGjxBCeh2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uPGjxBCeh2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPGjxBCeh2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uPGjxBCeh2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uPGjxBCeh2 .carousel-control,
.cid-uPGjxBCeh2 .close {
  background: #1b1b1b;
}
.cid-uPGjxBCeh2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uPGjxBCeh2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uPGjxBCeh2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uPGjxBCeh2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uPGjxBCeh2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uPGjxBCeh2 .close::before {
  content: '\e91a';
}
.cid-uPGjxBCeh2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uPGjxBCeh2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uPGjxBCeh2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPGjxBCeh2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPGjxBCeh2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPGjxBCeh2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uPGjxBCeh2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPGjxBCeh2 .carousel-indicators li.active,
.cid-uPGjxBCeh2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPGjxBCeh2 .carousel-indicators li::after,
.cid-uPGjxBCeh2 .carousel-indicators li::before {
  content: none;
}
.cid-uPGjxBCeh2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPGjxBCeh2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uPGjxBCeh2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPGjxBCeh2 .carousel-indicators {
    display: none;
  }
}
.cid-uPGjxBCeh2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uPGjxBCeh2 .carousel-inner > .active {
  display: block;
}
.cid-uPGjxBCeh2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPGjxBCeh2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPGjxBCeh2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uPGjxBCeh2 .carousel-control,
  .cid-uPGjxBCeh2 .carousel-indicators,
  .cid-uPGjxBCeh2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uPGjxBCeh2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uPGjxBCeh2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPGjxBCeh2 .carousel-indicators .active,
.cid-uPGjxBCeh2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uPGjxBCeh2 .carousel-indicators .active {
  background: #fff;
}
.cid-uPGjxBCeh2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uPGjxBCeh2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uPGjxBCeh2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uPGjxBCeh2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uPGjxBCeh2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uPGjxBCeh2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uPGjxBCeh2 .carousel {
  width: 100%;
}
.cid-uPGjxBCeh2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uPGjxBCeh2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uPGjxBCeh2 .modal.fade .modal-dialog,
.cid-uPGjxBCeh2 .modal.in .modal-dialog {
  transform: none;
}
.cid-uPGjxBCeh2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uPGjxBCeh2 .content-head {
  max-width: 800px;
}
.cid-uPGmV1j55p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPGmV1j55p .mbr-text {
  color: #000000;
}
.cid-uPGmV1j55p .mbr-section-subtitle {
  color: #000000;
}
.cid-uPGmV1j55p .mbr-section-title {
  color: #000000;
}
.cid-uPGncMj3Fy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPGncMj3Fy .mbr-text {
  color: #000000;
}
.cid-uPGncMj3Fy .mbr-section-subtitle {
  color: #000000;
}
.cid-uPGncMj3Fy .mbr-section-title {
  color: #000000;
}
.cid-uPGngurjYU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPGngurjYU .mbr-text {
  color: #000000;
}
.cid-uPGngurjYU .mbr-section-subtitle {
  color: #000000;
}
.cid-uPGngurjYU .mbr-section-title {
  color: #000000;
}
.cid-uPGtwSbxPt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uPGtwSbxPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGtwSbxPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGtwSbxPt .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uPGtwSbxPt .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPGtwSbxPt .row {
    flex-direction: column-reverse !important;
  }
  .cid-uPGtwSbxPt .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uPGtwSbxPt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPGtwSbxPt .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uPGtwSbxPt .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uPGtwSbxPt .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uPGtwSbxPt .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uPGtwSbxPt .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uPGtwSbxPt .copyright {
    text-align: center;
  }
}
.cid-uQ4hZoWvsE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uQ4hZoWvsE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ4hZoWvsE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ4hZoWvsE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uQ4hZoWvsE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uQ4hZoWvsE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uQ4hZoWvsE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQ4hZoWvsE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQ4hZoWvsE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQ4hZoWvsE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uQ4hZoWvsE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQ4hZoWvsE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQ4hZoWvsE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQ4hZoWvsE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uQ4hZoWvsE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQ4hZoWvsE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uQ4hZoWvsE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uQ4hZoWvsE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQ4hZoWvsE .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ4hZoWvsE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uQ4hZoWvsE .nav-item:focus,
.cid-uQ4hZoWvsE .nav-link:focus {
  outline: none;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ4hZoWvsE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ4hZoWvsE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ4hZoWvsE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ4hZoWvsE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ4hZoWvsE .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ4hZoWvsE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQ4hZoWvsE .navbar.collapsed {
  justify-content: center;
}
.cid-uQ4hZoWvsE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ4hZoWvsE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ4hZoWvsE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uQ4hZoWvsE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ4hZoWvsE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ4hZoWvsE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ4hZoWvsE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQ4hZoWvsE .navbar {
    min-height: 72px;
  }
  .cid-uQ4hZoWvsE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ4hZoWvsE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ4hZoWvsE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ4hZoWvsE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ4hZoWvsE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ4hZoWvsE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQ4hZoWvsE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ4hZoWvsE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ4hZoWvsE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQ4hZoWvsE .dropdown-item.active,
.cid-uQ4hZoWvsE .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ4hZoWvsE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ4hZoWvsE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ4hZoWvsE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ4hZoWvsE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ4hZoWvsE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQ4hZoWvsE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQ4hZoWvsE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ4hZoWvsE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQ4hZoWvsE .navbar-buttons {
    text-align: left;
  }
}
.cid-uQ4hZoWvsE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4hZoWvsE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ4hZoWvsE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4hZoWvsE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQ4hZoWvsE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ4hZoWvsE .navbar {
    height: 70px;
  }
  .cid-uQ4hZoWvsE .navbar.opened {
    height: auto;
  }
  .cid-uQ4hZoWvsE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQ4hZoWvsE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQ4hZoWvsE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQ4hZoWvsE .navbar-brand {
    margin-right: auto;
  }
  .cid-uQ4hZoWvsE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQ4hZoWvsE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQ4hZoWvsE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQ4hZoWvsE .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-uQ4hZoWvsE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQ4hZoWvsE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQ4hY27DQW {
  display: flex;
  background-image: url("https://r.mobirisesite.com/1474989/assets/images/background1-h_mcq2o6df.jpg");
}
.cid-uQ4hY27DQW .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uQ4hY27DQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4hY27DQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4hY27DQW .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uQ4hY27DQW .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uQ4hY27DQW {
    align-items: center;
  }
  .cid-uQ4hY27DQW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQ4hY27DQW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQ4hY27DQW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQ4hY27DQW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ4hY27DQW .content-wrap {
    width: 100%;
  }
}
.cid-uQ4hY27DQW .mbr-section-title {
  text-align: center;
}
.cid-uQ4hY27DQW .mbr-text,
.cid-uQ4hY27DQW .mbr-section-btn {
  text-align: center;
}
.cid-uQ4jOtpVzK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uQ4jOtpVzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4jOtpVzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4jOtpVzK .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQ4jOtpVzK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQ4jOtpVzK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ4jOtpVzK .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQ4jOtpVzK .mbr-text,
.cid-uQ4jOtpVzK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uQ4jOtpVzK .card-title,
.cid-uQ4jOtpVzK .card-box {
  text-align: left;
  color: #000000;
}
.cid-uQ4g9tYti0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uQ4g9tYti0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQ4g9tYti0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQ4g9tYti0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQ4g9tYti0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQ4g9tYti0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQ4g9tYti0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQ4g9tYti0 .carousel-control,
.cid-uQ4g9tYti0 .close {
  background: #1b1b1b;
}
.cid-uQ4g9tYti0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQ4g9tYti0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQ4g9tYti0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQ4g9tYti0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQ4g9tYti0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQ4g9tYti0 .close::before {
  content: '\e91a';
}
.cid-uQ4g9tYti0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQ4g9tYti0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQ4g9tYti0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQ4g9tYti0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQ4g9tYti0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQ4g9tYti0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQ4g9tYti0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQ4g9tYti0 .carousel-indicators li.active,
.cid-uQ4g9tYti0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQ4g9tYti0 .carousel-indicators li::after,
.cid-uQ4g9tYti0 .carousel-indicators li::before {
  content: none;
}
.cid-uQ4g9tYti0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQ4g9tYti0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ4g9tYti0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ4g9tYti0 .carousel-indicators {
    display: none;
  }
}
.cid-uQ4g9tYti0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQ4g9tYti0 .carousel-inner > .active {
  display: block;
}
.cid-uQ4g9tYti0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQ4g9tYti0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQ4g9tYti0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQ4g9tYti0 .carousel-control,
  .cid-uQ4g9tYti0 .carousel-indicators,
  .cid-uQ4g9tYti0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQ4g9tYti0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQ4g9tYti0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQ4g9tYti0 .carousel-indicators .active,
.cid-uQ4g9tYti0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQ4g9tYti0 .carousel-indicators .active {
  background: #fff;
}
.cid-uQ4g9tYti0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQ4g9tYti0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQ4g9tYti0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQ4g9tYti0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQ4g9tYti0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQ4g9tYti0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQ4g9tYti0 .carousel {
  width: 100%;
}
.cid-uQ4g9tYti0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQ4g9tYti0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQ4g9tYti0 .modal.fade .modal-dialog,
.cid-uQ4g9tYti0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uQ4g9tYti0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQ4g9tYti0 .content-head {
  max-width: 800px;
}
.cid-uQ4m2jxtZI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uQ4m2jxtZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4m2jxtZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4m2jxtZI .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQ4m2jxtZI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQ4m2jxtZI .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ4m2jxtZI .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQ4m2jxtZI .mbr-text,
.cid-uQ4m2jxtZI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uQ4m2jxtZI .card-title,
.cid-uQ4m2jxtZI .card-box {
  text-align: left;
  color: #000000;
}
.cid-uQ4noqMLAT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uQ4noqMLAT .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uQ4noqMLAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4noqMLAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4noqMLAT .item-wrapper {
  background: #e51036;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQ4noqMLAT .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQ4noqMLAT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQ4noqMLAT .card-title,
.cid-uQ4noqMLAT .iconfont-wrapper {
  color: #000000;
}
.cid-uQ4noqMLAT .content-head {
  max-width: 800px;
}
.cid-uQ4noqMLAT .mbr-section-title {
  color: #000000;
}
.cid-uQ4noqMLAT .mbr-section-subtitle {
  color: #000000;
}
.cid-uQ4noqMLAT .card-text {
  color: #000000;
}
.cid-uQ4noqMLAT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQ4noqMLAT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQ4nSjL2uN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uQ4nSjL2uN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4nSjL2uN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uQ4nSjL2uN .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uQ4nSjL2uN .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ4nSjL2uN .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uQ4nSjL2uN .card-wrapper {
  background: #ffffff;
}
.cid-uQ4nSjL2uN .mbr-text,
.cid-uQ4nSjL2uN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uQ4nSjL2uN .card-title,
.cid-uQ4nSjL2uN .card-box {
  text-align: left;
  color: #000000;
}
.cid-uQ4nSjL2uN .image-wrapper img {
  width: 100%;
}
.cid-uQ4w0twK0O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uQ4w0twK0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4w0twK0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4w0twK0O .card-wrapper {
  background: #e51036;
}
@media (max-width: 767px) {
  .cid-uQ4w0twK0O .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQ4w0twK0O .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ4w0twK0O .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQ4w0twK0O .mbr-text,
.cid-uQ4w0twK0O .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ4w0twK0O .card-title,
.cid-uQ4w0twK0O .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uQ4g9virD6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e51036;
}
.cid-uQ4g9virD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4g9virD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4g9virD6 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uQ4g9virD6 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQ4g9virD6 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uQ4g9virD6 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uQ4g9virD6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQ4g9virD6 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uQ4g9virD6 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uQ4g9virD6 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uQ4g9virD6 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uQ4g9virD6 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uQ4g9virD6 .copyright {
    text-align: center;
  }
}
.cid-uRRFbmFkcT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRRFbmFkcT .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-uRRFbmFkcT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRRFbmFkcT .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-uRRFbmFkcT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRRFbmFkcT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRRFbmFkcT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRFbmFkcT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRRFbmFkcT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRRFbmFkcT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRRFbmFkcT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRRFbmFkcT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRRFbmFkcT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRRFbmFkcT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRRFbmFkcT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRRFbmFkcT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRRFbmFkcT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRRFbmFkcT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRRFbmFkcT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRRFbmFkcT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRRFbmFkcT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRRFbmFkcT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRRFbmFkcT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uRRFbmFkcT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRFbmFkcT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRRFbmFkcT .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRRFbmFkcT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uRRFbmFkcT .nav-item:focus,
.cid-uRRFbmFkcT .nav-link:focus {
  outline: none;
}
.cid-uRRFbmFkcT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRFbmFkcT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRRFbmFkcT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRFbmFkcT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRFbmFkcT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRFbmFkcT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRFbmFkcT .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-uRRFbmFkcT .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRFbmFkcT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRRFbmFkcT .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRFbmFkcT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRRFbmFkcT .navbar.collapsed {
  justify-content: center;
}
.cid-uRRFbmFkcT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRFbmFkcT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRFbmFkcT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uRRFbmFkcT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRFbmFkcT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRFbmFkcT .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-uRRFbmFkcT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRFbmFkcT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRFbmFkcT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRRFbmFkcT .navbar {
    min-height: 72px;
  }
  .cid-uRRFbmFkcT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRRFbmFkcT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRFbmFkcT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRFbmFkcT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRFbmFkcT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRFbmFkcT .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-uRRFbmFkcT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRRFbmFkcT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRRFbmFkcT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRFbmFkcT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRFbmFkcT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRRFbmFkcT .dropdown-item.active,
.cid-uRRFbmFkcT .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRFbmFkcT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRFbmFkcT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRFbmFkcT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRFbmFkcT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRRFbmFkcT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRRFbmFkcT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRRFbmFkcT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRRFbmFkcT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRRFbmFkcT .navbar-buttons {
    text-align: left;
  }
}
.cid-uRRFbmFkcT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRRFbmFkcT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRRFbmFkcT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRRFbmFkcT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRFbmFkcT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRFbmFkcT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRRFbmFkcT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRFbmFkcT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRFbmFkcT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRFbmFkcT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRFbmFkcT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRRFbmFkcT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRFbmFkcT .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-uRRFbmFkcT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRRFbmFkcT .navbar {
    height: 70px;
  }
  .cid-uRRFbmFkcT .navbar.opened {
    height: auto;
  }
  .cid-uRRFbmFkcT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRFbmFkcT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRRFbmFkcT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRRFbmFkcT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRRFbmFkcT .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-uRRFbmFkcT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRRFbmFkcT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRRFbmFkcT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRRFbmFkcT .navbar-brand {
    margin-right: auto;
  }
  .cid-uRRFbmFkcT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRRFbmFkcT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRRFbmFkcT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRRFbmFkcT .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-uRRFbmFkcT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRRFbmFkcT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRRFbmFkcT .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-uRRFbmFkcT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRRFbmFkcT .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-uRRFbmFkcT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRRFbmFkcT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRRFbn8oG4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRRFbn8oG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFbn8oG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRFbn8oG4 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uRRFbn8oG4 .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRRFbn8oG4 .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 992px) {
  .cid-uRRFbn8oG4 .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 9rem;
  }
}
.cid-uRRFbn8oG4 .wrap {
  background: url("https://r.mobirisesite.com/1474989/assets/images/background17-h_mdhc2v57.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uRRFbn8oG4 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uRRFbn8oG4 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRRFbn8oG4 .mbr-text {
  color: #000000;
}
.cid-uRRFbn8oG4 .mbr-text,
.cid-uRRFbn8oG4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRRFbnoWO5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRFbnoWO5 .mbr-text {
  color: #000000;
}
.cid-uRRFbnoWO5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uRRFbnoWO5 .mbr-section-title {
  color: #000000;
}
.cid-uRRFbnB49h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRRFbnB49h .mbr-text {
  color: #000000;
}
.cid-uRRFbnB49h .mbr-section-subtitle {
  color: #000000;
}
.cid-uRRFbnB49h .mbr-section-title {
  color: #000000;
}
.cid-uRRFbnROfj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRRFbnROfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFbnROfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRRFbnROfj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRFbnROfj .row {
  flex-direction: row-reverse;
}
.cid-uRRFbnROfj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRRFbnROfj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRRFbnROfj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRRFbnROfj .mbr-section-title {
  color: #000000;
}
.cid-uRRFbnROfj .mbr-text,
.cid-uRRFbnROfj .mbr-section-btn {
  color: #000000;
}
.cid-uRRFbo2DsX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRRFbo2DsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFbo2DsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRRFbo2DsX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRFbo2DsX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRRFbo2DsX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRRFbo2DsX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRRFbo2DsX .mbr-section-title {
  color: #000000;
}
.cid-uRRFbo2DsX .mbr-text,
.cid-uRRFbo2DsX .mbr-section-btn {
  color: #000000;
}
.cid-uRRFbocxSP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRRFbocxSP .mbr-text {
  color: #000000;
}
.cid-uRRFbocxSP .mbr-section-subtitle {
  color: #000000;
}
.cid-uRRFbocxSP .mbr-section-title {
  color: #000000;
}
.cid-uRRFbohJu1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRRFbohJu1 .mbr-text {
  color: #000000;
}
.cid-uRRFbohJu1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uRRFbohJu1 .mbr-section-title {
  color: #000000;
}
.cid-uRRFbomKpQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uRRFbomKpQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRRFbomKpQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uRRFbomKpQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uRRFbomKpQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uRRFbomKpQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uRRFbomKpQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uRRFbomKpQ .carousel-control,
.cid-uRRFbomKpQ .close {
  background: #1b1b1b;
}
.cid-uRRFbomKpQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRRFbomKpQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRRFbomKpQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRRFbomKpQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRRFbomKpQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uRRFbomKpQ .close::before {
  content: '\e91a';
}
.cid-uRRFbomKpQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRRFbomKpQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uRRFbomKpQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRRFbomKpQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRRFbomKpQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRRFbomKpQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRRFbomKpQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uRRFbomKpQ .carousel-indicators li.active,
.cid-uRRFbomKpQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRRFbomKpQ .carousel-indicators li::after,
.cid-uRRFbomKpQ .carousel-indicators li::before {
  content: none;
}
.cid-uRRFbomKpQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRRFbomKpQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRRFbomKpQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRFbomKpQ .carousel-indicators {
    display: none;
  }
}
.cid-uRRFbomKpQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRRFbomKpQ .carousel-inner > .active {
  display: block;
}
.cid-uRRFbomKpQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRRFbomKpQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRRFbomKpQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRRFbomKpQ .carousel-control,
  .cid-uRRFbomKpQ .carousel-indicators,
  .cid-uRRFbomKpQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRRFbomKpQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRRFbomKpQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRRFbomKpQ .carousel-indicators .active,
.cid-uRRFbomKpQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRRFbomKpQ .carousel-indicators .active {
  background: #fff;
}
.cid-uRRFbomKpQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRRFbomKpQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRRFbomKpQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRRFbomKpQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRRFbomKpQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRRFbomKpQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRRFbomKpQ .carousel {
  width: 100%;
}
.cid-uRRFbomKpQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRRFbomKpQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRRFbomKpQ .modal.fade .modal-dialog,
.cid-uRRFbomKpQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uRRFbomKpQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRRFbomKpQ .content-head {
  max-width: 800px;
}
.cid-uRRFbp6bjf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRRFbp6bjf .mbr-text {
  color: #000000;
}
.cid-uRRFbp6bjf .mbr-section-subtitle {
  color: #000000;
}
.cid-uRRFbp6bjf .mbr-section-title {
  color: #000000;
}
.cid-uRRFbpdljs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRRFbpdljs .mbr-text {
  color: #000000;
}
.cid-uRRFbpdljs .mbr-section-subtitle {
  color: #000000;
}
.cid-uRRFbpdljs .mbr-section-title {
  color: #000000;
}
.cid-uRRFbpizlQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRRFbpizlQ .mbr-text {
  color: #000000;
}
.cid-uRRFbpizlQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uRRFbpizlQ .mbr-section-title {
  color: #000000;
}
.cid-uRRMj9RiLR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRRMj9RiLR .mbr-text {
  color: #000000;
}
.cid-uRRMj9RiLR .mbr-section-subtitle {
  color: #000000;
}
.cid-uRRMj9RiLR .mbr-section-title {
  color: #000000;
}
.cid-uRRFbpn7pK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uRRFbpn7pK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFbpn7pK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRFbpn7pK .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uRRFbpn7pK .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRRFbpn7pK .row {
    flex-direction: column-reverse !important;
  }
  .cid-uRRFbpn7pK .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uRRFbpn7pK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRRFbpn7pK .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uRRFbpn7pK .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uRRFbpn7pK .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uRRFbpn7pK .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uRRFbpn7pK .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uRRFbpn7pK .copyright {
    text-align: center;
  }
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJGs7X2OSn {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-tJGs7X2OSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGs7X2OSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGs7X2OSn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJGs7X2OSn .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-tJGs7X2OSn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJGs7X2OSn .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJGs7X2OSn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJGs7X2OSn .header-menu li p {
  margin: 0;
}
.cid-tJGs7X2OSn .mbr-section-title {
  color: #ffffff;
}
.cid-tJGs7X2OSn .header-menu-item {
  color: #ffffff;
}
.cid-tJGs7X2OSn .mbr-text,
.cid-tJGs7X2OSn .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tJGEoKGifq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGEoKGifq img,
.cid-tJGEoKGifq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tJGEoKGifq .item:focus,
.cid-tJGEoKGifq span:focus {
  outline: none;
}
.cid-tJGEoKGifq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGEoKGifq .item {
    margin-bottom: 1rem;
  }
}
.cid-tJGEoKGifq .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tJGEoKGifq .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tJGEoKGifq .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGEoKGifq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tJGEoKGifq .mbr-section-title {
  color: #ff4552;
  text-align: center;
}
.cid-tJGEoKGifq .item-title {
  text-align: left;
  color: #ff4552;
}
.cid-tJGEoKGifq .item-subtitle {
  text-align: center;
}
.cid-tJGEoKGifq .mbr-text,
.cid-tJGEoKGifq .item .mbr-section-btn {
  text-align: left;
}
.cid-tJGEoKGifq .mbr-section-subtitle,
.cid-tJGEoKGifq .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uST3YnFQur {
  background-color: #d70081;
}
.cid-uST3YnFQur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uST3YnFQur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uST3YnFQur .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uST3YnFQur .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uST3YnFQur .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uST3YnFQur .card-wrapper {
    padding: 4rem;
  }
}
.cid-uST3YnFQur .mbr-text,
.cid-uST3YnFQur .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uST3YnFQur .card-title,
.cid-uST3YnFQur .card-box {
  text-align: left;
  color: #000000;
}
.cid-tJGQCkAyg1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGQCkAyg1 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tJGQCkAyg1 img,
.cid-tJGQCkAyg1 .item-img {
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tJGQCkAyg1 .item:focus,
.cid-tJGQCkAyg1 span:focus {
  outline: none;
}
.cid-tJGQCkAyg1 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGQCkAyg1 .item {
    margin-top: 1rem;
  }
}
.cid-tJGQCkAyg1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGQCkAyg1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJGQCkAyg1 .mbr-section-title {
  color: #4552ff;
}
.cid-tJGQCkAyg1 .mbr-text,
.cid-tJGQCkAyg1 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tJGQCkAyg1 .item-title {
  color: #353535;
  text-align: center;
}
.cid-uST4lv1H8q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d70081;
}
.cid-uST4lv1H8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uST4lv1H8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uST4lv1H8q .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uST4lv1H8q .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uST4lv1H8q .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uST4lv1H8q .card-wrapper {
    padding: 4rem;
  }
}
.cid-uST4lv1H8q .mbr-text,
.cid-uST4lv1H8q .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uST4lv1H8q .card-title,
.cid-uST4lv1H8q .card-box {
  text-align: left;
  color: #000000;
}
.cid-uST4Zjbqkj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uST4Zjbqkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uST4Zjbqkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uST5trECOg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d70081;
}
.cid-uST5trECOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uST5trECOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uST5trECOg .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uST5trECOg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uST5trECOg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uST5trECOg .card-wrapper {
    padding: 4rem;
  }
}
.cid-uST5trECOg .mbr-text,
.cid-uST5trECOg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uST5trECOg .card-title,
.cid-uST5trECOg .card-box {
  text-align: left;
  color: #000000;
}
.cid-tJGRlgYbKj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGRlgYbKj .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-tJGRlgYbKj .panel-group {
  border: none;
}
.cid-tJGRlgYbKj .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tJGRlgYbKj .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tJGRlgYbKj .img-col {
  padding: 0;
}
.cid-tJGRlgYbKj .img-item {
  height: 100%;
}
.cid-tJGRlgYbKj img {
  height: 100%;
  object-fit: cover;
}
.cid-tJGRlgYbKj .collapsed span {
  transform: rotate(0deg);
}
.cid-tJGRlgYbKj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJGRlgYbKj p {
  margin-bottom: 0.3rem;
}
.cid-tJGRlgYbKj .panel-title-edit {
  color: #ff4552;
}
.cid-tJGRlgYbKj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tJGRlgYbKj .card {
  background: #d70081;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .card {
    padding: 1.5rem;
  }
}
.cid-tJGRlgYbKj .panel-text {
  color: #000000;
}
.cid-tJGRlgYbKj .mbr-section-title {
  text-align: center;
  color: #ff4552;
}
.cid-tJGRlgYbKj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tJGRlgYbKj .panel-title-edit,
.cid-tJGRlgYbKj .mbr-iconfont {
  color: #000000;
}
.cid-tL7eRYxhmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tL7eRYxhmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL7eRYxhmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tL7eRYxhmt .row {
    flex-direction: column-reverse;
  }
  .cid-tL7eRYxhmt .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tL7eRYxhmt .google-map {
  height: 100%;
  position: relative;
}
.cid-tL7eRYxhmt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL7eRYxhmt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tL7eRYxhmt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL7eRYxhmt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tL7eRYxhmt .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tL7eRYxhmt .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-tL7eRYxhmt .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tL7eRYxhmt .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tL7eRYxhmt .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tL7eRYxhmt .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d70081;
}
.cid-tL7eRYxhmt P {
  text-align: left;
}
.cid-tL7oDZlVRK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-tL7oDZlVRK .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tL7oDZlVRK .container {
    padding: 0 12px;
  }
}
.cid-tL7oDZlVRK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tL7oDZlVRK .social-row .soc-item {
  margin: 8px;
}
.cid-tL7oDZlVRK .social-row .soc-item a:hover .mbr-iconfont,
.cid-tL7oDZlVRK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tL7oDZlVRK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #f92c50;
  transition: all 0.3s ease-in-out;
}
.cid-tL7oDZlVRK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tL7oDZlVRK .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tL7oDZlVRK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tL7oDZlVRK .header-menu li p {
  margin: 0;
}
.cid-tL7oDZlVRK .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-tL7oDZlVRK .mbr-section-title {
  color: #ffffff;
}
.cid-uT64dt4ori {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uT64dt4ori .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-uT64dt4ori .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uT64dt4ori .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-uT64dt4ori .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uT64dt4ori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT64dt4ori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT64dt4ori .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uT64dt4ori .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uT64dt4ori .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uT64dt4ori .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uT64dt4ori .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uT64dt4ori .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uT64dt4ori .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uT64dt4ori .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uT64dt4ori .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uT64dt4ori .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uT64dt4ori .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uT64dt4ori .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uT64dt4ori .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uT64dt4ori .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uT64dt4ori .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uT64dt4ori .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uT64dt4ori .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uT64dt4ori .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uT64dt4ori .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uT64dt4ori .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uT64dt4ori .nav-item:focus,
.cid-uT64dt4ori .nav-link:focus {
  outline: none;
}
.cid-uT64dt4ori .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT64dt4ori .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT64dt4ori .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT64dt4ori .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT64dt4ori .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT64dt4ori .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT64dt4ori .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-uT64dt4ori .navbar.opened {
  transition: all 0.3s;
}
.cid-uT64dt4ori .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT64dt4ori .navbar .navbar-logo img {
  width: auto;
}
.cid-uT64dt4ori .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uT64dt4ori .navbar.collapsed {
  justify-content: center;
}
.cid-uT64dt4ori .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT64dt4ori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT64dt4ori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uT64dt4ori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT64dt4ori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT64dt4ori .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-uT64dt4ori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT64dt4ori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT64dt4ori .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uT64dt4ori .navbar {
    min-height: 72px;
  }
  .cid-uT64dt4ori .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uT64dt4ori .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT64dt4ori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT64dt4ori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT64dt4ori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT64dt4ori .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-uT64dt4ori .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT64dt4ori .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uT64dt4ori .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT64dt4ori .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT64dt4ori .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uT64dt4ori .dropdown-item.active,
.cid-uT64dt4ori .dropdown-item:active {
  background-color: transparent;
}
.cid-uT64dt4ori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT64dt4ori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT64dt4ori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT64dt4ori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uT64dt4ori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uT64dt4ori .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uT64dt4ori ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT64dt4ori .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uT64dt4ori .navbar-buttons {
    text-align: left;
  }
}
.cid-uT64dt4ori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT64dt4ori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uT64dt4ori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT64dt4ori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT64dt4ori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT64dt4ori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT64dt4ori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT64dt4ori nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT64dt4ori nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT64dt4ori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT64dt4ori .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uT64dt4ori a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT64dt4ori .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-uT64dt4ori .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT64dt4ori .navbar {
    height: 70px;
  }
  .cid-uT64dt4ori .navbar.opened {
    height: auto;
  }
  .cid-uT64dt4ori .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT64dt4ori .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uT64dt4ori .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uT64dt4ori .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uT64dt4ori .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-uT64dt4ori .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uT64dt4ori .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uT64dt4ori .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uT64dt4ori .navbar-brand {
    margin-right: auto;
  }
  .cid-uT64dt4ori .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uT64dt4ori .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uT64dt4ori .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uT64dt4ori .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-uT64dt4ori .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uT64dt4ori .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uT64dt4ori .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-uT64dt4ori .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uT64dt4ori .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-uT64dt4ori .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uT64dt4ori .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT64dthmoH {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-uT64dthmoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT64dthmoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT64dthmoH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uT64dthmoH .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uT64dthmoH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uT64dthmoH .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uT64dthmoH .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uT64dthmoH .header-menu li p {
  margin: 0;
}
.cid-uT64dthmoH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uT64dthmoH .header-menu-item {
  color: #ffffff;
}
.cid-uT64dthmoH .mbr-text,
.cid-uT64dthmoH .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-uT64dtNFln {
  background-color: #d70081;
}
.cid-uT64dtNFln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT64dtNFln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT64dtNFln .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uT64dtNFln .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uT64dtNFln .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uT64dtNFln .card-wrapper {
    padding: 4rem;
  }
}
.cid-uT64dtNFln .mbr-text,
.cid-uT64dtNFln .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uT64dtNFln .card-title,
.cid-uT64dtNFln .card-box {
  text-align: left;
  color: #000000;
}
.cid-uT64dtv0vz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uT64dtv0vz img,
.cid-uT64dtv0vz .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uT64dtv0vz .item:focus,
.cid-uT64dtv0vz span:focus {
  outline: none;
}
.cid-uT64dtv0vz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT64dtv0vz .item {
    margin-bottom: 1rem;
  }
}
.cid-uT64dtv0vz .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uT64dtv0vz .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uT64dtv0vz .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uT64dtv0vz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uT64dtv0vz .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-uT64dtv0vz .item-title {
  text-align: left;
  color: #d70081;
}
.cid-uT64dtv0vz .item-subtitle {
  text-align: center;
}
.cid-uT64dtv0vz .mbr-text,
.cid-uT64dtv0vz .item .mbr-section-btn {
  text-align: left;
}
.cid-uT64dtv0vz .mbr-section-subtitle,
.cid-uT64dtv0vz .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uT64duaBse {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-uT64duaBse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT64duaBse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT64duaBse .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uT64duaBse .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uT64duaBse .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uT64duaBse .card-wrapper {
    padding: 4rem;
  }
}
.cid-uT64duaBse .mbr-text,
.cid-uT64duaBse .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uT64duaBse .card-title,
.cid-uT64duaBse .card-box {
  text-align: left;
  color: #000000;
}
.cid-uT6azQ8hmW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uT6azQ8hmW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uT6azQ8hmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6azQ8hmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6azQ8hmW .item-wrapper {
  background: #d70081;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uT6azQ8hmW .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uT6azQ8hmW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uT6azQ8hmW .card-title,
.cid-uT6azQ8hmW .iconfont-wrapper {
  color: #000000;
}
.cid-uT6azQ8hmW .content-head {
  max-width: 800px;
}
.cid-uT6azQ8hmW .mbr-section-title {
  color: #000000;
}
.cid-uT6azQ8hmW .mbr-section-subtitle {
  color: #000000;
}
.cid-uT6azQ8hmW .card-text {
  color: #000000;
}
.cid-uT6azQ8hmW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT6azQ8hmW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uT64dutUve {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-uT64dutUve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT64dutUve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT64dutUve .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uT64dutUve .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uT64dutUve .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uT64dutUve .card-wrapper {
    padding: 4rem;
  }
}
.cid-uT64dutUve .mbr-text,
.cid-uT64dutUve .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uT64dutUve .card-title,
.cid-uT64dutUve .card-box {
  text-align: left;
  color: #000000;
}
.cid-uT64duDnk1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uT64duDnk1 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uT64duDnk1 .panel-group {
  border: none;
}
.cid-uT64duDnk1 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uT64duDnk1 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uT64duDnk1 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uT64duDnk1 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uT64duDnk1 .img-col {
  padding: 0;
}
.cid-uT64duDnk1 .img-item {
  height: 100%;
}
.cid-uT64duDnk1 img {
  height: 100%;
  object-fit: cover;
}
.cid-uT64duDnk1 .collapsed span {
  transform: rotate(0deg);
}
.cid-uT64duDnk1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uT64duDnk1 p {
  margin-bottom: 0.3rem;
}
.cid-uT64duDnk1 .panel-title-edit {
  color: #ff4552;
}
.cid-uT64duDnk1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uT64duDnk1 .card {
  background: #d70081;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uT64duDnk1 .card {
    padding: 1.5rem;
  }
}
.cid-uT64duDnk1 .panel-text {
  color: #000000;
}
.cid-uT64duDnk1 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uT64duDnk1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uT64duDnk1 .panel-title-edit,
.cid-uT64duDnk1 .mbr-iconfont {
  color: #000000;
}
.cid-uT64duOpk6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uT64duOpk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT64duOpk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uT64duOpk6 .row {
    flex-direction: column-reverse;
  }
  .cid-uT64duOpk6 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uT64duOpk6 .google-map {
  height: 100%;
  position: relative;
}
.cid-uT64duOpk6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uT64duOpk6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uT64duOpk6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uT64duOpk6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uT64duOpk6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uT64duOpk6 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-uT64duOpk6 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uT64duOpk6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uT64duOpk6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uT64duOpk6 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d70081;
}
.cid-uT64duOpk6 P {
  text-align: left;
}
.cid-uT64dvfnpf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uT64dvfnpf .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uT64dvfnpf .container {
    padding: 0 12px;
  }
}
.cid-uT64dvfnpf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uT64dvfnpf .social-row .soc-item {
  margin: 8px;
}
.cid-uT64dvfnpf .social-row .soc-item a:hover .mbr-iconfont,
.cid-uT64dvfnpf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uT64dvfnpf .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #f92c50;
  transition: all 0.3s ease-in-out;
}
.cid-uT64dvfnpf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uT64dvfnpf .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uT64dvfnpf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uT64dvfnpf .header-menu li p {
  margin: 0;
}
.cid-uT64dvfnpf .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uT64dvfnpf .mbr-section-title {
  color: #ffffff;
}
.cid-uThhqxDxAo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uThhqxDxAo .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-uThhqxDxAo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uThhqxDxAo .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-uThhqxDxAo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uThhqxDxAo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uThhqxDxAo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uThhqxDxAo .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uThhqxDxAo .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uThhqxDxAo .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uThhqxDxAo .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uThhqxDxAo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uThhqxDxAo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uThhqxDxAo .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uThhqxDxAo .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uThhqxDxAo .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uThhqxDxAo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uThhqxDxAo .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uThhqxDxAo .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uThhqxDxAo .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uThhqxDxAo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uThhqxDxAo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uThhqxDxAo .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uThhqxDxAo .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uThhqxDxAo .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uThhqxDxAo .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uThhqxDxAo .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uThhqxDxAo .nav-item:focus,
.cid-uThhqxDxAo .nav-link:focus {
  outline: none;
}
.cid-uThhqxDxAo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uThhqxDxAo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uThhqxDxAo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uThhqxDxAo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uThhqxDxAo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uThhqxDxAo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uThhqxDxAo .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-uThhqxDxAo .navbar.opened {
  transition: all 0.3s;
}
.cid-uThhqxDxAo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uThhqxDxAo .navbar .navbar-logo img {
  width: auto;
}
.cid-uThhqxDxAo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uThhqxDxAo .navbar.collapsed {
  justify-content: center;
}
.cid-uThhqxDxAo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uThhqxDxAo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uThhqxDxAo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uThhqxDxAo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uThhqxDxAo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uThhqxDxAo .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-uThhqxDxAo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uThhqxDxAo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uThhqxDxAo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uThhqxDxAo .navbar {
    min-height: 72px;
  }
  .cid-uThhqxDxAo .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uThhqxDxAo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uThhqxDxAo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uThhqxDxAo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uThhqxDxAo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uThhqxDxAo .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-uThhqxDxAo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uThhqxDxAo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uThhqxDxAo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uThhqxDxAo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uThhqxDxAo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uThhqxDxAo .dropdown-item.active,
.cid-uThhqxDxAo .dropdown-item:active {
  background-color: transparent;
}
.cid-uThhqxDxAo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uThhqxDxAo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uThhqxDxAo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uThhqxDxAo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uThhqxDxAo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uThhqxDxAo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uThhqxDxAo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uThhqxDxAo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uThhqxDxAo .navbar-buttons {
    text-align: left;
  }
}
.cid-uThhqxDxAo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uThhqxDxAo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uThhqxDxAo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uThhqxDxAo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uThhqxDxAo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uThhqxDxAo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uThhqxDxAo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uThhqxDxAo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uThhqxDxAo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uThhqxDxAo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uThhqxDxAo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uThhqxDxAo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uThhqxDxAo .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-uThhqxDxAo .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uThhqxDxAo .navbar {
    height: 70px;
  }
  .cid-uThhqxDxAo .navbar.opened {
    height: auto;
  }
  .cid-uThhqxDxAo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uThhqxDxAo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uThhqxDxAo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uThhqxDxAo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uThhqxDxAo .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-uThhqxDxAo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uThhqxDxAo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uThhqxDxAo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uThhqxDxAo .navbar-brand {
    margin-right: auto;
  }
  .cid-uThhqxDxAo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uThhqxDxAo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uThhqxDxAo .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uThhqxDxAo .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-uThhqxDxAo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uThhqxDxAo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uThhqxDxAo .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-uThhqxDxAo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uThhqxDxAo .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-uThhqxDxAo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uThhqxDxAo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uThhqxUJDz {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-uThhqxUJDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThhqxUJDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThhqxUJDz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uThhqxUJDz .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uThhqxUJDz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uThhqxUJDz .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uThhqxUJDz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uThhqxUJDz .header-menu li p {
  margin: 0;
}
.cid-uThhqxUJDz .mbr-section-title {
  color: #ffffff;
}
.cid-uThhqxUJDz .header-menu-item {
  color: #ffffff;
}
.cid-uThhqxUJDz .mbr-text,
.cid-uThhqxUJDz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uThhqy6ADE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uThhqy6ADE img,
.cid-uThhqy6ADE .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uThhqy6ADE .item:focus,
.cid-uThhqy6ADE span:focus {
  outline: none;
}
.cid-uThhqy6ADE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uThhqy6ADE .item {
    margin-bottom: 1rem;
  }
}
.cid-uThhqy6ADE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uThhqy6ADE .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uThhqy6ADE .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uThhqy6ADE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uThhqy6ADE .mbr-section-title {
  color: #ff4552;
  text-align: center;
}
.cid-uThhqy6ADE .item-title {
  text-align: left;
  color: #ff4552;
}
.cid-uThhqy6ADE .item-subtitle {
  text-align: center;
}
.cid-uThhqy6ADE .mbr-text,
.cid-uThhqy6ADE .item .mbr-section-btn {
  text-align: left;
}
.cid-uThhqy6ADE .mbr-section-subtitle,
.cid-uThhqy6ADE .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uThhqyxBlH {
  background-color: #d70081;
}
.cid-uThhqyxBlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThhqyxBlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThhqyxBlH .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uThhqyxBlH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uThhqyxBlH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uThhqyxBlH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uThhqyxBlH .mbr-text,
.cid-uThhqyxBlH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uThhqyxBlH .card-title,
.cid-uThhqyxBlH .card-box {
  text-align: left;
  color: #000000;
}
.cid-uThhqyQPUW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uThhqyQPUW .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-uThhqyQPUW img,
.cid-uThhqyQPUW .item-img {
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uThhqyQPUW .item:focus,
.cid-uThhqyQPUW span:focus {
  outline: none;
}
.cid-uThhqyQPUW .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uThhqyQPUW .item {
    margin-top: 1rem;
  }
}
.cid-uThhqyQPUW .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uThhqyQPUW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uThhqyQPUW .mbr-section-title {
  color: #4552ff;
}
.cid-uThhqyQPUW .mbr-text,
.cid-uThhqyQPUW .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-uThhqyQPUW .item-title {
  color: #353535;
  text-align: center;
}
.cid-uThhqzbzQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d70081;
}
.cid-uThhqzbzQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThhqzbzQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThhqzbzQ6 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uThhqzbzQ6 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uThhqzbzQ6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uThhqzbzQ6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uThhqzbzQ6 .mbr-text,
.cid-uThhqzbzQ6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uThhqzbzQ6 .card-title,
.cid-uThhqzbzQ6 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uThhqzq3Wv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uThhqzq3Wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThhqzq3Wv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThhqzErbH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d70081;
}
.cid-uThhqzErbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThhqzErbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThhqzErbH .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uThhqzErbH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uThhqzErbH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uThhqzErbH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uThhqzErbH .mbr-text,
.cid-uThhqzErbH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uThhqzErbH .card-title,
.cid-uThhqzErbH .card-box {
  text-align: left;
  color: #000000;
}
.cid-uThhqzVjmo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uThhqzVjmo .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uThhqzVjmo .panel-group {
  border: none;
}
.cid-uThhqzVjmo .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uThhqzVjmo .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uThhqzVjmo .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uThhqzVjmo .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uThhqzVjmo .img-col {
  padding: 0;
}
.cid-uThhqzVjmo .img-item {
  height: 100%;
}
.cid-uThhqzVjmo img {
  height: 100%;
  object-fit: cover;
}
.cid-uThhqzVjmo .collapsed span {
  transform: rotate(0deg);
}
.cid-uThhqzVjmo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uThhqzVjmo p {
  margin-bottom: 0.3rem;
}
.cid-uThhqzVjmo .panel-title-edit {
  color: #ff4552;
}
.cid-uThhqzVjmo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uThhqzVjmo .card {
  background: #d70081;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uThhqzVjmo .card {
    padding: 1.5rem;
  }
}
.cid-uThhqzVjmo .panel-text {
  color: #000000;
}
.cid-uThhqzVjmo .mbr-section-title {
  text-align: center;
  color: #ff4552;
}
.cid-uThhqzVjmo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uThhqzVjmo .panel-title-edit,
.cid-uThhqzVjmo .mbr-iconfont {
  color: #000000;
}
.cid-uThhqAgk3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uThhqAgk3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThhqAgk3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uThhqAgk3x .row {
    flex-direction: column-reverse;
  }
  .cid-uThhqAgk3x .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uThhqAgk3x .google-map {
  height: 100%;
  position: relative;
}
.cid-uThhqAgk3x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uThhqAgk3x .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uThhqAgk3x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uThhqAgk3x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uThhqAgk3x .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uThhqAgk3x .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-uThhqAgk3x .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uThhqAgk3x .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uThhqAgk3x .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uThhqAgk3x .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d70081;
}
.cid-uThhqAgk3x P {
  text-align: left;
}
.cid-uThhqAX765 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uThhqAX765 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uThhqAX765 .container {
    padding: 0 12px;
  }
}
.cid-uThhqAX765 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uThhqAX765 .social-row .soc-item {
  margin: 8px;
}
.cid-uThhqAX765 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uThhqAX765 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uThhqAX765 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #f92c50;
  transition: all 0.3s ease-in-out;
}
.cid-uThhqAX765 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uThhqAX765 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uThhqAX765 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uThhqAX765 .header-menu li p {
  margin: 0;
}
.cid-uThhqAX765 .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uThhqAX765 .mbr-section-title {
  color: #ffffff;
}
.cid-uTydOvZtag {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTydOvZtag .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-uTydOvZtag .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTydOvZtag .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-uTydOvZtag .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTydOvZtag .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTydOvZtag .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTydOvZtag .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTydOvZtag .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTydOvZtag .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTydOvZtag .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTydOvZtag .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTydOvZtag .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTydOvZtag .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTydOvZtag .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTydOvZtag .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTydOvZtag .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTydOvZtag .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTydOvZtag .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTydOvZtag .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTydOvZtag .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTydOvZtag .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTydOvZtag .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTydOvZtag .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTydOvZtag .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTydOvZtag .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTydOvZtag .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uTydOvZtag .nav-item:focus,
.cid-uTydOvZtag .nav-link:focus {
  outline: none;
}
.cid-uTydOvZtag .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTydOvZtag .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTydOvZtag .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTydOvZtag .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTydOvZtag .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTydOvZtag .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTydOvZtag .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-uTydOvZtag .navbar.opened {
  transition: all 0.3s;
}
.cid-uTydOvZtag .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTydOvZtag .navbar .navbar-logo img {
  width: auto;
}
.cid-uTydOvZtag .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTydOvZtag .navbar.collapsed {
  justify-content: center;
}
.cid-uTydOvZtag .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTydOvZtag .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTydOvZtag .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uTydOvZtag .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTydOvZtag .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTydOvZtag .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-uTydOvZtag .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTydOvZtag .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTydOvZtag .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTydOvZtag .navbar {
    min-height: 72px;
  }
  .cid-uTydOvZtag .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTydOvZtag .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTydOvZtag .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTydOvZtag .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTydOvZtag .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTydOvZtag .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-uTydOvZtag .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTydOvZtag .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTydOvZtag .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTydOvZtag .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTydOvZtag .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTydOvZtag .dropdown-item.active,
.cid-uTydOvZtag .dropdown-item:active {
  background-color: transparent;
}
.cid-uTydOvZtag .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTydOvZtag .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTydOvZtag .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTydOvZtag .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTydOvZtag .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTydOvZtag .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTydOvZtag ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTydOvZtag .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTydOvZtag .navbar-buttons {
    text-align: left;
  }
}
.cid-uTydOvZtag button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTydOvZtag button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTydOvZtag button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTydOvZtag button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTydOvZtag button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTydOvZtag button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTydOvZtag nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTydOvZtag nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTydOvZtag nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTydOvZtag nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTydOvZtag .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTydOvZtag a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTydOvZtag .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-uTydOvZtag .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTydOvZtag .navbar {
    height: 70px;
  }
  .cid-uTydOvZtag .navbar.opened {
    height: auto;
  }
  .cid-uTydOvZtag .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTydOvZtag .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTydOvZtag .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTydOvZtag .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTydOvZtag .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-uTydOvZtag .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTydOvZtag .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTydOvZtag .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTydOvZtag .navbar-brand {
    margin-right: auto;
  }
  .cid-uTydOvZtag .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTydOvZtag .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTydOvZtag .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTydOvZtag .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-uTydOvZtag .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTydOvZtag .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTydOvZtag .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-uTydOvZtag .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTydOvZtag .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-uTydOvZtag .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTydOvZtag .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTydOwbkEw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uTydOwbkEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTydOwbkEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTydOwbkEw .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uTydOwbkEw .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTydOwbkEw .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 992px) {
  .cid-uTydOwbkEw .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 9rem;
  }
}
.cid-uTydOwbkEw .wrap {
  background: url("https://r.mobirisesite.com/1474989/assets/images/background17-h_mck8dtka.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uTydOwbkEw .wrap .inner-wrap {
  padding: 40px;
}
.cid-uTydOwbkEw .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTydOwbkEw .mbr-text {
  color: #000000;
}
.cid-uTydOwbkEw .mbr-text,
.cid-uTydOwbkEw .mbr-section-btn {
  color: #ffffff;
}
.cid-uTydOwkKAm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTydOwkKAm .mbr-text {
  color: #000000;
}
.cid-uTydOwkKAm .mbr-section-subtitle {
  color: #000000;
}
.cid-uTydOwkKAm .mbr-section-title {
  color: #000000;
}
.cid-uTydOwq1N7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTydOwq1N7 .mbr-text {
  color: #000000;
}
.cid-uTydOwq1N7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uTydOwq1N7 .mbr-section-title {
  color: #000000;
}
.cid-uTydOwu82k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTydOwu82k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTydOwu82k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTydOwu82k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTydOwu82k .row {
  flex-direction: row-reverse;
}
.cid-uTydOwu82k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTydOwu82k .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTydOwu82k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTydOwu82k .mbr-section-title {
  color: #000000;
}
.cid-uTydOwu82k .mbr-text,
.cid-uTydOwu82k .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTydOwEjxN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTydOwEjxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTydOwEjxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTydOwEjxN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTydOwEjxN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTydOwEjxN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTydOwEjxN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTydOwEjxN .mbr-section-title {
  color: #000000;
}
.cid-uTydOwEjxN .mbr-text,
.cid-uTydOwEjxN .mbr-section-btn {
  color: #000000;
}
.cid-uTydOwLb7d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTydOwLb7d .mbr-text {
  color: #000000;
}
.cid-uTydOwLb7d .mbr-section-subtitle {
  color: #000000;
}
.cid-uTydOwLb7d .mbr-section-title {
  color: #000000;
}
.cid-uTydOwSF9Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTydOwSF9Y .mbr-text {
  color: #000000;
}
.cid-uTydOwSF9Y .mbr-section-subtitle {
  color: #000000;
}
.cid-uTydOwSF9Y .mbr-section-title {
  color: #000000;
}
.cid-uTydOwYEM0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uTydOwYEM0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTydOwYEM0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uTydOwYEM0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uTydOwYEM0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uTydOwYEM0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uTydOwYEM0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uTydOwYEM0 .carousel-control,
.cid-uTydOwYEM0 .close {
  background: #1b1b1b;
}
.cid-uTydOwYEM0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uTydOwYEM0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uTydOwYEM0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uTydOwYEM0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uTydOwYEM0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uTydOwYEM0 .close::before {
  content: '\e91a';
}
.cid-uTydOwYEM0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uTydOwYEM0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTydOwYEM0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTydOwYEM0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTydOwYEM0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTydOwYEM0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uTydOwYEM0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTydOwYEM0 .carousel-indicators li.active,
.cid-uTydOwYEM0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTydOwYEM0 .carousel-indicators li::after,
.cid-uTydOwYEM0 .carousel-indicators li::before {
  content: none;
}
.cid-uTydOwYEM0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTydOwYEM0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uTydOwYEM0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTydOwYEM0 .carousel-indicators {
    display: none;
  }
}
.cid-uTydOwYEM0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uTydOwYEM0 .carousel-inner > .active {
  display: block;
}
.cid-uTydOwYEM0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTydOwYEM0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTydOwYEM0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uTydOwYEM0 .carousel-control,
  .cid-uTydOwYEM0 .carousel-indicators,
  .cid-uTydOwYEM0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uTydOwYEM0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uTydOwYEM0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uTydOwYEM0 .carousel-indicators .active,
.cid-uTydOwYEM0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uTydOwYEM0 .carousel-indicators .active {
  background: #fff;
}
.cid-uTydOwYEM0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uTydOwYEM0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uTydOwYEM0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uTydOwYEM0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uTydOwYEM0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uTydOwYEM0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uTydOwYEM0 .carousel {
  width: 100%;
}
.cid-uTydOwYEM0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uTydOwYEM0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uTydOwYEM0 .modal.fade .modal-dialog,
.cid-uTydOwYEM0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uTydOwYEM0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uTydOwYEM0 .content-head {
  max-width: 800px;
}
.cid-uTydOxFx0d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTydOxFx0d .mbr-text {
  color: #000000;
}
.cid-uTydOxFx0d .mbr-section-subtitle {
  color: #000000;
}
.cid-uTydOxFx0d .mbr-section-title {
  color: #000000;
}
.cid-uTydOxLUtZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTydOxLUtZ .mbr-text {
  color: #000000;
}
.cid-uTydOxLUtZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uTydOxLUtZ .mbr-section-title {
  color: #000000;
}
.cid-uTydOxRaxo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTydOxRaxo .mbr-text {
  color: #000000;
}
.cid-uTydOxRaxo .mbr-section-subtitle {
  color: #000000;
}
.cid-uTydOxRaxo .mbr-section-title {
  color: #000000;
}
.cid-uTyfwIaiao {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTyfwIaiao .mbr-text {
  color: #000000;
}
.cid-uTyfwIaiao .mbr-section-subtitle {
  color: #000000;
}
.cid-uTyfwIaiao .mbr-section-title {
  color: #000000;
}
.cid-uTydOxYxWI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e481a;
}
.cid-uTydOxYxWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTydOxYxWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTydOxYxWI .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uTydOxYxWI .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTydOxYxWI .row {
    flex-direction: column-reverse !important;
  }
  .cid-uTydOxYxWI .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uTydOxYxWI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTydOxYxWI .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTydOxYxWI .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uTydOxYxWI .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uTydOxYxWI .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uTydOxYxWI .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uTydOxYxWI .copyright {
    text-align: center;
  }
}
.cid-uTEFpt8XoT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTEFpt8XoT .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-uTEFpt8XoT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTEFpt8XoT .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-uTEFpt8XoT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTEFpt8XoT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTEFpt8XoT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTEFpt8XoT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTEFpt8XoT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTEFpt8XoT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTEFpt8XoT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTEFpt8XoT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTEFpt8XoT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTEFpt8XoT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTEFpt8XoT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTEFpt8XoT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTEFpt8XoT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTEFpt8XoT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTEFpt8XoT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTEFpt8XoT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTEFpt8XoT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTEFpt8XoT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTEFpt8XoT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTEFpt8XoT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEFpt8XoT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTEFpt8XoT .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTEFpt8XoT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uTEFpt8XoT .nav-item:focus,
.cid-uTEFpt8XoT .nav-link:focus {
  outline: none;
}
.cid-uTEFpt8XoT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTEFpt8XoT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTEFpt8XoT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTEFpt8XoT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTEFpt8XoT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTEFpt8XoT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTEFpt8XoT .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-uTEFpt8XoT .navbar.opened {
  transition: all 0.3s;
}
.cid-uTEFpt8XoT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTEFpt8XoT .navbar .navbar-logo img {
  width: auto;
}
.cid-uTEFpt8XoT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTEFpt8XoT .navbar.collapsed {
  justify-content: center;
}
.cid-uTEFpt8XoT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTEFpt8XoT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTEFpt8XoT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uTEFpt8XoT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTEFpt8XoT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTEFpt8XoT .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-uTEFpt8XoT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTEFpt8XoT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTEFpt8XoT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTEFpt8XoT .navbar {
    min-height: 72px;
  }
  .cid-uTEFpt8XoT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTEFpt8XoT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTEFpt8XoT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTEFpt8XoT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTEFpt8XoT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTEFpt8XoT .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-uTEFpt8XoT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTEFpt8XoT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTEFpt8XoT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTEFpt8XoT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTEFpt8XoT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTEFpt8XoT .dropdown-item.active,
.cid-uTEFpt8XoT .dropdown-item:active {
  background-color: transparent;
}
.cid-uTEFpt8XoT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTEFpt8XoT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTEFpt8XoT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTEFpt8XoT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTEFpt8XoT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTEFpt8XoT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTEFpt8XoT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTEFpt8XoT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTEFpt8XoT .navbar-buttons {
    text-align: left;
  }
}
.cid-uTEFpt8XoT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTEFpt8XoT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTEFpt8XoT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTEFpt8XoT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEFpt8XoT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEFpt8XoT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTEFpt8XoT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEFpt8XoT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTEFpt8XoT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTEFpt8XoT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEFpt8XoT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTEFpt8XoT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTEFpt8XoT .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-uTEFpt8XoT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTEFpt8XoT .navbar {
    height: 70px;
  }
  .cid-uTEFpt8XoT .navbar.opened {
    height: auto;
  }
  .cid-uTEFpt8XoT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTEFpt8XoT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTEFpt8XoT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTEFpt8XoT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTEFpt8XoT .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-uTEFpt8XoT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTEFpt8XoT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTEFpt8XoT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTEFpt8XoT .navbar-brand {
    margin-right: auto;
  }
  .cid-uTEFpt8XoT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTEFpt8XoT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTEFpt8XoT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTEFpt8XoT .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-uTEFpt8XoT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTEFpt8XoT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTEFpt8XoT .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-uTEFpt8XoT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTEFpt8XoT .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-uTEFpt8XoT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTEFpt8XoT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTEFptolAe {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-uTEFptolAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEFptolAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEFptolAe .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTEFptolAe .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uTEFptolAe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTEFptolAe .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTEFptolAe .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTEFptolAe .header-menu li p {
  margin: 0;
}
.cid-uTEFptolAe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTEFptolAe .header-menu-item {
  color: #ffffff;
}
.cid-uTEFptolAe .mbr-text,
.cid-uTEFptolAe .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTEFptCJwZ {
  background-color: #d70081;
}
.cid-uTEFptCJwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEFptCJwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEFptCJwZ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTEFptCJwZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTEFptCJwZ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTEFptCJwZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTEFptCJwZ .mbr-text,
.cid-uTEFptCJwZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTEFptCJwZ .card-title,
.cid-uTEFptCJwZ .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTEFptCJwZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uTEFptMlxL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTEFptMlxL img,
.cid-uTEFptMlxL .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uTEFptMlxL .item:focus,
.cid-uTEFptMlxL span:focus {
  outline: none;
}
.cid-uTEFptMlxL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTEFptMlxL .item {
    margin-bottom: 1rem;
  }
}
.cid-uTEFptMlxL .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uTEFptMlxL .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uTEFptMlxL .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTEFptMlxL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTEFptMlxL .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-uTEFptMlxL .item-title {
  text-align: left;
  color: #d70081;
}
.cid-uTEFptMlxL .item-subtitle {
  text-align: center;
}
.cid-uTEFptMlxL .mbr-text,
.cid-uTEFptMlxL .item .mbr-section-btn {
  text-align: left;
}
.cid-uTEFptMlxL .mbr-section-subtitle,
.cid-uTEFptMlxL .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uTEFpu4DJE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-uTEFpu4DJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEFpu4DJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEFpu4DJE .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTEFpu4DJE .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTEFpu4DJE .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTEFpu4DJE .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTEFpu4DJE .mbr-text,
.cid-uTEFpu4DJE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTEFpu4DJE .card-title,
.cid-uTEFpu4DJE .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTEFpu4DJE .mbr-section-subtitle {
  text-align: center;
}
.cid-uTEFpueiHx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTEFpueiHx .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uTEFpueiHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEFpueiHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEFpueiHx .item-wrapper {
  background: #d70081;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uTEFpueiHx .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTEFpueiHx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uTEFpueiHx .card-title,
.cid-uTEFpueiHx .iconfont-wrapper {
  color: #000000;
}
.cid-uTEFpueiHx .content-head {
  max-width: 800px;
}
.cid-uTEFpueiHx .mbr-section-title {
  color: #000000;
}
.cid-uTEFpueiHx .mbr-section-subtitle {
  color: #000000;
}
.cid-uTEFpueiHx .card-text {
  color: #000000;
}
.cid-uTEFpueiHx .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTEFpueiHx .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uTEFpuyob1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-uTEFpuyob1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEFpuyob1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEFpuyob1 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTEFpuyob1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTEFpuyob1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTEFpuyob1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTEFpuyob1 .mbr-text,
.cid-uTEFpuyob1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTEFpuyob1 .card-title,
.cid-uTEFpuyob1 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTEFpuyob1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uTEFpuI7K2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTEFpuI7K2 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uTEFpuI7K2 .panel-group {
  border: none;
}
.cid-uTEFpuI7K2 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTEFpuI7K2 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uTEFpuI7K2 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uTEFpuI7K2 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uTEFpuI7K2 .img-col {
  padding: 0;
}
.cid-uTEFpuI7K2 .img-item {
  height: 100%;
}
.cid-uTEFpuI7K2 img {
  height: 100%;
  object-fit: cover;
}
.cid-uTEFpuI7K2 .collapsed span {
  transform: rotate(0deg);
}
.cid-uTEFpuI7K2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTEFpuI7K2 p {
  margin-bottom: 0.3rem;
}
.cid-uTEFpuI7K2 .panel-title-edit {
  color: #ff4552;
}
.cid-uTEFpuI7K2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uTEFpuI7K2 .card {
  background: #d70081;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uTEFpuI7K2 .card {
    padding: 1.5rem;
  }
}
.cid-uTEFpuI7K2 .panel-text {
  color: #000000;
}
.cid-uTEFpuI7K2 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uTEFpuI7K2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTEFpuI7K2 .panel-title-edit,
.cid-uTEFpuI7K2 .mbr-iconfont {
  color: #000000;
}
.cid-uTEFpuWPUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uTEFpuWPUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEFpuWPUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uTEFpuWPUP .row {
    flex-direction: column-reverse;
  }
  .cid-uTEFpuWPUP .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTEFpuWPUP .google-map {
  height: 100%;
  position: relative;
}
.cid-uTEFpuWPUP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uTEFpuWPUP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uTEFpuWPUP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTEFpuWPUP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTEFpuWPUP .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uTEFpuWPUP .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-uTEFpuWPUP .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uTEFpuWPUP .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTEFpuWPUP .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uTEFpuWPUP .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d70081;
}
.cid-uTEFpuWPUP P {
  text-align: left;
}
.cid-uTEFpvkDuD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uTEFpvkDuD .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uTEFpvkDuD .container {
    padding: 0 12px;
  }
}
.cid-uTEFpvkDuD .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTEFpvkDuD .social-row .soc-item {
  margin: 8px;
}
.cid-uTEFpvkDuD .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTEFpvkDuD .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uTEFpvkDuD .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #f92c50;
  transition: all 0.3s ease-in-out;
}
.cid-uTEFpvkDuD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTEFpvkDuD .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTEFpvkDuD .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTEFpvkDuD .header-menu li p {
  margin: 0;
}
.cid-uTEFpvkDuD .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uTEFpvkDuD .mbr-section-title {
  color: #ffffff;
}
.cid-uTEY972y3C {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTEY972y3C .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-uTEY972y3C .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTEY972y3C .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-uTEY972y3C .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTEY972y3C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTEY972y3C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTEY972y3C .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTEY972y3C .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTEY972y3C .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTEY972y3C .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTEY972y3C .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTEY972y3C .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTEY972y3C .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTEY972y3C .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTEY972y3C .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTEY972y3C .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTEY972y3C .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTEY972y3C .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTEY972y3C .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTEY972y3C .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTEY972y3C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTEY972y3C .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTEY972y3C .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEY972y3C .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTEY972y3C .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTEY972y3C .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uTEY972y3C .nav-item:focus,
.cid-uTEY972y3C .nav-link:focus {
  outline: none;
}
.cid-uTEY972y3C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTEY972y3C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTEY972y3C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTEY972y3C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTEY972y3C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTEY972y3C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTEY972y3C .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-uTEY972y3C .navbar.opened {
  transition: all 0.3s;
}
.cid-uTEY972y3C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTEY972y3C .navbar .navbar-logo img {
  width: auto;
}
.cid-uTEY972y3C .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTEY972y3C .navbar.collapsed {
  justify-content: center;
}
.cid-uTEY972y3C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTEY972y3C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTEY972y3C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uTEY972y3C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTEY972y3C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTEY972y3C .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-uTEY972y3C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTEY972y3C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTEY972y3C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTEY972y3C .navbar {
    min-height: 72px;
  }
  .cid-uTEY972y3C .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTEY972y3C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTEY972y3C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTEY972y3C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTEY972y3C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTEY972y3C .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-uTEY972y3C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTEY972y3C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTEY972y3C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTEY972y3C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTEY972y3C .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTEY972y3C .dropdown-item.active,
.cid-uTEY972y3C .dropdown-item:active {
  background-color: transparent;
}
.cid-uTEY972y3C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTEY972y3C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTEY972y3C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTEY972y3C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTEY972y3C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTEY972y3C .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTEY972y3C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTEY972y3C .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTEY972y3C .navbar-buttons {
    text-align: left;
  }
}
.cid-uTEY972y3C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTEY972y3C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTEY972y3C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTEY972y3C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEY972y3C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTEY972y3C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTEY972y3C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEY972y3C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTEY972y3C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTEY972y3C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTEY972y3C .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTEY972y3C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTEY972y3C .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-uTEY972y3C .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTEY972y3C .navbar {
    height: 70px;
  }
  .cid-uTEY972y3C .navbar.opened {
    height: auto;
  }
  .cid-uTEY972y3C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTEY972y3C .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTEY972y3C .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTEY972y3C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTEY972y3C .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-uTEY972y3C .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTEY972y3C .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTEY972y3C .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTEY972y3C .navbar-brand {
    margin-right: auto;
  }
  .cid-uTEY972y3C .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTEY972y3C .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTEY972y3C .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTEY972y3C .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-uTEY972y3C .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTEY972y3C .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTEY972y3C .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-uTEY972y3C .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTEY972y3C .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-uTEY972y3C .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTEY972y3C .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTEY97junv {
  background-color: #d70081;
}
.cid-uTEY97junv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEY97junv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEY97junv .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTEY97junv .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uTEY97junv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTEY97junv .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTEY97junv .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTEY97junv .header-menu li p {
  margin: 0;
}
.cid-uTEY97junv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uTEY97junv .header-menu-item {
  color: #ffffff;
}
.cid-uTEY97junv .mbr-text,
.cid-uTEY97junv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTEY97xYov {
  background-color: #d70081;
}
.cid-uTEY97xYov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEY97xYov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEY97xYov .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTEY97xYov .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTEY97xYov .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTEY97xYov .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTEY97xYov .mbr-text,
.cid-uTEY97xYov .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTEY97xYov .card-title,
.cid-uTEY97xYov .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTEY97xYov .mbr-section-subtitle {
  text-align: center;
}
.cid-uTEY97X56c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTEY97X56c img,
.cid-uTEY97X56c .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uTEY97X56c .item:focus,
.cid-uTEY97X56c span:focus {
  outline: none;
}
.cid-uTEY97X56c .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTEY97X56c .item {
    margin-bottom: 1rem;
  }
}
.cid-uTEY97X56c .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uTEY97X56c .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uTEY97X56c .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTEY97X56c .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTEY97X56c .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-uTEY97X56c .item-title {
  text-align: left;
  color: #d70081;
}
.cid-uTEY97X56c .item-subtitle {
  text-align: center;
}
.cid-uTEY97X56c .mbr-text,
.cid-uTEY97X56c .item .mbr-section-btn {
  text-align: left;
}
.cid-uTEY97X56c .mbr-section-subtitle,
.cid-uTEY97X56c .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uTEY98d10R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-uTEY98d10R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEY98d10R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEY98d10R .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTEY98d10R .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTEY98d10R .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTEY98d10R .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTEY98d10R .mbr-text,
.cid-uTEY98d10R .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTEY98d10R .card-title,
.cid-uTEY98d10R .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTEY98d10R .mbr-section-subtitle {
  text-align: center;
}
.cid-uTEY98nd15 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTEY98nd15 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uTEY98nd15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEY98nd15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEY98nd15 .item-wrapper {
  background: #d70081;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uTEY98nd15 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTEY98nd15 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uTEY98nd15 .card-title,
.cid-uTEY98nd15 .iconfont-wrapper {
  color: #000000;
}
.cid-uTEY98nd15 .content-head {
  max-width: 800px;
}
.cid-uTEY98nd15 .mbr-section-title {
  color: #000000;
}
.cid-uTEY98nd15 .mbr-section-subtitle {
  color: #000000;
}
.cid-uTEY98nd15 .card-text {
  color: #000000;
}
.cid-uTEY98nd15 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTEY98nd15 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uTEY98DdDl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-uTEY98DdDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEY98DdDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEY98DdDl .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTEY98DdDl .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTEY98DdDl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTEY98DdDl .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTEY98DdDl .mbr-text,
.cid-uTEY98DdDl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTEY98DdDl .card-title,
.cid-uTEY98DdDl .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTEY98DdDl .mbr-section-subtitle {
  text-align: center;
}
.cid-uTEY98OROH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTEY98OROH .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uTEY98OROH .panel-group {
  border: none;
}
.cid-uTEY98OROH .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTEY98OROH .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uTEY98OROH .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uTEY98OROH .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uTEY98OROH .img-col {
  padding: 0;
}
.cid-uTEY98OROH .img-item {
  height: 100%;
}
.cid-uTEY98OROH img {
  height: 100%;
  object-fit: cover;
}
.cid-uTEY98OROH .collapsed span {
  transform: rotate(0deg);
}
.cid-uTEY98OROH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTEY98OROH p {
  margin-bottom: 0.3rem;
}
.cid-uTEY98OROH .panel-title-edit {
  color: #ff4552;
}
.cid-uTEY98OROH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uTEY98OROH .card {
  background: #d70081;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uTEY98OROH .card {
    padding: 1.5rem;
  }
}
.cid-uTEY98OROH .panel-text {
  color: #000000;
}
.cid-uTEY98OROH .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uTEY98OROH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTEY98OROH .panel-title-edit,
.cid-uTEY98OROH .mbr-iconfont {
  color: #000000;
}
.cid-uTEY98Yd2i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uTEY98Yd2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEY98Yd2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uTEY98Yd2i .row {
    flex-direction: column-reverse;
  }
  .cid-uTEY98Yd2i .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTEY98Yd2i .google-map {
  height: 100%;
  position: relative;
}
.cid-uTEY98Yd2i .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uTEY98Yd2i .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uTEY98Yd2i .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTEY98Yd2i .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTEY98Yd2i .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uTEY98Yd2i .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-uTEY98Yd2i .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uTEY98Yd2i .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTEY98Yd2i .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uTEY98Yd2i .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d70081;
}
.cid-uTEY98Yd2i P {
  text-align: left;
}
.cid-uTEY99l5Gr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uTEY99l5Gr .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uTEY99l5Gr .container {
    padding: 0 12px;
  }
}
.cid-uTEY99l5Gr .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTEY99l5Gr .social-row .soc-item {
  margin: 8px;
}
.cid-uTEY99l5Gr .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTEY99l5Gr .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uTEY99l5Gr .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #f92c50;
  transition: all 0.3s ease-in-out;
}
.cid-uTEY99l5Gr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTEY99l5Gr .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTEY99l5Gr .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTEY99l5Gr .header-menu li p {
  margin: 0;
}
.cid-uTEY99l5Gr .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uTEY99l5Gr .mbr-section-title {
  color: #ffffff;
}
.cid-uTJvC6W2rl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTJvC6W2rl .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-uTJvC6W2rl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTJvC6W2rl .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-uTJvC6W2rl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTJvC6W2rl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTJvC6W2rl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTJvC6W2rl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTJvC6W2rl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTJvC6W2rl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uTJvC6W2rl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTJvC6W2rl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTJvC6W2rl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTJvC6W2rl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uTJvC6W2rl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTJvC6W2rl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTJvC6W2rl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTJvC6W2rl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTJvC6W2rl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTJvC6W2rl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTJvC6W2rl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTJvC6W2rl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTJvC6W2rl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uTJvC6W2rl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTJvC6W2rl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTJvC6W2rl .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTJvC6W2rl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uTJvC6W2rl .nav-item:focus,
.cid-uTJvC6W2rl .nav-link:focus {
  outline: none;
}
.cid-uTJvC6W2rl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTJvC6W2rl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTJvC6W2rl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTJvC6W2rl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTJvC6W2rl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTJvC6W2rl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTJvC6W2rl .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-uTJvC6W2rl .navbar.opened {
  transition: all 0.3s;
}
.cid-uTJvC6W2rl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTJvC6W2rl .navbar .navbar-logo img {
  width: auto;
}
.cid-uTJvC6W2rl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTJvC6W2rl .navbar.collapsed {
  justify-content: center;
}
.cid-uTJvC6W2rl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTJvC6W2rl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTJvC6W2rl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uTJvC6W2rl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTJvC6W2rl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTJvC6W2rl .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-uTJvC6W2rl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTJvC6W2rl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTJvC6W2rl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTJvC6W2rl .navbar {
    min-height: 72px;
  }
  .cid-uTJvC6W2rl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTJvC6W2rl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTJvC6W2rl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTJvC6W2rl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTJvC6W2rl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTJvC6W2rl .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-uTJvC6W2rl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTJvC6W2rl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTJvC6W2rl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTJvC6W2rl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTJvC6W2rl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTJvC6W2rl .dropdown-item.active,
.cid-uTJvC6W2rl .dropdown-item:active {
  background-color: transparent;
}
.cid-uTJvC6W2rl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTJvC6W2rl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTJvC6W2rl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTJvC6W2rl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTJvC6W2rl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTJvC6W2rl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTJvC6W2rl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTJvC6W2rl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTJvC6W2rl .navbar-buttons {
    text-align: left;
  }
}
.cid-uTJvC6W2rl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTJvC6W2rl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTJvC6W2rl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTJvC6W2rl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTJvC6W2rl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTJvC6W2rl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTJvC6W2rl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTJvC6W2rl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTJvC6W2rl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTJvC6W2rl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTJvC6W2rl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTJvC6W2rl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTJvC6W2rl .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-uTJvC6W2rl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTJvC6W2rl .navbar {
    height: 70px;
  }
  .cid-uTJvC6W2rl .navbar.opened {
    height: auto;
  }
  .cid-uTJvC6W2rl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTJvC6W2rl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTJvC6W2rl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTJvC6W2rl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTJvC6W2rl .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-uTJvC6W2rl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTJvC6W2rl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTJvC6W2rl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTJvC6W2rl .navbar-brand {
    margin-right: auto;
  }
  .cid-uTJvC6W2rl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uTJvC6W2rl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTJvC6W2rl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTJvC6W2rl .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-uTJvC6W2rl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTJvC6W2rl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTJvC6W2rl .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-uTJvC6W2rl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTJvC6W2rl .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-uTJvC6W2rl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTJvC6W2rl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTJvC7cE5G {
  background-color: #d70081;
}
.cid-uTJvC7cE5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJvC7cE5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJvC7cE5G .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTJvC7cE5G .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uTJvC7cE5G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTJvC7cE5G .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTJvC7cE5G .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTJvC7cE5G .header-menu li p {
  margin: 0;
}
.cid-uTJvC7cE5G .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uTJvC7cE5G .header-menu-item {
  color: #ffffff;
}
.cid-uTJvC7cE5G .mbr-text,
.cid-uTJvC7cE5G .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTJvC7kXsb {
  background-color: #d70081;
}
.cid-uTJvC7kXsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJvC7kXsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJvC7kXsb .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTJvC7kXsb .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTJvC7kXsb .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTJvC7kXsb .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTJvC7kXsb .mbr-text,
.cid-uTJvC7kXsb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTJvC7kXsb .card-title,
.cid-uTJvC7kXsb .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTJvC7kXsb .mbr-section-subtitle {
  text-align: center;
}
.cid-uTJvC7sGl2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTJvC7sGl2 img,
.cid-uTJvC7sGl2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uTJvC7sGl2 .item:focus,
.cid-uTJvC7sGl2 span:focus {
  outline: none;
}
.cid-uTJvC7sGl2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTJvC7sGl2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uTJvC7sGl2 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uTJvC7sGl2 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uTJvC7sGl2 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTJvC7sGl2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTJvC7sGl2 .mbr-section-title {
  color: #d70081;
  text-align: center;
}
.cid-uTJvC7sGl2 .item-title {
  text-align: left;
  color: #d70081;
}
.cid-uTJvC7sGl2 .item-subtitle {
  text-align: center;
}
.cid-uTJvC7sGl2 .mbr-text,
.cid-uTJvC7sGl2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uTJvC7sGl2 .mbr-section-subtitle,
.cid-uTJvC7sGl2 .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uTJvC7IUb3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-uTJvC7IUb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJvC7IUb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJvC7IUb3 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTJvC7IUb3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTJvC7IUb3 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTJvC7IUb3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTJvC7IUb3 .mbr-text,
.cid-uTJvC7IUb3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTJvC7IUb3 .card-title,
.cid-uTJvC7IUb3 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTJvC7IUb3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uTJvC7RpZk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTJvC7RpZk .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uTJvC7RpZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJvC7RpZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJvC7RpZk .item-wrapper {
  background: #d70081;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uTJvC7RpZk .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTJvC7RpZk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uTJvC7RpZk .card-title,
.cid-uTJvC7RpZk .iconfont-wrapper {
  color: #000000;
}
.cid-uTJvC7RpZk .content-head {
  max-width: 800px;
}
.cid-uTJvC7RpZk .mbr-section-title {
  color: #000000;
}
.cid-uTJvC7RpZk .mbr-section-subtitle {
  color: #000000;
}
.cid-uTJvC7RpZk .card-text {
  color: #000000;
}
.cid-uTJvC7RpZk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTJvC7RpZk .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uTJvC86CuJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-uTJvC86CuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJvC86CuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJvC86CuJ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTJvC86CuJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTJvC86CuJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTJvC86CuJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTJvC86CuJ .mbr-text,
.cid-uTJvC86CuJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTJvC86CuJ .card-title,
.cid-uTJvC86CuJ .card-box {
  text-align: left;
  color: #000000;
}
.cid-uTJvC86CuJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uTJvC8dUxr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTJvC8dUxr .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uTJvC8dUxr .panel-group {
  border: none;
}
.cid-uTJvC8dUxr .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTJvC8dUxr .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uTJvC8dUxr .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uTJvC8dUxr .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uTJvC8dUxr .img-col {
  padding: 0;
}
.cid-uTJvC8dUxr .img-item {
  height: 100%;
}
.cid-uTJvC8dUxr img {
  height: 100%;
  object-fit: cover;
}
.cid-uTJvC8dUxr .collapsed span {
  transform: rotate(0deg);
}
.cid-uTJvC8dUxr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTJvC8dUxr p {
  margin-bottom: 0.3rem;
}
.cid-uTJvC8dUxr .panel-title-edit {
  color: #ff4552;
}
.cid-uTJvC8dUxr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uTJvC8dUxr .card {
  background: #d70081;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uTJvC8dUxr .card {
    padding: 1.5rem;
  }
}
.cid-uTJvC8dUxr .panel-text {
  color: #000000;
}
.cid-uTJvC8dUxr .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uTJvC8dUxr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTJvC8dUxr .panel-title-edit,
.cid-uTJvC8dUxr .mbr-iconfont {
  color: #000000;
}
.cid-uTJvC8mD3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uTJvC8mD3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJvC8mD3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uTJvC8mD3M .row {
    flex-direction: column-reverse;
  }
  .cid-uTJvC8mD3M .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTJvC8mD3M .google-map {
  height: 100%;
  position: relative;
}
.cid-uTJvC8mD3M .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uTJvC8mD3M .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uTJvC8mD3M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTJvC8mD3M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTJvC8mD3M .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uTJvC8mD3M .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-uTJvC8mD3M .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uTJvC8mD3M .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTJvC8mD3M .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uTJvC8mD3M .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #d70081;
}
.cid-uTJvC8mD3M P {
  text-align: left;
}
.cid-uTJvC95JRi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-uTJvC95JRi .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uTJvC95JRi .container {
    padding: 0 12px;
  }
}
.cid-uTJvC95JRi .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTJvC95JRi .social-row .soc-item {
  margin: 8px;
}
.cid-uTJvC95JRi .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTJvC95JRi .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uTJvC95JRi .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #f92c50;
  transition: all 0.3s ease-in-out;
}
.cid-uTJvC95JRi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTJvC95JRi .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTJvC95JRi .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTJvC95JRi .header-menu li p {
  margin: 0;
}
.cid-uTJvC95JRi .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uTJvC95JRi .mbr-section-title {
  color: #ffffff;
}
