body {
  font-family: 'Comfortaa', display;
}
.display-1 {
  font-family: 'Comfortaa', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Comfortaa', display;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Comfortaa', display;
  font-size: 1.31rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6375rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.048rem;
    font-size: calc( 1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f59d9d !important;
}
.bg-success {
  background-color: #6d9aba !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #5b6153 !important;
}
.bg-danger {
  background-color: #e59e4d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f59d9d !important;
  border-color: #f59d9d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ed4e4e !important;
  border-color: #ed4e4e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ed4e4e !important;
  border-color: #ed4e4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
  color: #5d5641 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d5641 !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bf731c !important;
  border-color: #bf731c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bf731c !important;
  border-color: #bf731c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f59d9d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ed4e4e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f59d9d !important;
  border-color: #f59d9d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d3c6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3ac93 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d5641 !important;
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d9aba;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #436e8d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5b6153;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f322b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e59e4d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bf731c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f59d9d !important;
}
.text-secondary {
  color: #d7d3c6 !important;
}
.text-success {
  color: #6d9aba !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #5b6153 !important;
}
.text-danger {
  color: #e59e4d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ec4040 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ada58a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e6683 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #272a24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b26b1a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f59d9d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #5b6153;
}
.alert-danger {
  background-color: #e59e4d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f59d9d;
  border-color: #f59d9d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f59d9d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4d6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba292;
}
.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: 'Comfortaa', display;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6375rem;
}
.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: #f59d9d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Comfortaa', display;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6375rem;
}
blockquote {
  border-color: #f59d9d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f59d9d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f59d9d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f59d9d;
  border-bottom-color: #f59d9d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f59d9d !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: #d7d3c6 !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='%23f59d9d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ucUtGOJB21 {
  background-image: url("../../../assets/images/headere-1620x1080.jpg");
}
.cid-ucUtGOJB21 .text {
  display: flex;
  align-items: center;
}
.cid-ucUtGOJB21 .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-ucUtGOJB21 .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-ucUtGOJB21 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-ucUtGOJB21 .btn:hover {
  box-shadow: none;
}
.cid-ucUtGOJB21 .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUtGOJB21 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-ucUtGOJB21 .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUtGOJB21 .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUtGOJB21 .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-ucUtGOJB21 .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUtGOJB21 .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUtGOJB21 .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-ucUtGOJB21 .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-ucUtGOJB21 .row:hover img {
  transform: rotate(0deg);
}
.cid-ucUtGOJB21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUtGOJB21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sMG60EKFJr .navbar-dropdown {
  position: relative !important;
}
.cid-sMG60EKFJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMG60EKFJr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMG60EKFJr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMG60EKFJr .dropdown-item:hover,
.cid-sMG60EKFJr .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-sMG60EKFJr .dropdown-item:hover span {
  color: white;
}
.cid-sMG60EKFJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMG60EKFJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMG60EKFJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMG60EKFJr .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMG60EKFJr .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sMG60EKFJr .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMG60EKFJr .container {
  display: flex;
  margin: auto;
}
.cid-sMG60EKFJr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMG60EKFJr .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .navbar-nav {
    align-items: center;
  }
}
.cid-sMG60EKFJr .dropdown-menu,
.cid-sMG60EKFJr .navbar.opened {
  background: #cae1f4 !important;
}
.cid-sMG60EKFJr .nav-item:focus,
.cid-sMG60EKFJr .nav-link:focus {
  outline: none;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMG60EKFJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMG60EKFJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMG60EKFJr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cae1f4;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMG60EKFJr .navbar.opened {
  transition: all 0.3s;
}
.cid-sMG60EKFJr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMG60EKFJr .navbar .navbar-logo img {
  width: auto;
}
.cid-sMG60EKFJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMG60EKFJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMG60EKFJr .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-sMG60EKFJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMG60EKFJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMG60EKFJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMG60EKFJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMG60EKFJr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMG60EKFJr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMG60EKFJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMG60EKFJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMG60EKFJr .dropdown-item.active,
.cid-sMG60EKFJr .dropdown-item:active {
  background-color: transparent;
}
.cid-sMG60EKFJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMG60EKFJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cae1f4;
}
.cid-sMG60EKFJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMG60EKFJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMG60EKFJr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMG60EKFJr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMG60EKFJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMG60EKFJr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMG60EKFJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMG60EKFJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMG60EKFJr .navbar {
    height: 70px;
  }
  .cid-sMG60EKFJr .navbar.opened {
    height: auto;
  }
  .cid-sMG60EKFJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMG60EKFJr .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMG60EKFJr .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMG60EKFJr .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMG60EKFJr .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucRpe70Vp8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cae1f4;
}
.cid-ucRpe70Vp8 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucRpe70Vp8 .container {
    max-width: 1040px;
  }
}
.cid-ucRpe70Vp8 .row {
  justify-content: center;
}
.cid-ucRpe70Vp8 .item:focus,
.cid-ucRpe70Vp8 span:focus {
  outline: none;
}
.cid-ucRpe70Vp8 .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucRpe70Vp8 .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucRpe70Vp8 .item {
    width: 100%;
  }
  .cid-ucRpe70Vp8 .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucRpe70Vp8 .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRpe70Vp8 .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucRpe70Vp8 .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucRpe70Vp8 .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucRpe70Vp8 .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucRpe70Vp8 .item-wrap {
    padding: 50px;
  }
}
.cid-ucRpe70Vp8 .item-content {
  width: 100%;
}
.cid-ucRpe70Vp8 .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucRpe70Vp8 .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucRpe70Vp8 .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucRpe70Vp8 .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucRpe70Vp8 .list-item {
  display: flex;
  align-items: center;
}
.cid-ucRpe70Vp8 .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucRpe70Vp8 .icon-box {
  padding-right: 14px;
}
.cid-ucRpe70Vp8 .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucRpe70Vp8 .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucRpe70Vp8 .link-container {
    margin-top: 72px;
  }
}
.cid-ucRpe70Vp8 .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucRpe70Vp8 .link-container .link span {
  padding-right: 10px;
}
.cid-ucRpe70Vp8 .item-title,
.cid-ucRpe70Vp8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ucUv53O0il {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
  overflow: hidden;
}
.cid-ucUv53O0il .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUv53O0il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUv53O0il .container {
    padding: 0 16px;
  }
}
.cid-ucUv53O0il .row {
  justify-content: center;
}
.cid-ucUv53O0il .content-wrapper {
  position: relative;
}
.cid-ucUv53O0il .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ucUv53O0il .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucUv53O0il .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-ucUv53O0il .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUv53O0il .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-ucUv53O0il .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-ucUv53O0il .mbr-text {
  color: #000000;
}
.cid-ucUv53O0il .mbr-text,
.cid-ucUv53O0il .icon-wrapper {
  text-align: left;
}
.cid-ucUuHfXwvm {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e59e4d;
}
.cid-ucUuHfXwvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUuHfXwvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUuHfXwvm .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-ucUuHfXwvm .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ucUuHfXwvm .wrapper {
  background: #cae1f4;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-ucUuHfXwvm .image-wrapper {
  padding: 0;
}
.cid-ucUuHfXwvm .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sMGbIAODLD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cae1f4;
}
.cid-sMGbIAODLD .mbr-overlay {
  z-index: 1;
}
.cid-sMGbIAODLD .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-sMGbIAODLD .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sMGbIAODLD .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGbIAODLD .item-img:hover img {
  transform: scale(1);
}
.cid-sMGbIAODLD .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-sMGbIAODLD .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGbIAODLD .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sMGbIAODLD .card-container {
    flex-wrap: wrap;
  }
}
.cid-sMGbIAODLD .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-sMGbIAODLD .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-sMGbIAODLD .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-sMGbIAODLD .card {
    border-right: 1px solid #7F8678;
  }
  .cid-sMGbIAODLD .card:last-child {
    border-right: none;
  }
}
.cid-sMGbIAODLD .data-item {
  display: flex;
  align-items: center;
}
.cid-sMGbIAODLD .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sMGbIAODLD .link-wrap {
  margin: 30px 0 6px;
}
.cid-sMGbIAODLD .text-art {
  flex-grow: 1;
}
.cid-ucRnAzDcOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
}
.cid-ucRnAzDcOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRnAzDcOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRnAzDcOw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucRnAzDcOw .container-fluid {
    padding: 0 30px;
  }
}
.cid-ucRnAzDcOw .container-fluid .row {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucRnAzDcOw .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRnAzDcOw .container {
    padding: 0 30px;
  }
}
.cid-ucRnAzDcOw .card {
  padding: 0;
}
.cid-ucRnAzDcOw .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucRnAzDcOw .image-wrapper img {
    height: 280px;
  }
}
.cid-ucRnAzDcOw .card-wrapper {
  border-radius: 10px;
  background-color: #cae1f4;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-ucRnAzDcOw .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ucRnAzDcOw .card-wrapper {
    padding: 32px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucRnAzDcOw .card-wrapper {
    padding: 32px 36px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-ucRnAzDcOw .card-wrapper {
    padding: 25px 30px;
  }
}
.cid-ucRnAzDcOw .card-wrapper .card-date .mbr-date {
  padding-bottom: 64px;
  position: relative;
  margin: 0;
}
.cid-ucRnAzDcOw .card-wrapper .card-date .mbr-date span {
  position: absolute;
  right: 11rem;
  bottom: 46px;
  font-size: 36%;
}
@media (max-width: 768px) {
  .cid-ucRnAzDcOw .card-wrapper .card-date .mbr-date span {
    right: 5rem;
  }
}
.cid-ucRnAzDcOw .card-wrapper .card-link {
  display: inline-flex;
  align-items: center;
}
.cid-ucRnAzDcOw .card-wrapper .card-link .mbr-link {
  margin-bottom: 0;
}
.cid-ucRnAzDcOw .card-wrapper .card-link .mbr-link:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-ucRnAzDcOw .card-wrapper .card-link .mbr-link:hover .mbr-iconfont::after {
  opacity: 1;
}
.cid-ucRnAzDcOw .card-wrapper .card-link .mbr-link .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 60%;
  margin-left: 14px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-5px, 5px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-ucRnAzDcOw .card-wrapper .card-link .mbr-link .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucRnAzDcOw .mbr-date {
  color: #000000;
  text-align: center;
}
.cid-ucRnAzDcOw .mbr-link {
  color: #ffffff;
}
.cid-ucUv4k4oEN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
  position: relative;
  overflow: hidden;
}
.cid-ucUv4k4oEN::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-ucUv4k4oEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUv4k4oEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUv4k4oEN .container {
    padding: 0 16px;
  }
}
.cid-ucUv4k4oEN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUv4k4oEN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUv4k4oEN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUv4k4oEN .mbr-section-title {
  color: #000000;
}
.cid-ucUv4k4oEN .mbr-text {
  color: #000000;
}
.cid-sMGkTYEDAh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e59e4d;
}
.cid-sMGkTYEDAh .mbr-overlay {
  z-index: 1;
}
.cid-sMGkTYEDAh .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMGkTYEDAh .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGkTYEDAh .text-container {
  height: 100%;
  background: #cae1f4;
}
@media (min-width: 992px) {
  .cid-sMGkTYEDAh .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sMGkTYEDAh .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sMGkTYEDAh .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sMGkTYEDAh .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMGkTYEDAh .text {
  color: #000000;
  text-align: center;
}
.cid-sMGkTYEDAh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMGkTYEDAh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMGkTYEDAh .item-wrapper {
  width: 100%;
}
.cid-sMGkTYEDAh .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
  color: #000000;
}
.cid-sMGkTYEDAh .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sMGkTYEDAh .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sMGkTYEDAh .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGkTYEDAh .item-img:hover img {
  transform: scale(1);
}
.cid-sMGkTYEDAh .link {
  color: #3d3d3d;
}
.cid-sMGkTYEDAh .underlined-link {
  color: #3d3d3d;
}
.cid-sMGkTYEDAh .underlined-link:after {
  height: 1px !important;
}
.cid-ucUvoC2Ee4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUvoC2Ee4::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUvoC2Ee4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUvoC2Ee4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUvoC2Ee4 .container {
    padding: 0 16px;
  }
}
.cid-ucUvoC2Ee4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUvoC2Ee4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUvoC2Ee4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUvoC2Ee4 .mbr-section-title {
  color: #000000;
}
.cid-ucUvoC2Ee4 .mbr-text {
  color: #000000;
}
.cid-ucQ28hGY1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
}
.cid-ucQ28hGY1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ28hGY1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucQ28hGY1Z .container {
    padding: 0 22px;
  }
}
.cid-ucQ28hGY1Z .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucQ28hGY1Z .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucQ28hGY1Z .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucQ28hGY1Z .image-wrapper img {
    height: 350px;
  }
}
.cid-ucQ28hGY1Z .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-ucQ28hGY1Z .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-ucQ28hGY1Z .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ28hGY1Z .panel-group .card:hover,
.cid-ucQ28hGY1Z .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucQ28hGY1Z .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucQ28hGY1Z .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucQ28hGY1Z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucQ28hGY1Z .panel-title-edit {
  color: #000000;
}
.cid-ucQ28hGY1Z .panel-text {
  color: #8a8588;
}
.cid-ucUwhihv5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUwhihv5V::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUwhihv5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUwhihv5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUwhihv5V .container {
    padding: 0 16px;
  }
}
.cid-ucUwhihv5V .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUwhihv5V .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUwhihv5V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUwhihv5V .mbr-section-title {
  color: #000000;
}
.cid-ucUwhihv5V .mbr-text {
  color: #000000;
}
.cid-ucQ8kyrRy2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
}
.cid-ucQ8kyrRy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ8kyrRy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucQ8kyrRy2 .container {
    padding: 0 20px;
  }
}
.cid-ucQ8kyrRy2 .row {
  margin: 0;
}
.cid-ucQ8kyrRy2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucQ8kyrRy2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucQ8kyrRy2 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucQ8kyrRy2 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucQ8kyrRy2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucQ8kyrRy2 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucQ8kyrRy2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUvykISMf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUvykISMf::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUvykISMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUvykISMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUvykISMf .container {
    padding: 0 16px;
  }
}
.cid-ucUvykISMf .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUvykISMf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUvykISMf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUvykISMf .mbr-section-title {
  color: #000000;
}
.cid-ucUvykISMf .mbr-text {
  color: #000000;
}
.cid-ucUtEJ6cdq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #cae1f4;
}
.cid-ucUtEJ6cdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUtEJ6cdq .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-ucUtEJ6cdq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucUtEJ6cdq img {
  border-radius: 2rem;
}
.cid-ucUtEJ6cdq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucUtEJ6cdq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUtEJ6cdq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucUtEJ6cdq .mbr-section-title {
  color: #000000;
}
.cid-ucUtEJ6cdq .mbr-text,
.cid-ucUtEJ6cdq .mbr-section-btn {
  color: #000000;
}
.cid-ucPQOXthuA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #e59e4d;
  flex-direction: column;
  justify-content: center;
}
.cid-ucPQOXthuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPQOXthuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPQOXthuA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucPQOXthuA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucPQOXthuA .container {
    padding: 0 16px;
  }
}
.cid-ucPQOXthuA .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucPQOXthuA .google-map iframe {
    height: 350px;
  }
}
.cid-ucPRfo8wRW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cae1f4;
}
.cid-ucPRfo8wRW .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucPRfo8wRW .copyright-section,
.cid-ucPRfo8wRW .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucPRfo8wRW .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucPRfo8wRW .logo-section img {
  margin: 0 auto;
}
.cid-ucPRfo8wRW .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucPRfo8wRW .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucPRfo8wRW .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucPRfo8wRW .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucPRfo8wRW .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucPRfo8wRW .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucPRfo8wRW .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucPRfo8wRW .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucPRfo8wRW .copyright-section {
    order: 1;
  }
  .cid-ucPRfo8wRW .copyright-section hr {
    display: none;
  }
  .cid-ucPRfo8wRW .social-media {
    margin-top: 30px;
  }
  .cid-ucPRfo8wRW .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucPRfo8wRW .line {
    margin: 25px 0;
  }
  .cid-ucPRfo8wRW .mobirise-rights,
  .cid-ucPRfo8wRW .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucPRfo8wRW .mbr-text,
.cid-ucPRfo8wRW .copyright-section {
  color: #000000;
}
.cid-ucQUcrv9fT .navbar-dropdown {
  position: relative !important;
}
.cid-ucQUcrv9fT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQUcrv9fT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucQUcrv9fT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucQUcrv9fT .dropdown-item:hover,
.cid-ucQUcrv9fT .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucQUcrv9fT .dropdown-item:hover span {
  color: white;
}
.cid-ucQUcrv9fT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucQUcrv9fT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucQUcrv9fT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucQUcrv9fT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucQUcrv9fT .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucQUcrv9fT .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucQUcrv9fT .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucQUcrv9fT .container {
  display: flex;
  margin: auto;
}
.cid-ucQUcrv9fT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucQUcrv9fT .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .navbar-nav {
    align-items: center;
  }
}
.cid-ucQUcrv9fT .dropdown-menu,
.cid-ucQUcrv9fT .navbar.opened {
  background: #cae1f4 !important;
}
.cid-ucQUcrv9fT .nav-item:focus,
.cid-ucQUcrv9fT .nav-link:focus {
  outline: none;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQUcrv9fT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucQUcrv9fT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucQUcrv9fT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cae1f4;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucQUcrv9fT .navbar.opened {
  transition: all 0.3s;
}
.cid-ucQUcrv9fT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucQUcrv9fT .navbar .navbar-logo img {
  width: auto;
}
.cid-ucQUcrv9fT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucQUcrv9fT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucQUcrv9fT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucQUcrv9fT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucQUcrv9fT .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-ucQUcrv9fT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucQUcrv9fT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucQUcrv9fT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucQUcrv9fT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucQUcrv9fT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucQUcrv9fT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucQUcrv9fT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucQUcrv9fT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucQUcrv9fT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucQUcrv9fT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucQUcrv9fT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucQUcrv9fT .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucQUcrv9fT .dropdown-item.active,
.cid-ucQUcrv9fT .dropdown-item:active {
  background-color: transparent;
}
.cid-ucQUcrv9fT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucQUcrv9fT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucQUcrv9fT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucQUcrv9fT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cae1f4;
}
.cid-ucQUcrv9fT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucQUcrv9fT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucQUcrv9fT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucQUcrv9fT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucQUcrv9fT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucQUcrv9fT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucQUcrv9fT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucQUcrv9fT .navbar {
    height: 70px;
  }
  .cid-ucQUcrv9fT .navbar.opened {
    height: auto;
  }
  .cid-ucQUcrv9fT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQUcrv9fT .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucQUcrv9fT .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucQUcrv9fT .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucQUcrv9fT .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucUCn55wom {
  background-image: url("../../../assets/images/hw-2000x1500.jpg");
}
.cid-ucUCn55wom .text {
  display: flex;
  align-items: center;
}
.cid-ucUCn55wom .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-ucUCn55wom .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-ucUCn55wom .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-ucUCn55wom .btn:hover {
  box-shadow: none;
}
.cid-ucUCn55wom .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUCn55wom .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-ucUCn55wom .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUCn55wom .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUCn55wom .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-ucUCn55wom .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUCn55wom .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUCn55wom .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-ucUCn55wom .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-ucUCn55wom .row:hover img {
  transform: rotate(0deg);
}
.cid-ucUCn55wom .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCn55wom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQUcw8Pnz {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-ucQUcw8Pnz {
    align-items: flex-start;
  }
  .cid-ucQUcw8Pnz .row {
    justify-content: center;
  }
}
.cid-ucQUcw8Pnz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucQUcw8Pnz .mbr-text,
.cid-ucQUcw8Pnz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ucQUcw8Pnz .mbr-section-title,
.cid-ucQUcw8Pnz .line {
  color: #000000;
  text-align: center;
}
.cid-ucQUcw8Pnz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucQUcw8Pnz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucQUcw8Pnz .mbr-section-subtitle,
.cid-ucQUcw8Pnz .align {
  text-align: left;
  color: #232323;
}
.cid-ucQUcw8Pnz .mbr-text2 {
  color: #808080;
}
.cid-ucQUcFGEuU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucQUcFGEuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQUcFGEuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQUcFGEuU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQUcFGEuU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucQUcFGEuU .container {
    padding: 0 16px;
  }
}
.cid-ucQUcFGEuU .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQUcFGEuU .google-map iframe {
    height: 350px;
  }
}
.cid-ucQUcGzDhD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cae1f4;
}
.cid-ucQUcGzDhD .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucQUcGzDhD .copyright-section,
.cid-ucQUcGzDhD .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucQUcGzDhD .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucQUcGzDhD .logo-section img {
  margin: 0 auto;
}
.cid-ucQUcGzDhD .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucQUcGzDhD .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucQUcGzDhD .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucQUcGzDhD .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucQUcGzDhD .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucQUcGzDhD .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucQUcGzDhD .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucQUcGzDhD .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucQUcGzDhD .copyright-section {
    order: 1;
  }
  .cid-ucQUcGzDhD .copyright-section hr {
    display: none;
  }
  .cid-ucQUcGzDhD .social-media {
    margin-top: 30px;
  }
  .cid-ucQUcGzDhD .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucQUcGzDhD .line {
    margin: 25px 0;
  }
  .cid-ucQUcGzDhD .mobirise-rights,
  .cid-ucQUcGzDhD .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucQUcGzDhD .mbr-text,
.cid-ucQUcGzDhD .copyright-section {
  color: #000000;
}
.cid-ucQUJKOtV6 .navbar-dropdown {
  position: relative !important;
}
.cid-ucQUJKOtV6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQUJKOtV6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucQUJKOtV6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucQUJKOtV6 .dropdown-item:hover,
.cid-ucQUJKOtV6 .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucQUJKOtV6 .dropdown-item:hover span {
  color: white;
}
.cid-ucQUJKOtV6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucQUJKOtV6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucQUJKOtV6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucQUJKOtV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucQUJKOtV6 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucQUJKOtV6 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucQUJKOtV6 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucQUJKOtV6 .container {
  display: flex;
  margin: auto;
}
.cid-ucQUJKOtV6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucQUJKOtV6 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .navbar-nav {
    align-items: center;
  }
}
.cid-ucQUJKOtV6 .dropdown-menu,
.cid-ucQUJKOtV6 .navbar.opened {
  background: #cae1f4 !important;
}
.cid-ucQUJKOtV6 .nav-item:focus,
.cid-ucQUJKOtV6 .nav-link:focus {
  outline: none;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQUJKOtV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucQUJKOtV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucQUJKOtV6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cae1f4;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucQUJKOtV6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucQUJKOtV6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucQUJKOtV6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucQUJKOtV6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucQUJKOtV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucQUJKOtV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucQUJKOtV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucQUJKOtV6 .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-ucQUJKOtV6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucQUJKOtV6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucQUJKOtV6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucQUJKOtV6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucQUJKOtV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucQUJKOtV6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucQUJKOtV6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucQUJKOtV6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucQUJKOtV6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucQUJKOtV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucQUJKOtV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucQUJKOtV6 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucQUJKOtV6 .dropdown-item.active,
.cid-ucQUJKOtV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucQUJKOtV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucQUJKOtV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucQUJKOtV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucQUJKOtV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cae1f4;
}
.cid-ucQUJKOtV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucQUJKOtV6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucQUJKOtV6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucQUJKOtV6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucQUJKOtV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucQUJKOtV6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucQUJKOtV6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucQUJKOtV6 .navbar {
    height: 70px;
  }
  .cid-ucQUJKOtV6 .navbar.opened {
    height: auto;
  }
  .cid-ucQUJKOtV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQUJKOtV6 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucQUJKOtV6 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucQUJKOtV6 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucQUJKOtV6 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucUCIUVKnB {
  background-image: url("../../../assets/images/header-2000x1022.jpg");
}
.cid-ucUCIUVKnB .text {
  display: flex;
  align-items: center;
}
.cid-ucUCIUVKnB .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-ucUCIUVKnB .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-ucUCIUVKnB .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-ucUCIUVKnB .btn:hover {
  box-shadow: none;
}
.cid-ucUCIUVKnB .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUCIUVKnB .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-ucUCIUVKnB .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUCIUVKnB .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUCIUVKnB .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-ucUCIUVKnB .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUCIUVKnB .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUCIUVKnB .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-ucUCIUVKnB .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-ucUCIUVKnB .row:hover img {
  transform: rotate(0deg);
}
.cid-ucUCIUVKnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCIUVKnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQUJLU01M {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-ucQUJLU01M {
    align-items: flex-start;
  }
  .cid-ucQUJLU01M .row {
    justify-content: center;
  }
}
.cid-ucQUJLU01M .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucQUJLU01M .mbr-text,
.cid-ucQUJLU01M .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ucQUJLU01M .mbr-section-title,
.cid-ucQUJLU01M .line {
  color: #000000;
  text-align: center;
}
.cid-ucQUJLU01M h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucQUJLU01M h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucQUJLU01M .mbr-section-subtitle,
.cid-ucQUJLU01M .align {
  text-align: left;
  color: #232323;
}
.cid-ucQUJLU01M .mbr-text2 {
  color: #808080;
}
.cid-ucQUJMPMGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucQUJMPMGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQUJMPMGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQUJMPMGd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQUJMPMGd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucQUJMPMGd .container {
    padding: 0 16px;
  }
}
.cid-ucQUJMPMGd .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQUJMPMGd .google-map iframe {
    height: 350px;
  }
}
.cid-ucQUJNLNZh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cae1f4;
}
.cid-ucQUJNLNZh .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucQUJNLNZh .copyright-section,
.cid-ucQUJNLNZh .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucQUJNLNZh .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucQUJNLNZh .logo-section img {
  margin: 0 auto;
}
.cid-ucQUJNLNZh .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucQUJNLNZh .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucQUJNLNZh .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucQUJNLNZh .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucQUJNLNZh .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucQUJNLNZh .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucQUJNLNZh .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucQUJNLNZh .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucQUJNLNZh .copyright-section {
    order: 1;
  }
  .cid-ucQUJNLNZh .copyright-section hr {
    display: none;
  }
  .cid-ucQUJNLNZh .social-media {
    margin-top: 30px;
  }
  .cid-ucQUJNLNZh .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucQUJNLNZh .line {
    margin: 25px 0;
  }
  .cid-ucQUJNLNZh .mobirise-rights,
  .cid-ucQUJNLNZh .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucQUJNLNZh .mbr-text,
.cid-ucQUJNLNZh .copyright-section {
  color: #000000;
}
.cid-ucUCNqz19n {
  background-image: url("../../../assets/images/img-162-1491x982.jpg");
}
.cid-ucUCNqz19n .text {
  display: flex;
  align-items: center;
}
.cid-ucUCNqz19n .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-ucUCNqz19n .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-ucUCNqz19n .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-ucUCNqz19n .btn:hover {
  box-shadow: none;
}
.cid-ucUCNqz19n .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUCNqz19n .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-ucUCNqz19n .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUCNqz19n .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUCNqz19n .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-ucUCNqz19n .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUCNqz19n .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUCNqz19n .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-ucUCNqz19n .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-ucUCNqz19n .row:hover img {
  transform: rotate(0deg);
}
.cid-ucUCNqz19n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNqz19n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUCNrsOtX .navbar-dropdown {
  position: relative !important;
}
.cid-ucUCNrsOtX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucUCNrsOtX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucUCNrsOtX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucUCNrsOtX .dropdown-item:hover,
.cid-ucUCNrsOtX .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucUCNrsOtX .dropdown-item:hover span {
  color: white;
}
.cid-ucUCNrsOtX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucUCNrsOtX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucUCNrsOtX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucUCNrsOtX .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucUCNrsOtX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucUCNrsOtX .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucUCNrsOtX .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucUCNrsOtX .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucUCNrsOtX .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucUCNrsOtX .container {
  display: flex;
  margin: auto;
}
.cid-ucUCNrsOtX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucUCNrsOtX .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucUCNrsOtX .navbar-nav {
    align-items: center;
  }
}
.cid-ucUCNrsOtX .dropdown-menu,
.cid-ucUCNrsOtX .navbar.opened {
  background: #cae1f4 !important;
}
.cid-ucUCNrsOtX .nav-item:focus,
.cid-ucUCNrsOtX .nav-link:focus {
  outline: none;
}
.cid-ucUCNrsOtX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucUCNrsOtX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucUCNrsOtX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucUCNrsOtX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucUCNrsOtX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUCNrsOtX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucUCNrsOtX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cae1f4;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucUCNrsOtX .navbar.opened {
  transition: all 0.3s;
}
.cid-ucUCNrsOtX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucUCNrsOtX .navbar .navbar-logo img {
  width: auto;
}
.cid-ucUCNrsOtX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucUCNrsOtX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUCNrsOtX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucUCNrsOtX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUCNrsOtX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucUCNrsOtX .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-ucUCNrsOtX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucUCNrsOtX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucUCNrsOtX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucUCNrsOtX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucUCNrsOtX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucUCNrsOtX .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucUCNrsOtX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucUCNrsOtX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucUCNrsOtX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucUCNrsOtX .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucUCNrsOtX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucUCNrsOtX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUCNrsOtX .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucUCNrsOtX .dropdown-item.active,
.cid-ucUCNrsOtX .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUCNrsOtX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucUCNrsOtX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucUCNrsOtX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucUCNrsOtX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cae1f4;
}
.cid-ucUCNrsOtX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucUCNrsOtX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucUCNrsOtX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucUCNrsOtX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucUCNrsOtX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucUCNrsOtX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucUCNrsOtX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucUCNrsOtX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucUCNrsOtX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucUCNrsOtX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucUCNrsOtX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucUCNrsOtX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucUCNrsOtX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucUCNrsOtX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucUCNrsOtX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucUCNrsOtX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucUCNrsOtX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucUCNrsOtX .navbar {
    height: 70px;
  }
  .cid-ucUCNrsOtX .navbar.opened {
    height: auto;
  }
  .cid-ucUCNrsOtX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucUCNrsOtX .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucUCNrsOtX .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucUCNrsOtX .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucUCNrsOtX .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucUCNrsOtX .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucUCNrsOtX .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucUCNrsOtX .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucUCNrsOtX .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucUCNrsOtX .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucUCNrsOtX .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucUCNrsOtX .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucUCNrsOtX .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucUCNrsOtX .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucUCNrsOtX .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucUCNsxiTx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cae1f4;
}
.cid-ucUCNsxiTx .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucUCNsxiTx .container {
    max-width: 1040px;
  }
}
.cid-ucUCNsxiTx .row {
  justify-content: center;
}
.cid-ucUCNsxiTx .item:focus,
.cid-ucUCNsxiTx span:focus {
  outline: none;
}
.cid-ucUCNsxiTx .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucUCNsxiTx .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucUCNsxiTx .item {
    width: 100%;
  }
  .cid-ucUCNsxiTx .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucUCNsxiTx .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUCNsxiTx .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucUCNsxiTx .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucUCNsxiTx .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucUCNsxiTx .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucUCNsxiTx .item-wrap {
    padding: 50px;
  }
}
.cid-ucUCNsxiTx .item-content {
  width: 100%;
}
.cid-ucUCNsxiTx .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucUCNsxiTx .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucUCNsxiTx .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucUCNsxiTx .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucUCNsxiTx .list-item {
  display: flex;
  align-items: center;
}
.cid-ucUCNsxiTx .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucUCNsxiTx .icon-box {
  padding-right: 14px;
}
.cid-ucUCNsxiTx .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucUCNsxiTx .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucUCNsxiTx .link-container {
    margin-top: 72px;
  }
}
.cid-ucUCNsxiTx .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucUCNsxiTx .link-container .link span {
  padding-right: 10px;
}
.cid-ucUCNsxiTx .item-title,
.cid-ucUCNsxiTx .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ucUCNtDOnC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
  overflow: hidden;
}
.cid-ucUCNtDOnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNtDOnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUCNtDOnC .container {
    padding: 0 16px;
  }
}
.cid-ucUCNtDOnC .row {
  justify-content: center;
}
.cid-ucUCNtDOnC .content-wrapper {
  position: relative;
}
.cid-ucUCNtDOnC .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ucUCNtDOnC .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucUCNtDOnC .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-ucUCNtDOnC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUCNtDOnC .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-ucUCNtDOnC .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-ucUCNtDOnC .mbr-text {
  color: #000000;
}
.cid-ucUCNtDOnC .mbr-text,
.cid-ucUCNtDOnC .icon-wrapper {
  text-align: left;
}
.cid-ucUCNuuwUG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e59e4d;
}
.cid-ucUCNuuwUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNuuwUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUCNuuwUG .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-ucUCNuuwUG .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ucUCNuuwUG .wrapper {
  background: #cae1f4;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-ucUCNuuwUG .image-wrapper {
  padding: 0;
}
.cid-ucUCNuuwUG .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucUCNvvhuR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cae1f4;
}
.cid-ucUCNvvhuR .mbr-overlay {
  z-index: 1;
}
.cid-ucUCNvvhuR .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-ucUCNvvhuR .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ucUCNvvhuR .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ucUCNvvhuR .item-img:hover img {
  transform: scale(1);
}
.cid-ucUCNvvhuR .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucUCNvvhuR .mbr-section-title {
  line-height: 1.25em;
}
.cid-ucUCNvvhuR .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucUCNvvhuR .card-container {
    flex-wrap: wrap;
  }
}
.cid-ucUCNvvhuR .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-ucUCNvvhuR .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-ucUCNvvhuR .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-ucUCNvvhuR .card {
    border-right: 1px solid #7F8678;
  }
  .cid-ucUCNvvhuR .card:last-child {
    border-right: none;
  }
}
.cid-ucUCNvvhuR .data-item {
  display: flex;
  align-items: center;
}
.cid-ucUCNvvhuR .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ucUCNvvhuR .link-wrap {
  margin: 30px 0 6px;
}
.cid-ucUCNvvhuR .text-art {
  flex-grow: 1;
}
.cid-ucUCNwOK8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
}
.cid-ucUCNwOK8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNwOK8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUCNwOK8d .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucUCNwOK8d .container-fluid {
    padding: 0 30px;
  }
}
.cid-ucUCNwOK8d .container-fluid .row {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucUCNwOK8d .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUCNwOK8d .container {
    padding: 0 30px;
  }
}
.cid-ucUCNwOK8d .card {
  padding: 0;
}
.cid-ucUCNwOK8d .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucUCNwOK8d .image-wrapper img {
    height: 280px;
  }
}
.cid-ucUCNwOK8d .card-wrapper {
  border-radius: 10px;
  background-color: #cae1f4;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-ucUCNwOK8d .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ucUCNwOK8d .card-wrapper {
    padding: 32px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucUCNwOK8d .card-wrapper {
    padding: 32px 36px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-ucUCNwOK8d .card-wrapper {
    padding: 25px 30px;
  }
}
.cid-ucUCNwOK8d .card-wrapper .card-date .mbr-date {
  padding-bottom: 64px;
  position: relative;
  margin: 0;
}
.cid-ucUCNwOK8d .card-wrapper .card-date .mbr-date span {
  position: absolute;
  right: 11rem;
  bottom: 46px;
  font-size: 36%;
}
@media (max-width: 768px) {
  .cid-ucUCNwOK8d .card-wrapper .card-date .mbr-date span {
    right: 5rem;
  }
}
.cid-ucUCNwOK8d .card-wrapper .card-link {
  display: inline-flex;
  align-items: center;
}
.cid-ucUCNwOK8d .card-wrapper .card-link .mbr-link {
  margin-bottom: 0;
}
.cid-ucUCNwOK8d .card-wrapper .card-link .mbr-link:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-ucUCNwOK8d .card-wrapper .card-link .mbr-link:hover .mbr-iconfont::after {
  opacity: 1;
}
.cid-ucUCNwOK8d .card-wrapper .card-link .mbr-link .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 60%;
  margin-left: 14px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-5px, 5px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-ucUCNwOK8d .card-wrapper .card-link .mbr-link .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucUCNwOK8d .mbr-date {
  color: #000000;
  text-align: center;
}
.cid-ucUCNwOK8d .mbr-link {
  color: #ffffff;
}
.cid-ucUCNz33zk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
  position: relative;
  overflow: hidden;
}
.cid-ucUCNz33zk::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-ucUCNz33zk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNz33zk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUCNz33zk .container {
    padding: 0 16px;
  }
}
.cid-ucUCNz33zk .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUCNz33zk .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUCNz33zk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUCNz33zk .mbr-section-title {
  color: #000000;
}
.cid-ucUCNz33zk .mbr-text {
  color: #000000;
}
.cid-ucUCNABp9E {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e59e4d;
}
.cid-ucUCNABp9E .mbr-overlay {
  z-index: 1;
}
.cid-ucUCNABp9E .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucUCNABp9E .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucUCNABp9E .text-container {
  height: 100%;
  background: #cae1f4;
}
@media (min-width: 992px) {
  .cid-ucUCNABp9E .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-ucUCNABp9E .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucUCNABp9E .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucUCNABp9E .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucUCNABp9E .text {
  color: #000000;
  text-align: center;
}
.cid-ucUCNABp9E .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucUCNABp9E .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucUCNABp9E .item-wrapper {
  width: 100%;
}
.cid-ucUCNABp9E .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
  color: #000000;
}
.cid-ucUCNABp9E .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucUCNABp9E .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucUCNABp9E .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucUCNABp9E .item-img:hover img {
  transform: scale(1);
}
.cid-ucUCNABp9E .link {
  color: #3d3d3d;
}
.cid-ucUCNABp9E .underlined-link {
  color: #3d3d3d;
}
.cid-ucUCNABp9E .underlined-link:after {
  height: 1px !important;
}
.cid-ucUCNC5o3K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUCNC5o3K::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUCNC5o3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNC5o3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUCNC5o3K .container {
    padding: 0 16px;
  }
}
.cid-ucUCNC5o3K .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUCNC5o3K .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUCNC5o3K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUCNC5o3K .mbr-section-title {
  color: #000000;
}
.cid-ucUCNC5o3K .mbr-text {
  color: #000000;
}
.cid-ucUCNDt8sA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
}
.cid-ucUCNDt8sA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNDt8sA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucUCNDt8sA .container {
    padding: 0 22px;
  }
}
.cid-ucUCNDt8sA .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucUCNDt8sA .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucUCNDt8sA .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucUCNDt8sA .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUCNDt8sA .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-ucUCNDt8sA .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-ucUCNDt8sA .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucUCNDt8sA .panel-group .card:hover,
.cid-ucUCNDt8sA .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-ucUCNDt8sA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucUCNDt8sA .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucUCNDt8sA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucUCNDt8sA .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucUCNDt8sA .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucUCNDt8sA .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucUCNDt8sA .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucUCNDt8sA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucUCNDt8sA .panel-title-edit {
  color: #000000;
}
.cid-ucUCNDt8sA .panel-text {
  color: #8a8588;
}
.cid-ucUCNFAQOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUCNFAQOa::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUCNFAQOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNFAQOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUCNFAQOa .container {
    padding: 0 16px;
  }
}
.cid-ucUCNFAQOa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUCNFAQOa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUCNFAQOa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUCNFAQOa .mbr-section-title {
  color: #000000;
}
.cid-ucUCNFAQOa .mbr-text {
  color: #000000;
}
.cid-ucUCNHiENU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
}
.cid-ucUCNHiENU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNHiENU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucUCNHiENU .container {
    padding: 0 20px;
  }
}
.cid-ucUCNHiENU .row {
  margin: 0;
}
.cid-ucUCNHiENU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucUCNHiENU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucUCNHiENU .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucUCNHiENU .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucUCNHiENU .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucUCNHiENU .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucUCNHiENU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUCNJ2SJr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUCNJ2SJr::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUCNJ2SJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNJ2SJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUCNJ2SJr .container {
    padding: 0 16px;
  }
}
.cid-ucUCNJ2SJr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUCNJ2SJr .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUCNJ2SJr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUCNJ2SJr .mbr-section-title {
  color: #000000;
}
.cid-ucUCNJ2SJr .mbr-text {
  color: #000000;
}
.cid-ucUCNKH5sL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #cae1f4;
}
.cid-ucUCNKH5sL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNKH5sL .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-ucUCNKH5sL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucUCNKH5sL img {
  border-radius: 2rem;
}
.cid-ucUCNKH5sL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucUCNKH5sL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUCNKH5sL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucUCNKH5sL .mbr-section-title {
  color: #000000;
}
.cid-ucUCNKH5sL .mbr-text,
.cid-ucUCNKH5sL .mbr-section-btn {
  color: #000000;
}
.cid-ucUFkGa8ui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  overflow: hidden;
}
.cid-ucUFkGa8ui .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUFkGa8ui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .container {
    padding: 0 30px;
  }
}
.cid-ucUFkGa8ui .card {
  justify-content: center;
}
.cid-ucUFkGa8ui .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucUFkGa8ui .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .title-wrapper {
    padding: 0;
  }
}
.cid-ucUFkGa8ui .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucUFkGa8ui .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucUFkGa8ui .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucUFkGa8ui .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucUFkGa8ui .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .content-wrapper {
    padding: 0;
  }
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card:hover::before,
.cid-ucUFkGa8ui .content-wrapper .panel-group .card:focus::before,
.cid-ucUFkGa8ui .content-wrapper .panel-group .card:hover::after,
.cid-ucUFkGa8ui .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-ucUFkGa8ui .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-ucUFkGa8ui .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucUFkGa8ui .mbr-desc {
  color: #bee0d6;
}
.cid-ucUFkGa8ui .mbr-section-title {
  color: #ffffff;
}
.cid-ucUFkGa8ui .panel-number {
  color: #ffffff;
}
.cid-ucUFkGa8ui .panel-title-edit {
  color: #ffffff;
}
.cid-ucUFkGa8ui .panel-text {
  color: #ffffff;
}
.cid-ucUFkGa8ui .mbr-desc,
.cid-ucUFkGa8ui .desc-wrapper {
  color: #ffffff;
}
.cid-ucUCNO8q8w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #e59e4d;
  flex-direction: column;
  justify-content: center;
}
.cid-ucUCNO8q8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUCNO8q8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUCNO8q8w .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUCNO8q8w .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUCNO8q8w .container {
    padding: 0 16px;
  }
}
.cid-ucUCNO8q8w .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucUCNO8q8w .google-map iframe {
    height: 350px;
  }
}
.cid-ucUCNQHrQu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cae1f4;
}
.cid-ucUCNQHrQu .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucUCNQHrQu .copyright-section,
.cid-ucUCNQHrQu .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucUCNQHrQu .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucUCNQHrQu .logo-section img {
  margin: 0 auto;
}
.cid-ucUCNQHrQu .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucUCNQHrQu .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucUCNQHrQu .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucUCNQHrQu .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucUCNQHrQu .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucUCNQHrQu .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucUCNQHrQu .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucUCNQHrQu .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucUCNQHrQu .copyright-section {
    order: 1;
  }
  .cid-ucUCNQHrQu .copyright-section hr {
    display: none;
  }
  .cid-ucUCNQHrQu .social-media {
    margin-top: 30px;
  }
  .cid-ucUCNQHrQu .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucUCNQHrQu .line {
    margin: 25px 0;
  }
  .cid-ucUCNQHrQu .mobirise-rights,
  .cid-ucUCNQHrQu .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucUCNQHrQu .mbr-text,
.cid-ucUCNQHrQu .copyright-section {
  color: #000000;
}
.cid-ucUGHCpiLJ {
  background-image: url("../../../assets/images/20200627-160158-orig-1067x800.jpg");
}
.cid-ucUGHCpiLJ .text {
  display: flex;
  align-items: center;
}
.cid-ucUGHCpiLJ .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-ucUGHCpiLJ .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-ucUGHCpiLJ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-ucUGHCpiLJ .btn:hover {
  box-shadow: none;
}
.cid-ucUGHCpiLJ .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUGHCpiLJ .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-ucUGHCpiLJ .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUGHCpiLJ .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUGHCpiLJ .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-ucUGHCpiLJ .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUGHCpiLJ .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUGHCpiLJ .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-ucUGHCpiLJ .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-ucUGHCpiLJ .row:hover img {
  transform: rotate(0deg);
}
.cid-ucUGHCpiLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHCpiLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUGHEFZPR .navbar-dropdown {
  position: relative !important;
}
.cid-ucUGHEFZPR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucUGHEFZPR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucUGHEFZPR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucUGHEFZPR .dropdown-item:hover,
.cid-ucUGHEFZPR .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucUGHEFZPR .dropdown-item:hover span {
  color: white;
}
.cid-ucUGHEFZPR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucUGHEFZPR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucUGHEFZPR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucUGHEFZPR .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucUGHEFZPR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucUGHEFZPR .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucUGHEFZPR .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucUGHEFZPR .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucUGHEFZPR .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucUGHEFZPR .container {
  display: flex;
  margin: auto;
}
.cid-ucUGHEFZPR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucUGHEFZPR .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucUGHEFZPR .navbar-nav {
    align-items: center;
  }
}
.cid-ucUGHEFZPR .dropdown-menu,
.cid-ucUGHEFZPR .navbar.opened {
  background: #cae1f4 !important;
}
.cid-ucUGHEFZPR .nav-item:focus,
.cid-ucUGHEFZPR .nav-link:focus {
  outline: none;
}
.cid-ucUGHEFZPR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucUGHEFZPR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucUGHEFZPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucUGHEFZPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucUGHEFZPR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUGHEFZPR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucUGHEFZPR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cae1f4;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucUGHEFZPR .navbar.opened {
  transition: all 0.3s;
}
.cid-ucUGHEFZPR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucUGHEFZPR .navbar .navbar-logo img {
  width: auto;
}
.cid-ucUGHEFZPR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucUGHEFZPR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUGHEFZPR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucUGHEFZPR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUGHEFZPR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucUGHEFZPR .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-ucUGHEFZPR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucUGHEFZPR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucUGHEFZPR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucUGHEFZPR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucUGHEFZPR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucUGHEFZPR .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucUGHEFZPR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucUGHEFZPR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucUGHEFZPR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucUGHEFZPR .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucUGHEFZPR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucUGHEFZPR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUGHEFZPR .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucUGHEFZPR .dropdown-item.active,
.cid-ucUGHEFZPR .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUGHEFZPR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucUGHEFZPR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucUGHEFZPR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucUGHEFZPR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cae1f4;
}
.cid-ucUGHEFZPR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucUGHEFZPR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucUGHEFZPR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucUGHEFZPR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucUGHEFZPR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucUGHEFZPR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucUGHEFZPR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucUGHEFZPR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucUGHEFZPR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucUGHEFZPR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucUGHEFZPR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucUGHEFZPR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucUGHEFZPR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucUGHEFZPR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucUGHEFZPR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucUGHEFZPR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucUGHEFZPR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucUGHEFZPR .navbar {
    height: 70px;
  }
  .cid-ucUGHEFZPR .navbar.opened {
    height: auto;
  }
  .cid-ucUGHEFZPR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucUGHEFZPR .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucUGHEFZPR .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucUGHEFZPR .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucUGHEFZPR .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucUGHEFZPR .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucUGHEFZPR .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucUGHEFZPR .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucUGHEFZPR .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucUGHEFZPR .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucUGHEFZPR .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucUGHEFZPR .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucUGHEFZPR .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucUGHEFZPR .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucUGHEFZPR .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucUGHHkjK8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cae1f4;
}
.cid-ucUGHHkjK8 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucUGHHkjK8 .container {
    max-width: 1040px;
  }
}
.cid-ucUGHHkjK8 .row {
  justify-content: center;
}
.cid-ucUGHHkjK8 .item:focus,
.cid-ucUGHHkjK8 span:focus {
  outline: none;
}
.cid-ucUGHHkjK8 .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucUGHHkjK8 .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucUGHHkjK8 .item {
    width: 100%;
  }
  .cid-ucUGHHkjK8 .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucUGHHkjK8 .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUGHHkjK8 .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucUGHHkjK8 .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucUGHHkjK8 .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucUGHHkjK8 .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucUGHHkjK8 .item-wrap {
    padding: 50px;
  }
}
.cid-ucUGHHkjK8 .item-content {
  width: 100%;
}
.cid-ucUGHHkjK8 .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucUGHHkjK8 .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucUGHHkjK8 .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucUGHHkjK8 .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucUGHHkjK8 .list-item {
  display: flex;
  align-items: center;
}
.cid-ucUGHHkjK8 .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucUGHHkjK8 .icon-box {
  padding-right: 14px;
}
.cid-ucUGHHkjK8 .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucUGHHkjK8 .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucUGHHkjK8 .link-container {
    margin-top: 72px;
  }
}
.cid-ucUGHHkjK8 .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucUGHHkjK8 .link-container .link span {
  padding-right: 10px;
}
.cid-ucUGHHkjK8 .item-title,
.cid-ucUGHHkjK8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ucUGHITW8D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
  overflow: hidden;
}
.cid-ucUGHITW8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHITW8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUGHITW8D .container {
    padding: 0 16px;
  }
}
.cid-ucUGHITW8D .row {
  justify-content: center;
}
.cid-ucUGHITW8D .content-wrapper {
  position: relative;
}
.cid-ucUGHITW8D .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ucUGHITW8D .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucUGHITW8D .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-ucUGHITW8D .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUGHITW8D .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-ucUGHITW8D .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-ucUGHITW8D .mbr-text {
  color: #000000;
}
.cid-ucUGHITW8D .mbr-text,
.cid-ucUGHITW8D .icon-wrapper {
  text-align: left;
}
.cid-ucUGHK38YI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e59e4d;
}
.cid-ucUGHK38YI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHK38YI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUGHK38YI .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-ucUGHK38YI .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ucUGHK38YI .wrapper {
  background: #cae1f4;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-ucUGHK38YI .image-wrapper {
  padding: 0;
}
.cid-ucUGHK38YI .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucUGHLebsZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cae1f4;
}
.cid-ucUGHLebsZ .mbr-overlay {
  z-index: 1;
}
.cid-ucUGHLebsZ .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-ucUGHLebsZ .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ucUGHLebsZ .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ucUGHLebsZ .item-img:hover img {
  transform: scale(1);
}
.cid-ucUGHLebsZ .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucUGHLebsZ .mbr-section-title {
  line-height: 1.25em;
}
.cid-ucUGHLebsZ .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucUGHLebsZ .card-container {
    flex-wrap: wrap;
  }
}
.cid-ucUGHLebsZ .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-ucUGHLebsZ .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-ucUGHLebsZ .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-ucUGHLebsZ .card {
    border-right: 1px solid #7F8678;
  }
  .cid-ucUGHLebsZ .card:last-child {
    border-right: none;
  }
}
.cid-ucUGHLebsZ .data-item {
  display: flex;
  align-items: center;
}
.cid-ucUGHLebsZ .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ucUGHLebsZ .link-wrap {
  margin: 30px 0 6px;
}
.cid-ucUGHLebsZ .text-art {
  flex-grow: 1;
}
.cid-ucUGHMJx7l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
}
.cid-ucUGHMJx7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHMJx7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUGHMJx7l .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucUGHMJx7l .container-fluid {
    padding: 0 30px;
  }
}
.cid-ucUGHMJx7l .container-fluid .row {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucUGHMJx7l .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUGHMJx7l .container {
    padding: 0 30px;
  }
}
.cid-ucUGHMJx7l .card {
  padding: 0;
}
.cid-ucUGHMJx7l .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucUGHMJx7l .image-wrapper img {
    height: 280px;
  }
}
.cid-ucUGHMJx7l .card-wrapper {
  border-radius: 10px;
  background-color: #cae1f4;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-ucUGHMJx7l .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ucUGHMJx7l .card-wrapper {
    padding: 32px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucUGHMJx7l .card-wrapper {
    padding: 32px 36px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-ucUGHMJx7l .card-wrapper {
    padding: 25px 30px;
  }
}
.cid-ucUGHMJx7l .card-wrapper .card-date .mbr-date {
  padding-bottom: 64px;
  position: relative;
  margin: 0;
}
.cid-ucUGHMJx7l .card-wrapper .card-date .mbr-date span {
  position: absolute;
  right: 11rem;
  bottom: 46px;
  font-size: 36%;
}
@media (max-width: 768px) {
  .cid-ucUGHMJx7l .card-wrapper .card-date .mbr-date span {
    right: 5rem;
  }
}
.cid-ucUGHMJx7l .card-wrapper .card-link {
  display: inline-flex;
  align-items: center;
}
.cid-ucUGHMJx7l .card-wrapper .card-link .mbr-link {
  margin-bottom: 0;
}
.cid-ucUGHMJx7l .card-wrapper .card-link .mbr-link:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-ucUGHMJx7l .card-wrapper .card-link .mbr-link:hover .mbr-iconfont::after {
  opacity: 1;
}
.cid-ucUGHMJx7l .card-wrapper .card-link .mbr-link .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 60%;
  margin-left: 14px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-5px, 5px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-ucUGHMJx7l .card-wrapper .card-link .mbr-link .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucUGHMJx7l .mbr-date {
  color: #000000;
  text-align: center;
}
.cid-ucUGHMJx7l .mbr-link {
  color: #ffffff;
}
.cid-ucUGHO0M2s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
  position: relative;
  overflow: hidden;
}
.cid-ucUGHO0M2s::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-ucUGHO0M2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHO0M2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUGHO0M2s .container {
    padding: 0 16px;
  }
}
.cid-ucUGHO0M2s .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUGHO0M2s .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUGHO0M2s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUGHO0M2s .mbr-section-title {
  color: #000000;
}
.cid-ucUGHO0M2s .mbr-text {
  color: #000000;
}
.cid-ucUGHP8eye {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e59e4d;
}
.cid-ucUGHP8eye .mbr-overlay {
  z-index: 1;
}
.cid-ucUGHP8eye .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucUGHP8eye .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucUGHP8eye .text-container {
  height: 100%;
  background: #cae1f4;
}
@media (min-width: 992px) {
  .cid-ucUGHP8eye .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-ucUGHP8eye .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucUGHP8eye .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucUGHP8eye .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucUGHP8eye .text {
  color: #000000;
  text-align: center;
}
.cid-ucUGHP8eye .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucUGHP8eye .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucUGHP8eye .item-wrapper {
  width: 100%;
}
.cid-ucUGHP8eye .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
  color: #000000;
}
.cid-ucUGHP8eye .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucUGHP8eye .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucUGHP8eye .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucUGHP8eye .item-img:hover img {
  transform: scale(1);
}
.cid-ucUGHP8eye .link {
  color: #3d3d3d;
}
.cid-ucUGHP8eye .underlined-link {
  color: #3d3d3d;
}
.cid-ucUGHP8eye .underlined-link:after {
  height: 1px !important;
}
.cid-ucUGHQiTcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUGHQiTcc::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUGHQiTcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHQiTcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUGHQiTcc .container {
    padding: 0 16px;
  }
}
.cid-ucUGHQiTcc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUGHQiTcc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUGHQiTcc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUGHQiTcc .mbr-section-title {
  color: #000000;
}
.cid-ucUGHQiTcc .mbr-text {
  color: #000000;
}
.cid-ucUGHRxYms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
}
.cid-ucUGHRxYms .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHRxYms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucUGHRxYms .container {
    padding: 0 22px;
  }
}
.cid-ucUGHRxYms .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucUGHRxYms .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucUGHRxYms .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucUGHRxYms .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUGHRxYms .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-ucUGHRxYms .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-ucUGHRxYms .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucUGHRxYms .panel-group .card:hover,
.cid-ucUGHRxYms .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-ucUGHRxYms .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucUGHRxYms .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucUGHRxYms .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucUGHRxYms .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucUGHRxYms .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucUGHRxYms .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucUGHRxYms .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucUGHRxYms .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucUGHRxYms .panel-title-edit {
  color: #000000;
}
.cid-ucUGHRxYms .panel-text {
  color: #8a8588;
}
.cid-ucUGHT2vwO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUGHT2vwO::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUGHT2vwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHT2vwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUGHT2vwO .container {
    padding: 0 16px;
  }
}
.cid-ucUGHT2vwO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUGHT2vwO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUGHT2vwO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUGHT2vwO .mbr-section-title {
  color: #000000;
}
.cid-ucUGHT2vwO .mbr-text {
  color: #000000;
}
.cid-ucUGHU7ZX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
}
.cid-ucUGHU7ZX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHU7ZX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucUGHU7ZX9 .container {
    padding: 0 20px;
  }
}
.cid-ucUGHU7ZX9 .row {
  margin: 0;
}
.cid-ucUGHU7ZX9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucUGHU7ZX9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucUGHU7ZX9 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucUGHU7ZX9 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucUGHU7ZX9 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucUGHU7ZX9 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucUGHU7ZX9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUGHVokZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUGHVokZu::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUGHVokZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHVokZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUGHVokZu .container {
    padding: 0 16px;
  }
}
.cid-ucUGHVokZu .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUGHVokZu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUGHVokZu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUGHVokZu .mbr-section-title {
  color: #000000;
}
.cid-ucUGHVokZu .mbr-text {
  color: #000000;
}
.cid-ucUGHWDm2E {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #cae1f4;
}
.cid-ucUGHWDm2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHWDm2E .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-ucUGHWDm2E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucUGHWDm2E img {
  border-radius: 2rem;
}
.cid-ucUGHWDm2E .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucUGHWDm2E .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUGHWDm2E .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucUGHWDm2E .mbr-section-title {
  color: #000000;
}
.cid-ucUGHWDm2E .mbr-text,
.cid-ucUGHWDm2E .mbr-section-btn {
  color: #000000;
}
.cid-ucUGHXW9m1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  overflow: hidden;
}
.cid-ucUGHXW9m1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHXW9m1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .container {
    padding: 0 30px;
  }
}
.cid-ucUGHXW9m1 .card {
  justify-content: center;
}
.cid-ucUGHXW9m1 .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucUGHXW9m1 .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .title-wrapper {
    padding: 0;
  }
}
.cid-ucUGHXW9m1 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucUGHXW9m1 .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucUGHXW9m1 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucUGHXW9m1 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucUGHXW9m1 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .content-wrapper {
    padding: 0;
  }
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card:hover::before,
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card:focus::before,
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card:hover::after,
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-ucUGHXW9m1 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-ucUGHXW9m1 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucUGHXW9m1 .mbr-desc {
  color: #bee0d6;
}
.cid-ucUGHXW9m1 .mbr-section-title {
  color: #ffffff;
}
.cid-ucUGHXW9m1 .panel-number {
  color: #ffffff;
}
.cid-ucUGHXW9m1 .panel-title-edit {
  color: #ffffff;
}
.cid-ucUGHXW9m1 .panel-text {
  color: #ffffff;
}
.cid-ucUGHXW9m1 .mbr-desc,
.cid-ucUGHXW9m1 .desc-wrapper {
  color: #ffffff;
}
.cid-ucUGHZt6ie {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #e59e4d;
  flex-direction: column;
  justify-content: center;
}
.cid-ucUGHZt6ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUGHZt6ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUGHZt6ie .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUGHZt6ie .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUGHZt6ie .container {
    padding: 0 16px;
  }
}
.cid-ucUGHZt6ie .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucUGHZt6ie .google-map iframe {
    height: 350px;
  }
}
.cid-ucUGI0JRCt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cae1f4;
}
.cid-ucUGI0JRCt .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucUGI0JRCt .copyright-section,
.cid-ucUGI0JRCt .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucUGI0JRCt .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucUGI0JRCt .logo-section img {
  margin: 0 auto;
}
.cid-ucUGI0JRCt .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucUGI0JRCt .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucUGI0JRCt .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucUGI0JRCt .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucUGI0JRCt .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucUGI0JRCt .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucUGI0JRCt .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucUGI0JRCt .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucUGI0JRCt .copyright-section {
    order: 1;
  }
  .cid-ucUGI0JRCt .copyright-section hr {
    display: none;
  }
  .cid-ucUGI0JRCt .social-media {
    margin-top: 30px;
  }
  .cid-ucUGI0JRCt .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucUGI0JRCt .line {
    margin: 25px 0;
  }
  .cid-ucUGI0JRCt .mobirise-rights,
  .cid-ucUGI0JRCt .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucUGI0JRCt .mbr-text,
.cid-ucUGI0JRCt .copyright-section {
  color: #000000;
}
.cid-ucUJlvpO8V {
  background-image: url("../../../assets/images/inflatable-rental-services-bounce-houses-2-orig-orig-1100x733.jpg");
}
.cid-ucUJlvpO8V .text {
  display: flex;
  align-items: center;
}
.cid-ucUJlvpO8V .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-ucUJlvpO8V .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-ucUJlvpO8V .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-ucUJlvpO8V .btn:hover {
  box-shadow: none;
}
.cid-ucUJlvpO8V .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUJlvpO8V .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-ucUJlvpO8V .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUJlvpO8V .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUJlvpO8V .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-ucUJlvpO8V .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUJlvpO8V .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-ucUJlvpO8V .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-ucUJlvpO8V .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-ucUJlvpO8V .row:hover img {
  transform: rotate(0deg);
}
.cid-ucUJlvpO8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlvpO8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUJlxeDnM .navbar-dropdown {
  position: relative !important;
}
.cid-ucUJlxeDnM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucUJlxeDnM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucUJlxeDnM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucUJlxeDnM .dropdown-item:hover,
.cid-ucUJlxeDnM .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucUJlxeDnM .dropdown-item:hover span {
  color: white;
}
.cid-ucUJlxeDnM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucUJlxeDnM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucUJlxeDnM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucUJlxeDnM .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucUJlxeDnM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucUJlxeDnM .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucUJlxeDnM .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucUJlxeDnM .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucUJlxeDnM .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucUJlxeDnM .container {
  display: flex;
  margin: auto;
}
.cid-ucUJlxeDnM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucUJlxeDnM .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucUJlxeDnM .navbar-nav {
    align-items: center;
  }
}
.cid-ucUJlxeDnM .dropdown-menu,
.cid-ucUJlxeDnM .navbar.opened {
  background: #cae1f4 !important;
}
.cid-ucUJlxeDnM .nav-item:focus,
.cid-ucUJlxeDnM .nav-link:focus {
  outline: none;
}
.cid-ucUJlxeDnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucUJlxeDnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucUJlxeDnM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucUJlxeDnM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucUJlxeDnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUJlxeDnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucUJlxeDnM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #cae1f4;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucUJlxeDnM .navbar.opened {
  transition: all 0.3s;
}
.cid-ucUJlxeDnM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucUJlxeDnM .navbar .navbar-logo img {
  width: auto;
}
.cid-ucUJlxeDnM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucUJlxeDnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUJlxeDnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucUJlxeDnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUJlxeDnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucUJlxeDnM .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-ucUJlxeDnM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucUJlxeDnM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucUJlxeDnM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucUJlxeDnM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucUJlxeDnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucUJlxeDnM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucUJlxeDnM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucUJlxeDnM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucUJlxeDnM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucUJlxeDnM .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucUJlxeDnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucUJlxeDnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUJlxeDnM .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucUJlxeDnM .dropdown-item.active,
.cid-ucUJlxeDnM .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUJlxeDnM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucUJlxeDnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucUJlxeDnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucUJlxeDnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cae1f4;
}
.cid-ucUJlxeDnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucUJlxeDnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucUJlxeDnM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucUJlxeDnM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucUJlxeDnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucUJlxeDnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucUJlxeDnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucUJlxeDnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucUJlxeDnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucUJlxeDnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucUJlxeDnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucUJlxeDnM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucUJlxeDnM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucUJlxeDnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucUJlxeDnM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucUJlxeDnM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucUJlxeDnM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucUJlxeDnM .navbar {
    height: 70px;
  }
  .cid-ucUJlxeDnM .navbar.opened {
    height: auto;
  }
  .cid-ucUJlxeDnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucUJlxeDnM .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucUJlxeDnM .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucUJlxeDnM .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucUJlxeDnM .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucUJlxeDnM .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucUJlxeDnM .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucUJlxeDnM .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucUJlxeDnM .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucUJlxeDnM .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucUJlxeDnM .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucUJlxeDnM .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucUJlxeDnM .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucUJlxeDnM .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucUJlxeDnM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucUJlyLDJB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cae1f4;
}
.cid-ucUJlyLDJB .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucUJlyLDJB .container {
    max-width: 1040px;
  }
}
.cid-ucUJlyLDJB .row {
  justify-content: center;
}
.cid-ucUJlyLDJB .item:focus,
.cid-ucUJlyLDJB span:focus {
  outline: none;
}
.cid-ucUJlyLDJB .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucUJlyLDJB .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucUJlyLDJB .item {
    width: 100%;
  }
  .cid-ucUJlyLDJB .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucUJlyLDJB .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUJlyLDJB .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucUJlyLDJB .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucUJlyLDJB .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucUJlyLDJB .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucUJlyLDJB .item-wrap {
    padding: 50px;
  }
}
.cid-ucUJlyLDJB .item-content {
  width: 100%;
}
.cid-ucUJlyLDJB .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucUJlyLDJB .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucUJlyLDJB .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucUJlyLDJB .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucUJlyLDJB .list-item {
  display: flex;
  align-items: center;
}
.cid-ucUJlyLDJB .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucUJlyLDJB .icon-box {
  padding-right: 14px;
}
.cid-ucUJlyLDJB .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucUJlyLDJB .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucUJlyLDJB .link-container {
    margin-top: 72px;
  }
}
.cid-ucUJlyLDJB .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucUJlyLDJB .link-container .link span {
  padding-right: 10px;
}
.cid-ucUJlyLDJB .item-title,
.cid-ucUJlyLDJB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ucUJlAcqYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
  overflow: hidden;
}
.cid-ucUJlAcqYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlAcqYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUJlAcqYX .container {
    padding: 0 16px;
  }
}
.cid-ucUJlAcqYX .row {
  justify-content: center;
}
.cid-ucUJlAcqYX .content-wrapper {
  position: relative;
}
.cid-ucUJlAcqYX .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ucUJlAcqYX .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucUJlAcqYX .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-ucUJlAcqYX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUJlAcqYX .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-ucUJlAcqYX .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-ucUJlAcqYX .mbr-text {
  color: #000000;
}
.cid-ucUJlAcqYX .mbr-text,
.cid-ucUJlAcqYX .icon-wrapper {
  text-align: left;
}
.cid-ucUJlBjuxF {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e59e4d;
}
.cid-ucUJlBjuxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlBjuxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUJlBjuxF .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-ucUJlBjuxF .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ucUJlBjuxF .wrapper {
  background: #cae1f4;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-ucUJlBjuxF .image-wrapper {
  padding: 0;
}
.cid-ucUJlBjuxF .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucUJlCxYpT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cae1f4;
}
.cid-ucUJlCxYpT .mbr-overlay {
  z-index: 1;
}
.cid-ucUJlCxYpT .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-ucUJlCxYpT .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ucUJlCxYpT .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ucUJlCxYpT .item-img:hover img {
  transform: scale(1);
}
.cid-ucUJlCxYpT .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucUJlCxYpT .mbr-section-title {
  line-height: 1.25em;
}
.cid-ucUJlCxYpT .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucUJlCxYpT .card-container {
    flex-wrap: wrap;
  }
}
.cid-ucUJlCxYpT .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-ucUJlCxYpT .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-ucUJlCxYpT .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-ucUJlCxYpT .card {
    border-right: 1px solid #7F8678;
  }
  .cid-ucUJlCxYpT .card:last-child {
    border-right: none;
  }
}
.cid-ucUJlCxYpT .data-item {
  display: flex;
  align-items: center;
}
.cid-ucUJlCxYpT .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ucUJlCxYpT .link-wrap {
  margin: 30px 0 6px;
}
.cid-ucUJlCxYpT .text-art {
  flex-grow: 1;
}
.cid-ucUJlE2oFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
}
.cid-ucUJlE2oFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlE2oFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUJlE2oFA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucUJlE2oFA .container-fluid {
    padding: 0 30px;
  }
}
.cid-ucUJlE2oFA .container-fluid .row {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucUJlE2oFA .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUJlE2oFA .container {
    padding: 0 30px;
  }
}
.cid-ucUJlE2oFA .card {
  padding: 0;
}
.cid-ucUJlE2oFA .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucUJlE2oFA .image-wrapper img {
    height: 280px;
  }
}
.cid-ucUJlE2oFA .card-wrapper {
  border-radius: 10px;
  background-color: #cae1f4;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-ucUJlE2oFA .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ucUJlE2oFA .card-wrapper {
    padding: 32px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucUJlE2oFA .card-wrapper {
    padding: 32px 36px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-ucUJlE2oFA .card-wrapper {
    padding: 25px 30px;
  }
}
.cid-ucUJlE2oFA .card-wrapper .card-date .mbr-date {
  padding-bottom: 64px;
  position: relative;
  margin: 0;
}
.cid-ucUJlE2oFA .card-wrapper .card-date .mbr-date span {
  position: absolute;
  right: 11rem;
  bottom: 46px;
  font-size: 36%;
}
@media (max-width: 768px) {
  .cid-ucUJlE2oFA .card-wrapper .card-date .mbr-date span {
    right: 5rem;
  }
}
.cid-ucUJlE2oFA .card-wrapper .card-link {
  display: inline-flex;
  align-items: center;
}
.cid-ucUJlE2oFA .card-wrapper .card-link .mbr-link {
  margin-bottom: 0;
}
.cid-ucUJlE2oFA .card-wrapper .card-link .mbr-link:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-ucUJlE2oFA .card-wrapper .card-link .mbr-link:hover .mbr-iconfont::after {
  opacity: 1;
}
.cid-ucUJlE2oFA .card-wrapper .card-link .mbr-link .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 60%;
  margin-left: 14px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-5px, 5px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-ucUJlE2oFA .card-wrapper .card-link .mbr-link .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucUJlE2oFA .mbr-date {
  color: #000000;
  text-align: center;
}
.cid-ucUJlE2oFA .mbr-link {
  color: #ffffff;
}
.cid-ucUJlFx3U0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
  position: relative;
  overflow: hidden;
}
.cid-ucUJlFx3U0::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-ucUJlFx3U0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlFx3U0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUJlFx3U0 .container {
    padding: 0 16px;
  }
}
.cid-ucUJlFx3U0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUJlFx3U0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUJlFx3U0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUJlFx3U0 .mbr-section-title {
  color: #000000;
}
.cid-ucUJlFx3U0 .mbr-text {
  color: #000000;
}
.cid-ucUJlGJ3PY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e59e4d;
}
.cid-ucUJlGJ3PY .mbr-overlay {
  z-index: 1;
}
.cid-ucUJlGJ3PY .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucUJlGJ3PY .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucUJlGJ3PY .text-container {
  height: 100%;
  background: #cae1f4;
}
@media (min-width: 992px) {
  .cid-ucUJlGJ3PY .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-ucUJlGJ3PY .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucUJlGJ3PY .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucUJlGJ3PY .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucUJlGJ3PY .text {
  color: #000000;
  text-align: center;
}
.cid-ucUJlGJ3PY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucUJlGJ3PY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucUJlGJ3PY .item-wrapper {
  width: 100%;
}
.cid-ucUJlGJ3PY .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
  color: #000000;
}
.cid-ucUJlGJ3PY .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucUJlGJ3PY .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucUJlGJ3PY .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucUJlGJ3PY .item-img:hover img {
  transform: scale(1);
}
.cid-ucUJlGJ3PY .link {
  color: #3d3d3d;
}
.cid-ucUJlGJ3PY .underlined-link {
  color: #3d3d3d;
}
.cid-ucUJlGJ3PY .underlined-link:after {
  height: 1px !important;
}
.cid-ucUJlIbIAS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUJlIbIAS::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUJlIbIAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlIbIAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUJlIbIAS .container {
    padding: 0 16px;
  }
}
.cid-ucUJlIbIAS .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUJlIbIAS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUJlIbIAS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUJlIbIAS .mbr-section-title {
  color: #000000;
}
.cid-ucUJlIbIAS .mbr-text {
  color: #000000;
}
.cid-ucUJlJsqlh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
}
.cid-ucUJlJsqlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlJsqlh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucUJlJsqlh .container {
    padding: 0 22px;
  }
}
.cid-ucUJlJsqlh .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucUJlJsqlh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucUJlJsqlh .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucUJlJsqlh .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUJlJsqlh .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-ucUJlJsqlh .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-ucUJlJsqlh .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucUJlJsqlh .panel-group .card:hover,
.cid-ucUJlJsqlh .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-ucUJlJsqlh .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucUJlJsqlh .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucUJlJsqlh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucUJlJsqlh .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucUJlJsqlh .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucUJlJsqlh .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucUJlJsqlh .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucUJlJsqlh .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucUJlJsqlh .panel-title-edit {
  color: #000000;
}
.cid-ucUJlJsqlh .panel-text {
  color: #8a8588;
}
.cid-ucUJlKWVVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUJlKWVVu::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUJlKWVVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlKWVVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUJlKWVVu .container {
    padding: 0 16px;
  }
}
.cid-ucUJlKWVVu .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUJlKWVVu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUJlKWVVu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUJlKWVVu .mbr-section-title {
  color: #000000;
}
.cid-ucUJlKWVVu .mbr-text {
  color: #000000;
}
.cid-ucUJlMgxIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cae1f4;
}
.cid-ucUJlMgxIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlMgxIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucUJlMgxIC .container {
    padding: 0 20px;
  }
}
.cid-ucUJlMgxIC .row {
  margin: 0;
}
.cid-ucUJlMgxIC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucUJlMgxIC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucUJlMgxIC .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucUJlMgxIC .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucUJlMgxIC .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucUJlMgxIC .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucUJlMgxIC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUJlOQrqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  position: relative;
  overflow: hidden;
}
.cid-ucUJlOQrqd::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #cae1f4 -10%, transparent 70%);
}
.cid-ucUJlOQrqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlOQrqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucUJlOQrqd .container {
    padding: 0 16px;
  }
}
.cid-ucUJlOQrqd .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ucUJlOQrqd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucUJlOQrqd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUJlOQrqd .mbr-section-title {
  color: #000000;
}
.cid-ucUJlOQrqd .mbr-text {
  color: #000000;
}
.cid-ucUJlQVZoT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #cae1f4;
}
.cid-ucUJlQVZoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlQVZoT .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-ucUJlQVZoT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucUJlQVZoT img {
  border-radius: 2rem;
}
.cid-ucUJlQVZoT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucUJlQVZoT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUJlQVZoT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucUJlQVZoT .mbr-section-title {
  color: #000000;
}
.cid-ucUJlQVZoT .mbr-text,
.cid-ucUJlQVZoT .mbr-section-btn {
  color: #000000;
}
.cid-ucUJlSsLbF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e59e4d;
  overflow: hidden;
}
.cid-ucUJlSsLbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlSsLbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .container {
    padding: 0 30px;
  }
}
.cid-ucUJlSsLbF .card {
  justify-content: center;
}
.cid-ucUJlSsLbF .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucUJlSsLbF .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .title-wrapper {
    padding: 0;
  }
}
.cid-ucUJlSsLbF .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucUJlSsLbF .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucUJlSsLbF .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucUJlSsLbF .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucUJlSsLbF .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .content-wrapper {
    padding: 0;
  }
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card:hover::before,
.cid-ucUJlSsLbF .content-wrapper .panel-group .card:focus::before,
.cid-ucUJlSsLbF .content-wrapper .panel-group .card:hover::after,
.cid-ucUJlSsLbF .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-ucUJlSsLbF .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-ucUJlSsLbF .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucUJlSsLbF .mbr-desc {
  color: #bee0d6;
}
.cid-ucUJlSsLbF .mbr-section-title {
  color: #ffffff;
}
.cid-ucUJlSsLbF .panel-number {
  color: #ffffff;
}
.cid-ucUJlSsLbF .panel-title-edit {
  color: #ffffff;
}
.cid-ucUJlSsLbF .panel-text {
  color: #ffffff;
}
.cid-ucUJlSsLbF .mbr-desc,
.cid-ucUJlSsLbF .desc-wrapper {
  color: #ffffff;
}
.cid-ucUJlUEFOM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #e59e4d;
  flex-direction: column;
  justify-content: center;
}
.cid-ucUJlUEFOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUJlUEFOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUJlUEFOM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUJlUEFOM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUJlUEFOM .container {
    padding: 0 16px;
  }
}
.cid-ucUJlUEFOM .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucUJlUEFOM .google-map iframe {
    height: 350px;
  }
}
.cid-ucUJlWHRX8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cae1f4;
}
.cid-ucUJlWHRX8 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucUJlWHRX8 .copyright-section,
.cid-ucUJlWHRX8 .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucUJlWHRX8 .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucUJlWHRX8 .logo-section img {
  margin: 0 auto;
}
.cid-ucUJlWHRX8 .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucUJlWHRX8 .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucUJlWHRX8 .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucUJlWHRX8 .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucUJlWHRX8 .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucUJlWHRX8 .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucUJlWHRX8 .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucUJlWHRX8 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucUJlWHRX8 .copyright-section {
    order: 1;
  }
  .cid-ucUJlWHRX8 .copyright-section hr {
    display: none;
  }
  .cid-ucUJlWHRX8 .social-media {
    margin-top: 30px;
  }
  .cid-ucUJlWHRX8 .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucUJlWHRX8 .line {
    margin: 25px 0;
  }
  .cid-ucUJlWHRX8 .mobirise-rights,
  .cid-ucUJlWHRX8 .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucUJlWHRX8 .mbr-text,
.cid-ucUJlWHRX8 .copyright-section {
  color: #000000;
}
