.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 4.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #9fe870 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #d70081 !important;
}
.text-success {
  color: #9fe870 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #710044 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #66d022 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d70081 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-ucgZlUJEBH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucgZlUJEBH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucgZlUJEBH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucgZlUJEBH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucgZlUJEBH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucgZlUJEBH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucgZlUJEBH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucgZlUJEBH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucgZlUJEBH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucgZlUJEBH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucgZlUJEBH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucgZlUJEBH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucgZlUJEBH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucgZlUJEBH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucgZlUJEBH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucgZlUJEBH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucgZlUJEBH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucgZlUJEBH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucgZlUJEBH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucgZlUJEBH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucgZlUJEBH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucgZlUJEBH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucgZlUJEBH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucgZlUJEBH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucgZlUJEBH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucgZlUJEBH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucgZlUJEBH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucgZlUJEBH .nav-item:focus,
.cid-ucgZlUJEBH .nav-link:focus {
  outline: none;
}
.cid-ucgZlUJEBH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucgZlUJEBH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucgZlUJEBH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucgZlUJEBH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucgZlUJEBH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucgZlUJEBH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucgZlUJEBH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucgZlUJEBH .navbar.opened {
  transition: all 0.3s;
}
.cid-ucgZlUJEBH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucgZlUJEBH .navbar .navbar-logo img {
  width: auto;
}
.cid-ucgZlUJEBH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucgZlUJEBH .navbar.collapsed {
  justify-content: center;
}
.cid-ucgZlUJEBH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucgZlUJEBH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucgZlUJEBH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucgZlUJEBH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucgZlUJEBH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucgZlUJEBH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucgZlUJEBH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucgZlUJEBH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucgZlUJEBH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucgZlUJEBH .navbar {
    min-height: 72px;
  }
  .cid-ucgZlUJEBH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucgZlUJEBH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucgZlUJEBH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucgZlUJEBH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucgZlUJEBH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucgZlUJEBH .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-ucgZlUJEBH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucgZlUJEBH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucgZlUJEBH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucgZlUJEBH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucgZlUJEBH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucgZlUJEBH .dropdown-item.active,
.cid-ucgZlUJEBH .dropdown-item:active {
  background-color: transparent;
}
.cid-ucgZlUJEBH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucgZlUJEBH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucgZlUJEBH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucgZlUJEBH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucgZlUJEBH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucgZlUJEBH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucgZlUJEBH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucgZlUJEBH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucgZlUJEBH .navbar-buttons {
    text-align: left;
  }
}
.cid-ucgZlUJEBH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucgZlUJEBH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucgZlUJEBH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucgZlUJEBH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucgZlUJEBH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucgZlUJEBH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucgZlUJEBH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucgZlUJEBH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucgZlUJEBH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucgZlUJEBH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucgZlUJEBH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucgZlUJEBH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucgZlUJEBH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucgZlUJEBH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucgZlUJEBH .navbar {
    height: 70px;
  }
  .cid-ucgZlUJEBH .navbar.opened {
    height: auto;
  }
  .cid-ucgZlUJEBH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucgZlUJEBH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucgZlUJEBH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucgZlUJEBH .navbar-brand {
    margin-right: auto;
  }
  .cid-ucgZlUJEBH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucgZlUJEBH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucgZlUJEBH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucgZlUJEBH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucgZlUJEBH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucgZlUJEBH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNyiMc0hFO {
  background-color: #ffb5b5;
}
.cid-uNyiMc0hFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyiMc0hFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyiMc0hFO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNyiMc0hFO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNyiMc0hFO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNyovVS8mB {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNyovVS8mB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyovVS8mB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyovVS8mB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNyovVS8mB .row {
    flex-direction: column-reverse;
  }
  .cid-uNyovVS8mB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNyovVS8mB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNyovVS8mB .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uNyovVS8mB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNyobWXwrP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNyobWXwrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyobWXwrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNyobWXwrP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNyobWXwrP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNyobWXwrP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uNytwRM036 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNytwRM036 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNytwRM036 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uchr91CLUW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uchr91CLUW h6 {
  line-height: 1.2;
}
.cid-uchr91CLUW img,
.cid-uchr91CLUW .item-img {
  width: 100%;
}
.cid-uchr91CLUW .item:focus,
.cid-uchr91CLUW span:focus {
  outline: none;
}
.cid-uchr91CLUW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uchr91CLUW .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uchr91CLUW .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uchr91CLUW .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uchr91CLUW .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uchr91CLUW .mbr-section-title {
  color: #000000;
}
.cid-uchr91CLUW .mbr-text,
.cid-uchr91CLUW .mbr-section-btn {
  color: #000000;
}
.cid-uchr91CLUW .item-title {
  color: #000000;
  text-align: center;
}
.cid-uchr91CLUW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uchr91CLUW .item-text {
  color: #000000;
  text-align: center;
}
.cid-uchr91CLUW .content-head {
  max-width: 800px;
}
.cid-ud1US6t9BX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-15.webp");
}
.cid-ud1US6t9BX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud1US6t9BX .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-ud1US6t9BX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud1US6t9BX .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-ud1US6t9BX .card-title,
.cid-ud1US6t9BX .iconfont-wrapper,
.cid-ud1US6t9BX .card-text {
  color: #000000;
  text-align: center;
}
.cid-ud1US6t9BX .content-head {
  max-width: 800px;
}
.cid-ud1US6t9BX .mbr-section-title {
  color: #000000;
}
.cid-ud1US6t9BX .mbr-section-btn {
  text-align: center;
}
.cid-ud1US6t9BX .card-title,
.cid-ud1US6t9BX .iconfont-wrapper {
  color: #087E8B;
}
.cid-ud1US6t9BX .card-text,
.cid-ud1US6t9BX .mbr-section-btn {
  text-align: center;
}
.cid-uuyOueMZfw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuyOueMZfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuyOueMZfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuyOueMZfw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uuyOueMZfw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuyOueMZfw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000000;
}
.cid-uuyOueMZfw .panel-body,
.cid-uuyOueMZfw .card-header {
  padding: 1rem 0;
}
.cid-uuyOueMZfw .panel-title-edit {
  color: #000000;
}
.cid-tLdYHD757A {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-tLdYHD757A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdYHD757A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .row {
    text-align: center;
  }
  .cid-tLdYHD757A .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tLdYHD757A .google-map {
  height: 100%;
  position: relative;
}
.cid-tLdYHD757A .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .google-map iframe {
    min-height: 350px;
  }
}
.cid-tLdYHD757A .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLdYHD757A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLdYHD757A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLdYHD757A .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tLdYHD757A .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tLdYHD757A .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-tLdYHD757A .cardTitle,
  .cid-tLdYHD757A .item-wrap {
    text-align: center;
  }
}
.cid-tLdYHD757A ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tLdYHD757A .list,
.cid-tLdYHD757A .item-wrap {
  color: #000000;
}
.cid-tLdYHD757A .cardTitle DIV {
  text-align: left;
}
.cid-tLdYHD757A .cardTitle {
  text-align: left;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uciKu148ka {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uciKu148ka .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uciKu148ka .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uciKu148ka .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uciKu148ka .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uciKu148ka .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uciKu148ka .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uciKu148ka .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uciKu148ka .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uciKu148ka .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uciKu148ka .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uciKu148ka .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uciKu148ka .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uciKu148ka .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uciKu148ka .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uciKu148ka .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uciKu148ka .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uciKu148ka .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uciKu148ka .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uciKu148ka .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uciKu148ka .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uciKu148ka .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uciKu148ka .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uciKu148ka .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uciKu148ka .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uciKu148ka .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uciKu148ka .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uciKu148ka .nav-item:focus,
.cid-uciKu148ka .nav-link:focus {
  outline: none;
}
.cid-uciKu148ka .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uciKu148ka .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uciKu148ka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uciKu148ka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uciKu148ka .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uciKu148ka .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uciKu148ka .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uciKu148ka .navbar.opened {
  transition: all 0.3s;
}
.cid-uciKu148ka .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uciKu148ka .navbar .navbar-logo img {
  width: auto;
}
.cid-uciKu148ka .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uciKu148ka .navbar.collapsed {
  justify-content: center;
}
.cid-uciKu148ka .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uciKu148ka .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uciKu148ka .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uciKu148ka .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uciKu148ka .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uciKu148ka .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uciKu148ka .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uciKu148ka .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uciKu148ka .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uciKu148ka .navbar {
    min-height: 72px;
  }
  .cid-uciKu148ka .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uciKu148ka .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uciKu148ka .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uciKu148ka .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uciKu148ka .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uciKu148ka .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-uciKu148ka .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uciKu148ka .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uciKu148ka .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uciKu148ka .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uciKu148ka .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uciKu148ka .dropdown-item.active,
.cid-uciKu148ka .dropdown-item:active {
  background-color: transparent;
}
.cid-uciKu148ka .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uciKu148ka .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uciKu148ka .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uciKu148ka .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uciKu148ka .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uciKu148ka .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uciKu148ka ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uciKu148ka .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uciKu148ka .navbar-buttons {
    text-align: left;
  }
}
.cid-uciKu148ka button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uciKu148ka button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uciKu148ka button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uciKu148ka button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciKu148ka button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciKu148ka button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uciKu148ka nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciKu148ka nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uciKu148ka nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uciKu148ka nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciKu148ka .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uciKu148ka a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uciKu148ka .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uciKu148ka .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uciKu148ka .navbar {
    height: 70px;
  }
  .cid-uciKu148ka .navbar.opened {
    height: auto;
  }
  .cid-uciKu148ka .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uciKu148ka .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uciKu148ka .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uciKu148ka .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uciKu148ka .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uciKu148ka .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uciKu148ka .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uciKu148ka .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uciKu148ka .navbar-brand {
    margin-right: auto;
  }
  .cid-uciKu148ka .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uciKu148ka .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uciKu148ka .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uciKu148ka .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciKu148ka .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uciKu148ka .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uciKu148ka .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uciKu148ka .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uciKu148ka .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciKu148ka .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uciKu148ka .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uciKu1laxr {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uciKu1laxr .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uciKu1laxr {
    align-items: flex-end;
  }
  .cid-uciKu1laxr .row {
    justify-content: center;
  }
  .cid-uciKu1laxr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uciKu1laxr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uciKu1laxr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uciKu1laxr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uciKu1laxr .content-wrap {
    width: 100%;
  }
}
.cid-uciKu1laxr .mbr-section-title,
.cid-uciKu1laxr .mbr-section-subtitle {
  text-align: center;
}
.cid-uciKu1laxr .mbr-text,
.cid-uciKu1laxr .mbr-section-btn {
  text-align: center;
}
.cid-uHNLk8zXue {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uHNLk8zXue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNLk8zXue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNLk8zXue .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHNLk8zXue .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHNLk8zXue .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHNLk8zXue .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHNLk8zXue .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHNLk8zXue .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHNLk8zXue .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uHNLk8zXue .social-row {
  text-align: center;
}
.cid-uHNLk8zXue .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHNLk8zXue .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uHNLk8zXue .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHNLk8zXue .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ucvlHhFUw6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucvlHhFUw6 .item:focus,
.cid-ucvlHhFUw6 span:focus {
  outline: none;
}
.cid-ucvlHhFUw6 .item {
  cursor: pointer;
}
.cid-ucvlHhFUw6 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-ucvlHhFUw6 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-ucvlHhFUw6 .grid-container-1,
.cid-ucvlHhFUw6 .grid-container-2,
.cid-ucvlHhFUw6 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-ucvlHhFUw6 .grid-container-1,
  .cid-ucvlHhFUw6 .grid-container-2,
  .cid-ucvlHhFUw6 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-ucvlHhFUw6 .mbr-section-title {
  color: #000000;
}
.cid-ucvlHhFUw6 .mbr-text,
.cid-ucvlHhFUw6 .mbr-section-btn {
  color: #000000;
}
.cid-ucvlHhFUw6 .content-head {
  max-width: 800px;
}
.cid-ucvlHhFUw6 .container,
.cid-ucvlHhFUw6 .container-fluid {
  overflow: hidden;
}
.cid-ucvlHhFUw6 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-ucvlHhFUw6 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucvlHhFUw6 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucvlHhFUw6 .grid-item img {
    min-width: 35vw;
  }
}
.cid-ucvlHhFUw6 .grid-container-1,
.cid-ucvlHhFUw6 .grid-container-2,
.cid-ucvlHhFUw6 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-ucvlHhFUw6 .grid-container-1 {
  align-items: flex-end;
}
.cid-ucvlHhFUw6 .grid-container-2 {
  align-items: flex-start;
}
.cid-uIyRDEhD4E {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-uIyRDEhD4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyRDEhD4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uIyRDEhD4E .row {
    text-align: center;
  }
  .cid-uIyRDEhD4E .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIyRDEhD4E .google-map {
  height: 100%;
  position: relative;
}
.cid-uIyRDEhD4E .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIyRDEhD4E .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIyRDEhD4E .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRDEhD4E .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRDEhD4E .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRDEhD4E .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-uIyRDEhD4E .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uIyRDEhD4E .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uIyRDEhD4E .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uIyRDEhD4E .cardTitle,
  .cid-uIyRDEhD4E .item-wrap {
    text-align: center;
  }
}
.cid-uIyRDEhD4E ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIyRDEhD4E .list,
.cid-uIyRDEhD4E .item-wrap {
  color: #000000;
}
.cid-uIyRDEhD4E .cardTitle DIV {
  text-align: left;
}
.cid-uIyRDEhD4E .cardTitle {
  text-align: left;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uciLBOqGAP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uciLBOqGAP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uciLBOqGAP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uciLBOqGAP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uciLBOqGAP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uciLBOqGAP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uciLBOqGAP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uciLBOqGAP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uciLBOqGAP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uciLBOqGAP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uciLBOqGAP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uciLBOqGAP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uciLBOqGAP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uciLBOqGAP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uciLBOqGAP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uciLBOqGAP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uciLBOqGAP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uciLBOqGAP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uciLBOqGAP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uciLBOqGAP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uciLBOqGAP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uciLBOqGAP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uciLBOqGAP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uciLBOqGAP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uciLBOqGAP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uciLBOqGAP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uciLBOqGAP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uciLBOqGAP .nav-item:focus,
.cid-uciLBOqGAP .nav-link:focus {
  outline: none;
}
.cid-uciLBOqGAP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uciLBOqGAP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uciLBOqGAP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uciLBOqGAP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uciLBOqGAP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uciLBOqGAP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uciLBOqGAP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uciLBOqGAP .navbar.opened {
  transition: all 0.3s;
}
.cid-uciLBOqGAP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uciLBOqGAP .navbar .navbar-logo img {
  width: auto;
}
.cid-uciLBOqGAP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uciLBOqGAP .navbar.collapsed {
  justify-content: center;
}
.cid-uciLBOqGAP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uciLBOqGAP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uciLBOqGAP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uciLBOqGAP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uciLBOqGAP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uciLBOqGAP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uciLBOqGAP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uciLBOqGAP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uciLBOqGAP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uciLBOqGAP .navbar {
    min-height: 72px;
  }
  .cid-uciLBOqGAP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uciLBOqGAP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uciLBOqGAP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uciLBOqGAP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uciLBOqGAP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uciLBOqGAP .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-uciLBOqGAP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uciLBOqGAP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uciLBOqGAP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uciLBOqGAP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uciLBOqGAP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uciLBOqGAP .dropdown-item.active,
.cid-uciLBOqGAP .dropdown-item:active {
  background-color: transparent;
}
.cid-uciLBOqGAP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uciLBOqGAP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uciLBOqGAP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uciLBOqGAP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uciLBOqGAP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uciLBOqGAP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uciLBOqGAP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uciLBOqGAP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uciLBOqGAP .navbar-buttons {
    text-align: left;
  }
}
.cid-uciLBOqGAP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uciLBOqGAP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uciLBOqGAP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uciLBOqGAP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciLBOqGAP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciLBOqGAP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uciLBOqGAP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciLBOqGAP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uciLBOqGAP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uciLBOqGAP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciLBOqGAP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uciLBOqGAP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uciLBOqGAP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uciLBOqGAP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uciLBOqGAP .navbar {
    height: 70px;
  }
  .cid-uciLBOqGAP .navbar.opened {
    height: auto;
  }
  .cid-uciLBOqGAP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uciLBOqGAP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uciLBOqGAP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uciLBOqGAP .navbar-brand {
    margin-right: auto;
  }
  .cid-uciLBOqGAP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uciLBOqGAP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uciLBOqGAP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uciLBOqGAP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciLBOqGAP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uciLBOqGAP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uciLBOGtFC {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uciLBOGtFC .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uciLBOGtFC {
    align-items: flex-end;
  }
  .cid-uciLBOGtFC .row {
    justify-content: center;
  }
  .cid-uciLBOGtFC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uciLBOGtFC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uciLBOGtFC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uciLBOGtFC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uciLBOGtFC .content-wrap {
    width: 100%;
  }
}
.cid-uciLBOGtFC .mbr-section-title,
.cid-uciLBOGtFC .mbr-section-subtitle {
  text-align: center;
}
.cid-uciLBOGtFC .mbr-text,
.cid-uciLBOGtFC .mbr-section-btn {
  text-align: center;
}
.cid-uHNMlSqulr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-uHNMlSqulr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNMlSqulr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNMlSqulr .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHNMlSqulr .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHNMlSqulr .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHNMlSqulr .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHNMlSqulr .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHNMlSqulr .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHNMlSqulr .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uHNMlSqulr .social-row {
  text-align: center;
}
.cid-uHNMlSqulr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHNMlSqulr .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uHNMlSqulr .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHNMlSqulr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uuvDrRDsYs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uuvDrRDsYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvDrRDsYs .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uuvDrRDsYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuvDrRDsYs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuvDrRDsYs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuvDrRDsYs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uuvDrRDsYs .card-title,
.cid-uuvDrRDsYs .iconfont-wrapper {
  color: #000000;
}
.cid-uuvDrRDsYs .card-text {
  color: #000000;
}
.cid-uuvDrRDsYs .content-head {
  max-width: 800px;
}
.cid-uuvDrRDsYs .mbr-section-title {
  color: #000000;
}
.cid-uuvHOxjXQn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uuvHOxjXQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvHOxjXQn .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-uuvHOxjXQn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvHOxjXQn .row {
  flex-direction: row-reverse;
}
.cid-uuvHOxjXQn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuvHOxjXQn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuvHOxjXQn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuvHOxjXQn .mbr-section-title {
  color: #000000;
}
.cid-uuvHOxjXQn .mbr-text,
.cid-uuvHOxjXQn .mbr-section-btn {
  color: #232323;
}
.cid-uuvJaRjUxa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uuvJaRjUxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvJaRjUxa .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-uuvJaRjUxa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvJaRjUxa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuvJaRjUxa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuvJaRjUxa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuvJaRjUxa .mbr-section-title {
  color: #000000;
}
.cid-uuvJaRjUxa .mbr-text,
.cid-uuvJaRjUxa .mbr-section-btn {
  color: #232323;
}
.cid-uuvKiE8Tdq {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuvKiE8Tdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvKiE8Tdq .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-uuvKiE8Tdq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvKiE8Tdq .row {
  flex-direction: row-reverse;
}
.cid-uuvKiE8Tdq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuvKiE8Tdq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuvKiE8Tdq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuvKiE8Tdq .mbr-section-title {
  color: #000000;
}
.cid-uuvKiE8Tdq .mbr-text,
.cid-uuvKiE8Tdq .mbr-section-btn {
  color: #232323;
}
.cid-uuvL6GZQ9X {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uuvL6GZQ9X .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uuvL6GZQ9X .panel-group {
  border: none;
}
.cid-uuvL6GZQ9X .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uuvL6GZQ9X .card-header {
    padding: 0rem;
  }
}
.cid-uuvL6GZQ9X .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uuvL6GZQ9X .img-col {
  padding: 0;
}
.cid-uuvL6GZQ9X .img-item {
  height: 100%;
}
.cid-uuvL6GZQ9X img {
  height: 100%;
  object-fit: cover;
}
.cid-uuvL6GZQ9X .collapsed span {
  transform: rotate(0deg);
}
.cid-uuvL6GZQ9X .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuvL6GZQ9X p {
  margin-bottom: 0.3rem;
}
.cid-uuvL6GZQ9X .panel-title-edit {
  color: #000000;
}
.cid-uuvL6GZQ9X .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uuvL6GZQ9X .card {
  background: #fafafa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uuvL6GZQ9X .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuvL6GZQ9X .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uuvL6GZQ9X .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uuvL6GZQ9X .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uuvL6GZQ9X .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uuvL6GZQ9X .panel-title-edit,
.cid-uuvL6GZQ9X .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uuvL6GZQ9X .panel-title-edit,
.cid-uuvL6GZQ9X .mbr-iconfont P {
  text-align: center;
}
.cid-uuvLT0SYNN {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uuvLT0SYNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvLT0SYNN .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-uuvLT0SYNN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvLT0SYNN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuvLT0SYNN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuvLT0SYNN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuvLT0SYNN .mbr-section-title {
  color: #000000;
}
.cid-uuvLT0SYNN .mbr-text,
.cid-uuvLT0SYNN .mbr-section-btn {
  color: #232323;
}
.cid-uuvMZTepuE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uuvMZTepuE .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uuvMZTepuE .panel-group {
  border: none;
}
.cid-uuvMZTepuE .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uuvMZTepuE .card-header {
    padding: 0rem;
  }
}
.cid-uuvMZTepuE .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uuvMZTepuE .img-col {
  padding: 0;
}
.cid-uuvMZTepuE .img-item {
  height: 100%;
}
.cid-uuvMZTepuE img {
  height: 100%;
  object-fit: cover;
}
.cid-uuvMZTepuE .collapsed span {
  transform: rotate(0deg);
}
.cid-uuvMZTepuE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuvMZTepuE p {
  margin-bottom: 0.3rem;
}
.cid-uuvMZTepuE .panel-title-edit {
  color: #000000;
}
.cid-uuvMZTepuE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uuvMZTepuE .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uuvMZTepuE .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuvMZTepuE .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uuvMZTepuE .panel-text {
  color: #000000;
}
.cid-uuvMZTepuE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uuvMZTepuE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uuvMZTepuE .panel-title-edit,
.cid-uuvMZTepuE .mbr-iconfont {
  color: #000000;
}
.cid-uuFrFKaoEJ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuFrFKaoEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuFrFKaoEJ .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-uuFrFKaoEJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuFrFKaoEJ .row {
  flex-direction: row-reverse;
}
.cid-uuFrFKaoEJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuFrFKaoEJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuFrFKaoEJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuFrFKaoEJ .mbr-section-title {
  color: #000000;
}
.cid-uuFrFKaoEJ .mbr-text,
.cid-uuFrFKaoEJ .mbr-section-btn {
  color: #232323;
}
.cid-uqIMOw5osb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqIMOw5osb .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqIMOw5osb .panel-group {
  border: none;
}
.cid-uqIMOw5osb .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqIMOw5osb .card-header {
    padding: 0rem;
  }
}
.cid-uqIMOw5osb .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqIMOw5osb .img-col {
  padding: 0;
}
.cid-uqIMOw5osb .img-item {
  height: 100%;
}
.cid-uqIMOw5osb img {
  height: 100%;
  object-fit: cover;
}
.cid-uqIMOw5osb .collapsed span {
  transform: rotate(0deg);
}
.cid-uqIMOw5osb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqIMOw5osb p {
  margin-bottom: 0.3rem;
}
.cid-uqIMOw5osb .panel-title-edit {
  color: #000000;
}
.cid-uqIMOw5osb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqIMOw5osb .card {
  background: #fafafa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqIMOw5osb .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqIMOw5osb .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqIMOw5osb .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uqIMOw5osb .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqIMOw5osb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqIMOw5osb .panel-title-edit,
.cid-uqIMOw5osb .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uqIMOw5osb .panel-title-edit,
.cid-uqIMOw5osb .mbr-iconfont P {
  text-align: center;
}
.cid-uqINDdAW2g {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uqINDdAW2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqINDdAW2g .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-uqINDdAW2g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqINDdAW2g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqINDdAW2g .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqINDdAW2g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqINDdAW2g .mbr-section-title {
  color: #000000;
}
.cid-uqINDdAW2g .mbr-text,
.cid-uqINDdAW2g .mbr-section-btn {
  color: #232323;
}
.cid-uqIMqcuvgm {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uqIMqcuvgm .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqIMqcuvgm .panel-group {
  border: none;
}
.cid-uqIMqcuvgm .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqIMqcuvgm .card-header {
    padding: 0rem;
  }
}
.cid-uqIMqcuvgm .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqIMqcuvgm .img-col {
  padding: 0;
}
.cid-uqIMqcuvgm .img-item {
  height: 100%;
}
.cid-uqIMqcuvgm img {
  height: 100%;
  object-fit: cover;
}
.cid-uqIMqcuvgm .collapsed span {
  transform: rotate(0deg);
}
.cid-uqIMqcuvgm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqIMqcuvgm p {
  margin-bottom: 0.3rem;
}
.cid-uqIMqcuvgm .panel-title-edit {
  color: #000000;
}
.cid-uqIMqcuvgm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqIMqcuvgm .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqIMqcuvgm .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqIMqcuvgm .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqIMqcuvgm .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uqIMqcuvgm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqIMqcuvgm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqIMqcuvgm .panel-title-edit,
.cid-uqIMqcuvgm .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uqIMqcuvgm .panel-title-edit,
.cid-uqIMqcuvgm .mbr-iconfont P {
  text-align: center;
}
.cid-uqIOdjcQxG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uqIOdjcQxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIOdjcQxG .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-uqIOdjcQxG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqIOdjcQxG .row {
  flex-direction: row-reverse;
}
.cid-uqIOdjcQxG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqIOdjcQxG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqIOdjcQxG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqIOdjcQxG .mbr-section-title {
  color: #000000;
}
.cid-uqIOdjcQxG .mbr-text,
.cid-uqIOdjcQxG .mbr-section-btn {
  color: #232323;
}
.cid-uqIO1h3PUw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqIO1h3PUw .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqIO1h3PUw .panel-group {
  border: none;
}
.cid-uqIO1h3PUw .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqIO1h3PUw .card-header {
    padding: 0rem;
  }
}
.cid-uqIO1h3PUw .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqIO1h3PUw .img-col {
  padding: 0;
}
.cid-uqIO1h3PUw .img-item {
  height: 100%;
}
.cid-uqIO1h3PUw img {
  height: 100%;
  object-fit: cover;
}
.cid-uqIO1h3PUw .collapsed span {
  transform: rotate(0deg);
}
.cid-uqIO1h3PUw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqIO1h3PUw p {
  margin-bottom: 0.3rem;
}
.cid-uqIO1h3PUw .panel-title-edit {
  color: #000000;
}
.cid-uqIO1h3PUw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqIO1h3PUw .card {
  background: #fafafa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqIO1h3PUw .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqIO1h3PUw .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqIO1h3PUw .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uqIO1h3PUw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqIO1h3PUw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqIO1h3PUw .panel-title-edit,
.cid-uqIO1h3PUw .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uqIO1h3PUw .panel-title-edit,
.cid-uqIO1h3PUw .mbr-iconfont P {
  text-align: center;
}
.cid-uqIPmBFk5f {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uqIPmBFk5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIPmBFk5f .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-uqIPmBFk5f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqIPmBFk5f .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqIPmBFk5f .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqIPmBFk5f .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqIPmBFk5f .mbr-section-title {
  color: #000000;
}
.cid-uqIPmBFk5f .mbr-text,
.cid-uqIPmBFk5f .mbr-section-btn {
  color: #232323;
}
.cid-uqIMsMS0WX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uqIMsMS0WX .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqIMsMS0WX .panel-group {
  border: none;
}
.cid-uqIMsMS0WX .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqIMsMS0WX .card-header {
    padding: 0rem;
  }
}
.cid-uqIMsMS0WX .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqIMsMS0WX .img-col {
  padding: 0;
}
.cid-uqIMsMS0WX .img-item {
  height: 100%;
}
.cid-uqIMsMS0WX img {
  height: 100%;
  object-fit: cover;
}
.cid-uqIMsMS0WX .collapsed span {
  transform: rotate(0deg);
}
.cid-uqIMsMS0WX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqIMsMS0WX p {
  margin-bottom: 0.3rem;
}
.cid-uqIMsMS0WX .panel-title-edit {
  color: #000000;
}
.cid-uqIMsMS0WX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqIMsMS0WX .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqIMsMS0WX .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqIMsMS0WX .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqIMsMS0WX .panel-text {
  color: #000000;
}
.cid-uqIMsMS0WX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqIMsMS0WX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqIMsMS0WX .panel-title-edit,
.cid-uqIMsMS0WX .mbr-iconfont {
  color: #000000;
}
.cid-uuvFbwZESe {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuvFbwZESe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvFbwZESe .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-uuvFbwZESe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvFbwZESe .row {
  flex-direction: row-reverse;
}
.cid-uuvFbwZESe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuvFbwZESe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuvFbwZESe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuvFbwZESe .mbr-section-title {
  color: #000000;
}
.cid-uuvFbwZESe .mbr-text,
.cid-uuvFbwZESe .mbr-section-btn {
  color: #232323;
}
.cid-uuvFEzYDQZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uuvFEzYDQZ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uuvFEzYDQZ .panel-group {
  border: none;
}
.cid-uuvFEzYDQZ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uuvFEzYDQZ .card-header {
    padding: 0rem;
  }
}
.cid-uuvFEzYDQZ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uuvFEzYDQZ .img-col {
  padding: 0;
}
.cid-uuvFEzYDQZ .img-item {
  height: 100%;
}
.cid-uuvFEzYDQZ img {
  height: 100%;
  object-fit: cover;
}
.cid-uuvFEzYDQZ .collapsed span {
  transform: rotate(0deg);
}
.cid-uuvFEzYDQZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuvFEzYDQZ p {
  margin-bottom: 0.3rem;
}
.cid-uuvFEzYDQZ .panel-title-edit {
  color: #000000;
}
.cid-uuvFEzYDQZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uuvFEzYDQZ .card {
  background: #fafafa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uuvFEzYDQZ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuvFEzYDQZ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uuvFEzYDQZ .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uuvFEzYDQZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uuvFEzYDQZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uuvFEzYDQZ .panel-title-edit,
.cid-uuvFEzYDQZ .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uuvFEzYDQZ .panel-title-edit,
.cid-uuvFEzYDQZ .mbr-iconfont P {
  text-align: center;
}
.cid-uuvGjIe1Hn {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uuvGjIe1Hn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvGjIe1Hn .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-uuvGjIe1Hn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvGjIe1Hn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuvGjIe1Hn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuvGjIe1Hn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuvGjIe1Hn .mbr-section-title {
  color: #000000;
}
.cid-uuvGjIe1Hn .mbr-text,
.cid-uuvGjIe1Hn .mbr-section-btn {
  color: #232323;
}
.cid-uuvGlABLqN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uuvGlABLqN .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uuvGlABLqN .panel-group {
  border: none;
}
.cid-uuvGlABLqN .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uuvGlABLqN .card-header {
    padding: 0rem;
  }
}
.cid-uuvGlABLqN .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uuvGlABLqN .img-col {
  padding: 0;
}
.cid-uuvGlABLqN .img-item {
  height: 100%;
}
.cid-uuvGlABLqN img {
  height: 100%;
  object-fit: cover;
}
.cid-uuvGlABLqN .collapsed span {
  transform: rotate(0deg);
}
.cid-uuvGlABLqN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuvGlABLqN p {
  margin-bottom: 0.3rem;
}
.cid-uuvGlABLqN .panel-title-edit {
  color: #000000;
}
.cid-uuvGlABLqN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uuvGlABLqN .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uuvGlABLqN .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuvGlABLqN .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uuvGlABLqN .panel-text {
  color: #000000;
}
.cid-uuvGlABLqN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uuvGlABLqN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uuvGlABLqN .panel-title-edit,
.cid-uuvGlABLqN .mbr-iconfont {
  color: #000000;
}
.cid-uIyROJdBsy {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #fffff9;
}
.cid-uIyROJdBsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyROJdBsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uIyROJdBsy .row {
    text-align: center;
  }
  .cid-uIyROJdBsy .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIyROJdBsy .google-map {
  height: 100%;
  position: relative;
}
.cid-uIyROJdBsy .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIyROJdBsy .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIyROJdBsy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyROJdBsy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyROJdBsy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyROJdBsy .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-uIyROJdBsy .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uIyROJdBsy .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uIyROJdBsy .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uIyROJdBsy .cardTitle,
  .cid-uIyROJdBsy .item-wrap {
    text-align: center;
  }
}
.cid-uIyROJdBsy ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIyROJdBsy .list,
.cid-uIyROJdBsy .item-wrap {
  color: #000000;
}
.cid-uIyROJdBsy .cardTitle DIV {
  text-align: left;
}
.cid-uIyROJdBsy .cardTitle {
  text-align: left;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uciL5C4ZGg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uciL5C4ZGg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uciL5C4ZGg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uciL5C4ZGg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uciL5C4ZGg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uciL5C4ZGg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uciL5C4ZGg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uciL5C4ZGg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uciL5C4ZGg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uciL5C4ZGg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uciL5C4ZGg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uciL5C4ZGg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uciL5C4ZGg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uciL5C4ZGg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uciL5C4ZGg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uciL5C4ZGg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uciL5C4ZGg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uciL5C4ZGg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uciL5C4ZGg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uciL5C4ZGg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uciL5C4ZGg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uciL5C4ZGg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uciL5C4ZGg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uciL5C4ZGg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uciL5C4ZGg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uciL5C4ZGg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uciL5C4ZGg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uciL5C4ZGg .nav-item:focus,
.cid-uciL5C4ZGg .nav-link:focus {
  outline: none;
}
.cid-uciL5C4ZGg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uciL5C4ZGg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uciL5C4ZGg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uciL5C4ZGg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uciL5C4ZGg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uciL5C4ZGg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uciL5C4ZGg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uciL5C4ZGg .navbar.opened {
  transition: all 0.3s;
}
.cid-uciL5C4ZGg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uciL5C4ZGg .navbar .navbar-logo img {
  width: auto;
}
.cid-uciL5C4ZGg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uciL5C4ZGg .navbar.collapsed {
  justify-content: center;
}
.cid-uciL5C4ZGg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uciL5C4ZGg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uciL5C4ZGg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uciL5C4ZGg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uciL5C4ZGg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uciL5C4ZGg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uciL5C4ZGg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uciL5C4ZGg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uciL5C4ZGg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uciL5C4ZGg .navbar {
    min-height: 72px;
  }
  .cid-uciL5C4ZGg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uciL5C4ZGg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uciL5C4ZGg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uciL5C4ZGg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uciL5C4ZGg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uciL5C4ZGg .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-uciL5C4ZGg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uciL5C4ZGg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uciL5C4ZGg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uciL5C4ZGg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uciL5C4ZGg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uciL5C4ZGg .dropdown-item.active,
.cid-uciL5C4ZGg .dropdown-item:active {
  background-color: transparent;
}
.cid-uciL5C4ZGg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uciL5C4ZGg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uciL5C4ZGg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uciL5C4ZGg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uciL5C4ZGg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uciL5C4ZGg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uciL5C4ZGg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uciL5C4ZGg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uciL5C4ZGg .navbar-buttons {
    text-align: left;
  }
}
.cid-uciL5C4ZGg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uciL5C4ZGg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uciL5C4ZGg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uciL5C4ZGg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciL5C4ZGg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciL5C4ZGg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uciL5C4ZGg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciL5C4ZGg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uciL5C4ZGg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uciL5C4ZGg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciL5C4ZGg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uciL5C4ZGg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uciL5C4ZGg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uciL5C4ZGg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uciL5C4ZGg .navbar {
    height: 70px;
  }
  .cid-uciL5C4ZGg .navbar.opened {
    height: auto;
  }
  .cid-uciL5C4ZGg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uciL5C4ZGg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uciL5C4ZGg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uciL5C4ZGg .navbar-brand {
    margin-right: auto;
  }
  .cid-uciL5C4ZGg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uciL5C4ZGg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uciL5C4ZGg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uciL5C4ZGg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciL5C4ZGg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uciL5C4ZGg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uciL5CjtTd {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uciL5CjtTd .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uciL5CjtTd {
    align-items: flex-end;
  }
  .cid-uciL5CjtTd .row {
    justify-content: center;
  }
  .cid-uciL5CjtTd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uciL5CjtTd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uciL5CjtTd {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uciL5CjtTd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uciL5CjtTd .content-wrap {
    width: 100%;
  }
}
.cid-uciL5CjtTd .mbr-section-title,
.cid-uciL5CjtTd .mbr-section-subtitle {
  text-align: center;
}
.cid-uciL5CjtTd .mbr-text,
.cid-uciL5CjtTd .mbr-section-btn {
  text-align: center;
}
.cid-uHNLLR2Ixr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uHNLLR2Ixr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNLLR2Ixr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNLLR2Ixr .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHNLLR2Ixr .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHNLLR2Ixr .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHNLLR2Ixr .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHNLLR2Ixr .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHNLLR2Ixr .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHNLLR2Ixr .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uHNLLR2Ixr .social-row {
  text-align: center;
}
.cid-uHNLLR2Ixr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHNLLR2Ixr .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uHNLLR2Ixr .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHNLLR2Ixr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uqIGRZLG0Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uqIGRZLG0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIGRZLG0Z .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uqIGRZLG0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIGRZLG0Z .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqIGRZLG0Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqIGRZLG0Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uqIGRZLG0Z .card-title,
.cid-uqIGRZLG0Z .iconfont-wrapper {
  color: #000000;
}
.cid-uqIGRZLG0Z .card-text {
  color: #000000;
}
.cid-uqIGRZLG0Z .content-head {
  max-width: 800px;
}
.cid-uqIGRZLG0Z .mbr-section-title {
  color: #000000;
}
.cid-uqIGO7Plgs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqIGO7Plgs {
    padding-bottom: 2rem;
  }
}
.cid-uqIGO7Plgs img,
.cid-uqIGO7Plgs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uqIGO7Plgs img,
  .cid-uqIGO7Plgs .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-uqIGO7Plgs .mbr-text {
  color: #000000;
}
.cid-uqIGO7Plgs .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uqIGO7Plgs .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqIGO7Plgs .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uqIGO7Plgs .mbr-text UL {
  text-align: left;
}
.cid-uqIGO7Plgs .mbr-section-subtitle,
.cid-uqIGO7Plgs .main-button {
  color: #000000;
}
.cid-uqIGO7Plgs .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uqIGO7Plgs .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uqIGO7Plgs .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqIGO7Plgs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqIGO7Plgs .item-title {
  text-align: center;
}
.cid-uqIGO7Plgs .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqIGO7Plgs .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uqIGT2zOaI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uqIGT2zOaI {
    padding-bottom: 2rem;
  }
}
.cid-uqIGT2zOaI img,
.cid-uqIGT2zOaI .item-img {
  width: 100%;
  height: 100%;
}
.cid-uqIGT2zOaI .row {
  flex-direction: row-reverse;
}
.cid-uqIGT2zOaI .mbr-text {
  color: #000000;
}
.cid-uqIGT2zOaI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uqIGT2zOaI .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqIGT2zOaI .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uqIGT2zOaI .mbr-text UL {
  text-align: left;
}
.cid-uqIGT2zOaI .mbr-section-subtitle,
.cid-uqIGT2zOaI .main-button {
  color: #000000;
}
.cid-uqIGT2zOaI .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uqIGT2zOaI .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uqIGT2zOaI .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqIGT2zOaI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqIGT2zOaI .item-title {
  text-align: center;
}
.cid-uqIGT2zOaI .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqIGT2zOaI .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uqIGTUEoFR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqIGTUEoFR {
    padding-bottom: 2rem;
  }
}
.cid-uqIGTUEoFR img,
.cid-uqIGTUEoFR .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uqIGTUEoFR img,
  .cid-uqIGTUEoFR .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-uqIGTUEoFR .mbr-text {
  color: #000000;
}
.cid-uqIGTUEoFR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uqIGTUEoFR .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqIGTUEoFR .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uqIGTUEoFR .mbr-text UL {
  text-align: left;
}
.cid-uqIGTUEoFR .mbr-section-subtitle,
.cid-uqIGTUEoFR .main-button {
  color: #000000;
}
.cid-uqIGTUEoFR .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uqIGTUEoFR .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uqIGTUEoFR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqIGTUEoFR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqIGTUEoFR .item-title {
  text-align: center;
}
.cid-uqIGTUEoFR .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqIGTUEoFR .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uqIGUvOQqV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uqIGUvOQqV {
    padding-bottom: 2rem;
  }
}
.cid-uqIGUvOQqV img,
.cid-uqIGUvOQqV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uqIGUvOQqV img,
  .cid-uqIGUvOQqV .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-uqIGUvOQqV .row {
  flex-direction: row-reverse;
}
.cid-uqIGUvOQqV .mbr-text {
  color: #000000;
}
.cid-uqIGUvOQqV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uqIGUvOQqV .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqIGUvOQqV .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uqIGUvOQqV .mbr-text UL {
  text-align: left;
}
.cid-uqIGUvOQqV .mbr-section-subtitle,
.cid-uqIGUvOQqV .main-button {
  color: #000000;
}
.cid-uqIGUvOQqV .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uqIGUvOQqV .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uqIGUvOQqV .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqIGUvOQqV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqIGUvOQqV .item-title {
  text-align: center;
}
.cid-uqIGUvOQqV .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqIGUvOQqV .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uqIGXz2tpS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uqIGXz2tpS .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqIGXz2tpS .panel-group {
  border: none;
}
.cid-uqIGXz2tpS .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqIGXz2tpS .card-header {
    padding: 0rem;
  }
}
.cid-uqIGXz2tpS .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqIGXz2tpS .img-col {
  padding: 0;
}
.cid-uqIGXz2tpS .img-item {
  height: 100%;
}
.cid-uqIGXz2tpS img {
  height: 100%;
  object-fit: cover;
}
.cid-uqIGXz2tpS .collapsed span {
  transform: rotate(0deg);
}
.cid-uqIGXz2tpS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqIGXz2tpS p {
  margin-bottom: 0.3rem;
}
.cid-uqIGXz2tpS .panel-title-edit {
  color: #000000;
}
.cid-uqIGXz2tpS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqIGXz2tpS .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqIGXz2tpS .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqIGXz2tpS .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqIGXz2tpS .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uqIGXz2tpS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqIGXz2tpS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqIGXz2tpS .panel-title-edit,
.cid-uqIGXz2tpS .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uqIGXz2tpS .panel-title-edit,
.cid-uqIGXz2tpS .mbr-iconfont P {
  text-align: center;
}
.cid-uHIjoHE2Ia {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHIjoHE2Ia {
    padding-bottom: 2rem;
  }
}
.cid-uHIjoHE2Ia img,
.cid-uHIjoHE2Ia .item-img {
  width: 100%;
  height: 100%;
}
.cid-uHIjoHE2Ia .mbr-text {
  color: #000000;
}
.cid-uHIjoHE2Ia .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHIjoHE2Ia .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHIjoHE2Ia .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHIjoHE2Ia .mbr-text UL {
  text-align: left;
}
.cid-uHIjoHE2Ia .mbr-section-subtitle,
.cid-uHIjoHE2Ia .main-button {
  color: #000000;
}
.cid-uHIjoHE2Ia .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHIjoHE2Ia .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uHIjoHE2Ia .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHIjoHE2Ia .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHIjoHE2Ia .item-title {
  text-align: center;
}
.cid-uHIjoHE2Ia .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHIjoHE2Ia .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uHIkawCZR1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uHIkawCZR1 {
    padding-bottom: 2rem;
  }
}
.cid-uHIkawCZR1 img,
.cid-uHIkawCZR1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uHIkawCZR1 img,
  .cid-uHIkawCZR1 .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-uHIkawCZR1 .row {
  flex-direction: row-reverse;
}
.cid-uHIkawCZR1 .mbr-text {
  color: #000000;
}
.cid-uHIkawCZR1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHIkawCZR1 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHIkawCZR1 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHIkawCZR1 .mbr-text UL {
  text-align: left;
}
.cid-uHIkawCZR1 .mbr-section-subtitle,
.cid-uHIkawCZR1 .main-button {
  color: #000000;
}
.cid-uHIkawCZR1 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHIkawCZR1 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uHIkawCZR1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHIkawCZR1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHIkawCZR1 .item-title {
  text-align: center;
}
.cid-uHIkawCZR1 .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHIkawCZR1 .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uIyRJsi15M {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #fffff9;
}
.cid-uIyRJsi15M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyRJsi15M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uIyRJsi15M .row {
    text-align: center;
  }
  .cid-uIyRJsi15M .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIyRJsi15M .google-map {
  height: 100%;
  position: relative;
}
.cid-uIyRJsi15M .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIyRJsi15M .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIyRJsi15M .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRJsi15M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRJsi15M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRJsi15M .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-uIyRJsi15M .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uIyRJsi15M .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uIyRJsi15M .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uIyRJsi15M .cardTitle,
  .cid-uIyRJsi15M .item-wrap {
    text-align: center;
  }
}
.cid-uIyRJsi15M ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIyRJsi15M .list,
.cid-uIyRJsi15M .item-wrap {
  color: #000000;
}
.cid-uIyRJsi15M .cardTitle DIV {
  text-align: left;
}
.cid-uIyRJsi15M .cardTitle {
  text-align: left;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uciDw91fQb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uciDw91fQb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uciDw91fQb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uciDw91fQb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uciDw91fQb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uciDw91fQb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uciDw91fQb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uciDw91fQb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uciDw91fQb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uciDw91fQb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uciDw91fQb .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uciDw91fQb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uciDw91fQb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uciDw91fQb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uciDw91fQb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uciDw91fQb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uciDw91fQb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uciDw91fQb .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uciDw91fQb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uciDw91fQb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uciDw91fQb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uciDw91fQb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uciDw91fQb .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uciDw91fQb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uciDw91fQb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uciDw91fQb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uciDw91fQb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uciDw91fQb .nav-item:focus,
.cid-uciDw91fQb .nav-link:focus {
  outline: none;
}
.cid-uciDw91fQb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uciDw91fQb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uciDw91fQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uciDw91fQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uciDw91fQb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uciDw91fQb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uciDw91fQb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uciDw91fQb .navbar.opened {
  transition: all 0.3s;
}
.cid-uciDw91fQb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uciDw91fQb .navbar .navbar-logo img {
  width: auto;
}
.cid-uciDw91fQb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uciDw91fQb .navbar.collapsed {
  justify-content: center;
}
.cid-uciDw91fQb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uciDw91fQb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uciDw91fQb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uciDw91fQb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uciDw91fQb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uciDw91fQb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uciDw91fQb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uciDw91fQb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uciDw91fQb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uciDw91fQb .navbar {
    min-height: 72px;
  }
  .cid-uciDw91fQb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uciDw91fQb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uciDw91fQb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uciDw91fQb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uciDw91fQb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uciDw91fQb .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-uciDw91fQb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uciDw91fQb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uciDw91fQb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uciDw91fQb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uciDw91fQb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uciDw91fQb .dropdown-item.active,
.cid-uciDw91fQb .dropdown-item:active {
  background-color: transparent;
}
.cid-uciDw91fQb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uciDw91fQb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uciDw91fQb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uciDw91fQb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uciDw91fQb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uciDw91fQb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uciDw91fQb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uciDw91fQb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uciDw91fQb .navbar-buttons {
    text-align: left;
  }
}
.cid-uciDw91fQb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uciDw91fQb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uciDw91fQb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uciDw91fQb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciDw91fQb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciDw91fQb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uciDw91fQb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciDw91fQb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uciDw91fQb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uciDw91fQb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciDw91fQb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uciDw91fQb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uciDw91fQb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uciDw91fQb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uciDw91fQb .navbar {
    height: 70px;
  }
  .cid-uciDw91fQb .navbar.opened {
    height: auto;
  }
  .cid-uciDw91fQb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uciDw91fQb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uciDw91fQb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uciDw91fQb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uciDw91fQb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uciDw91fQb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uciDw91fQb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uciDw91fQb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uciDw91fQb .navbar-brand {
    margin-right: auto;
  }
  .cid-uciDw91fQb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uciDw91fQb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uciDw91fQb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uciDw91fQb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciDw91fQb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uciDw91fQb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uciDw91fQb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uciDw91fQb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uciDw91fQb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciDw91fQb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uciDw91fQb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uciDw9nkS5 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uciDw9nkS5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uciDw9nkS5 {
    align-items: flex-end;
  }
  .cid-uciDw9nkS5 .row {
    justify-content: center;
  }
  .cid-uciDw9nkS5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uciDw9nkS5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uciDw9nkS5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uciDw9nkS5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uciDw9nkS5 .content-wrap {
    width: 100%;
  }
}
.cid-uciDw9nkS5 .mbr-section-title,
.cid-uciDw9nkS5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uciDw9nkS5 .mbr-text,
.cid-uciDw9nkS5 .mbr-section-btn {
  text-align: center;
}
.cid-uHNKfniIjG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-uHNKfniIjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNKfniIjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNKfniIjG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHNKfniIjG .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHNKfniIjG .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHNKfniIjG .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHNKfniIjG .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHNKfniIjG .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHNKfniIjG .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uHNKfniIjG .social-row {
  text-align: center;
}
.cid-uHNKfniIjG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHNKfniIjG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uHNKfniIjG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHNKfniIjG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uuvAEpxb4A {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uuvAEpxb4A img,
.cid-uuvAEpxb4A .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uuvAEpxb4A img,
  .cid-uuvAEpxb4A .item-img {
    max-height: 300px;
  }
}
.cid-uuvAEpxb4A .item:focus,
.cid-uuvAEpxb4A span:focus {
  outline: none;
}
.cid-uuvAEpxb4A .item-wrapper {
  position: relative;
}
.cid-uuvAEpxb4A .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uuvAEpxb4A .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuvAEpxb4A .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uuvAEpxb4A .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uuvAEpxb4A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuvAEpxb4A .mbr-section-title {
  color: #232323;
}
.cid-uuvAEpxb4A .mbr-text,
.cid-uuvAEpxb4A .mbr-section-btn {
  text-align: left;
}
.cid-uuvAEpxb4A .item-title {
  text-align: center;
}
.cid-uuvAEpxb4A .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uuvAEpxb4A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uuvAEpxb4A .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uuvAEpxb4A .embla__button--next,
.cid-uuvAEpxb4A .embla__button--prev {
  display: flex;
}
.cid-uuvAEpxb4A .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uuvAEpxb4A .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uuvAEpxb4A .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uuvAEpxb4A .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuvAEpxb4A .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuvAEpxb4A .embla__button {
    top: auto;
  }
}
.cid-uuvAEpxb4A .embla {
  position: relative;
  width: 100%;
}
.cid-uuvAEpxb4A .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uuvAEpxb4A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uuvAEpxb4A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uuvAEpxb4A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uuvAEpxb4A .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uuvAEpxb4A .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uuvAEpxb4A .content-head {
  max-width: 800px;
}
.cid-uIyRpNEem5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-uIyRpNEem5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyRpNEem5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uIyRpNEem5 .row {
    text-align: center;
  }
  .cid-uIyRpNEem5 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIyRpNEem5 .google-map {
  height: 100%;
  position: relative;
}
.cid-uIyRpNEem5 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIyRpNEem5 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIyRpNEem5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRpNEem5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRpNEem5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRpNEem5 .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-uIyRpNEem5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uIyRpNEem5 .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uIyRpNEem5 .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uIyRpNEem5 .cardTitle,
  .cid-uIyRpNEem5 .item-wrap {
    text-align: center;
  }
}
.cid-uIyRpNEem5 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIyRpNEem5 .list,
.cid-uIyRpNEem5 .item-wrap {
  color: #000000;
}
.cid-uIyRpNEem5 .cardTitle DIV {
  text-align: left;
}
.cid-uIyRpNEem5 .cardTitle {
  text-align: left;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uciEOtuG4Y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uciEOtuG4Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uciEOtuG4Y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uciEOtuG4Y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uciEOtuG4Y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uciEOtuG4Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uciEOtuG4Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uciEOtuG4Y .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uciEOtuG4Y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uciEOtuG4Y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uciEOtuG4Y .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uciEOtuG4Y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uciEOtuG4Y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uciEOtuG4Y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uciEOtuG4Y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uciEOtuG4Y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uciEOtuG4Y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uciEOtuG4Y .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uciEOtuG4Y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uciEOtuG4Y .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uciEOtuG4Y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uciEOtuG4Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uciEOtuG4Y .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uciEOtuG4Y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uciEOtuG4Y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uciEOtuG4Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uciEOtuG4Y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uciEOtuG4Y .nav-item:focus,
.cid-uciEOtuG4Y .nav-link:focus {
  outline: none;
}
.cid-uciEOtuG4Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uciEOtuG4Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uciEOtuG4Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uciEOtuG4Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uciEOtuG4Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uciEOtuG4Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uciEOtuG4Y .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uciEOtuG4Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uciEOtuG4Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uciEOtuG4Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uciEOtuG4Y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uciEOtuG4Y .navbar.collapsed {
  justify-content: center;
}
.cid-uciEOtuG4Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uciEOtuG4Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uciEOtuG4Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uciEOtuG4Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uciEOtuG4Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uciEOtuG4Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uciEOtuG4Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uciEOtuG4Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uciEOtuG4Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uciEOtuG4Y .navbar {
    min-height: 72px;
  }
  .cid-uciEOtuG4Y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uciEOtuG4Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uciEOtuG4Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uciEOtuG4Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uciEOtuG4Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uciEOtuG4Y .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-uciEOtuG4Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uciEOtuG4Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uciEOtuG4Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uciEOtuG4Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uciEOtuG4Y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uciEOtuG4Y .dropdown-item.active,
.cid-uciEOtuG4Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uciEOtuG4Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uciEOtuG4Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uciEOtuG4Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uciEOtuG4Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uciEOtuG4Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uciEOtuG4Y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uciEOtuG4Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uciEOtuG4Y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uciEOtuG4Y .navbar-buttons {
    text-align: left;
  }
}
.cid-uciEOtuG4Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uciEOtuG4Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uciEOtuG4Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uciEOtuG4Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciEOtuG4Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciEOtuG4Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uciEOtuG4Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciEOtuG4Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uciEOtuG4Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uciEOtuG4Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciEOtuG4Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uciEOtuG4Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uciEOtuG4Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uciEOtuG4Y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uciEOtuG4Y .navbar {
    height: 70px;
  }
  .cid-uciEOtuG4Y .navbar.opened {
    height: auto;
  }
  .cid-uciEOtuG4Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uciEOtuG4Y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uciEOtuG4Y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uciEOtuG4Y .navbar-brand {
    margin-right: auto;
  }
  .cid-uciEOtuG4Y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uciEOtuG4Y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uciEOtuG4Y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uciEOtuG4Y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciEOtuG4Y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uciEOtuG4Y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uciEOtOaz9 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uciEOtOaz9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uciEOtOaz9 {
    align-items: flex-end;
  }
  .cid-uciEOtOaz9 .row {
    justify-content: center;
  }
  .cid-uciEOtOaz9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uciEOtOaz9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uciEOtOaz9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uciEOtOaz9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uciEOtOaz9 .content-wrap {
    width: 100%;
  }
}
.cid-uciEOtOaz9 .mbr-section-title,
.cid-uciEOtOaz9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uciEOtOaz9 .mbr-text,
.cid-uciEOtOaz9 .mbr-section-btn {
  text-align: center;
}
.cid-uHNKOSzh7y {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-uHNKOSzh7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNKOSzh7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNKOSzh7y .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHNKOSzh7y .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHNKOSzh7y .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHNKOSzh7y .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHNKOSzh7y .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHNKOSzh7y .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHNKOSzh7y .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uHNKOSzh7y .social-row {
  text-align: center;
}
.cid-uHNKOSzh7y .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHNKOSzh7y .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uHNKOSzh7y .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHNKOSzh7y .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uIyRwXzDkI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-uIyRwXzDkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyRwXzDkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uIyRwXzDkI .row {
    text-align: center;
  }
  .cid-uIyRwXzDkI .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIyRwXzDkI .google-map {
  height: 100%;
  position: relative;
}
.cid-uIyRwXzDkI .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIyRwXzDkI .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIyRwXzDkI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyRwXzDkI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyRwXzDkI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyRwXzDkI .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-uIyRwXzDkI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uIyRwXzDkI .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uIyRwXzDkI .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uIyRwXzDkI .cardTitle,
  .cid-uIyRwXzDkI .item-wrap {
    text-align: center;
  }
}
.cid-uIyRwXzDkI ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIyRwXzDkI .list,
.cid-uIyRwXzDkI .item-wrap {
  color: #000000;
}
.cid-uIyRwXzDkI .cardTitle DIV {
  text-align: left;
}
.cid-uIyRwXzDkI .cardTitle {
  text-align: left;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uciRpXbGoL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uciRpXbGoL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uciRpXbGoL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uciRpXbGoL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uciRpXbGoL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uciRpXbGoL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uciRpXbGoL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uciRpXbGoL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uciRpXbGoL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uciRpXbGoL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uciRpXbGoL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uciRpXbGoL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uciRpXbGoL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uciRpXbGoL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uciRpXbGoL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uciRpXbGoL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uciRpXbGoL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uciRpXbGoL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uciRpXbGoL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uciRpXbGoL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uciRpXbGoL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uciRpXbGoL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uciRpXbGoL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uciRpXbGoL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uciRpXbGoL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uciRpXbGoL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uciRpXbGoL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uciRpXbGoL .nav-item:focus,
.cid-uciRpXbGoL .nav-link:focus {
  outline: none;
}
.cid-uciRpXbGoL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uciRpXbGoL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uciRpXbGoL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uciRpXbGoL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uciRpXbGoL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uciRpXbGoL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uciRpXbGoL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uciRpXbGoL .navbar.opened {
  transition: all 0.3s;
}
.cid-uciRpXbGoL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uciRpXbGoL .navbar .navbar-logo img {
  width: auto;
}
.cid-uciRpXbGoL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uciRpXbGoL .navbar.collapsed {
  justify-content: center;
}
.cid-uciRpXbGoL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uciRpXbGoL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uciRpXbGoL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uciRpXbGoL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uciRpXbGoL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uciRpXbGoL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uciRpXbGoL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uciRpXbGoL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uciRpXbGoL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uciRpXbGoL .navbar {
    min-height: 72px;
  }
  .cid-uciRpXbGoL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uciRpXbGoL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uciRpXbGoL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uciRpXbGoL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uciRpXbGoL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uciRpXbGoL .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-uciRpXbGoL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uciRpXbGoL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uciRpXbGoL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uciRpXbGoL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uciRpXbGoL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uciRpXbGoL .dropdown-item.active,
.cid-uciRpXbGoL .dropdown-item:active {
  background-color: transparent;
}
.cid-uciRpXbGoL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uciRpXbGoL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uciRpXbGoL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uciRpXbGoL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uciRpXbGoL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uciRpXbGoL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uciRpXbGoL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uciRpXbGoL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uciRpXbGoL .navbar-buttons {
    text-align: left;
  }
}
.cid-uciRpXbGoL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uciRpXbGoL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uciRpXbGoL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uciRpXbGoL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciRpXbGoL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciRpXbGoL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uciRpXbGoL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciRpXbGoL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uciRpXbGoL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uciRpXbGoL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciRpXbGoL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uciRpXbGoL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uciRpXbGoL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uciRpXbGoL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uciRpXbGoL .navbar {
    height: 70px;
  }
  .cid-uciRpXbGoL .navbar.opened {
    height: auto;
  }
  .cid-uciRpXbGoL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uciRpXbGoL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uciRpXbGoL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uciRpXbGoL .navbar-brand {
    margin-right: auto;
  }
  .cid-uciRpXbGoL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uciRpXbGoL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uciRpXbGoL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uciRpXbGoL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciRpXbGoL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uciRpXbGoL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucuQeSeubN {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17-1.webp");
}
.cid-ucuQeSeubN .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucuQeSeubN {
    align-items: flex-end;
  }
  .cid-ucuQeSeubN .row {
    justify-content: center;
  }
  .cid-ucuQeSeubN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucuQeSeubN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucuQeSeubN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucuQeSeubN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucuQeSeubN .content-wrap {
    width: 100%;
  }
}
.cid-ucuQeSeubN .mbr-section-title,
.cid-ucuQeSeubN .mbr-section-subtitle {
  text-align: center;
}
.cid-ucuQeSeubN .mbr-text,
.cid-ucuQeSeubN .mbr-section-btn {
  text-align: center;
}
.cid-uciRDB4gUs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uciRDB4gUs .row {
  flex-direction: row-reverse;
}
.cid-uciRDB4gUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uciRDB4gUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uciRDB4gUs .mbr-description {
  text-align: left;
}
.cid-uciRDB4gUs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uciRDB4gUs .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uciRDB4gUs .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uciRDB4gUs .card-title,
.cid-uciRDB4gUs .iconfont-wrapper {
  color: #000000;
}
.cid-uciRDB4gUs .card-text {
  color: #000000;
}
.cid-uciRDB4gUs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uciRDB4gUs .mbr-text,
.cid-uciRDB4gUs .mbr-section-btn {
  text-align: center;
}
.cid-uciRDB4gUs .card-text,
.cid-uciRDB4gUs .item .mbr-section-btn {
  text-align: left;
}
.cid-uciRDB4gUs .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uciRDB4gUs .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uciRDB4gUs .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uciRDB4gUs .mbr-text UL {
  text-align: left;
}
.cid-uciRAk0YKG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uciRAk0YKG .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uciRAk0YKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uciRAk0YKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uciRAk0YKG .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uciRAk0YKG .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uciRAk0YKG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uciRAk0YKG .card-title,
.cid-uciRAk0YKG .iconfont-wrapper {
  color: #000000;
}
.cid-uciRAk0YKG .content-head {
  max-width: 800px;
}
.cid-uciRAk0YKG .mbr-section-title {
  color: #000000;
}
.cid-uciRAk0YKG .mbr-section-subtitle {
  color: #000000;
}
.cid-uciRAk0YKG .card-text {
  color: #000000;
}
.cid-uciRAk0YKG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uciRAk0YKG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ucxE2q3fBt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ucxE2q3fBt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucxE2q3fBt .item {
    margin-bottom: 1rem;
  }
}
.cid-ucxE2q3fBt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ucxE2q3fBt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucxE2q3fBt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ucxE2q3fBt .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ucxE2q3fBt .carousel-control,
.cid-ucxE2q3fBt .close {
  background: #1b1b1b;
}
.cid-ucxE2q3fBt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucxE2q3fBt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ucxE2q3fBt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucxE2q3fBt .carousel-control-next span {
  margin-left: 5px;
}
.cid-ucxE2q3fBt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ucxE2q3fBt .close::before {
  content: '\e91a';
}
.cid-ucxE2q3fBt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucxE2q3fBt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ucxE2q3fBt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucxE2q3fBt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucxE2q3fBt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucxE2q3fBt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ucxE2q3fBt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ucxE2q3fBt .carousel-indicators li.active,
.cid-ucxE2q3fBt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ucxE2q3fBt .carousel-indicators li::after,
.cid-ucxE2q3fBt .carousel-indicators li::before {
  content: none;
}
.cid-ucxE2q3fBt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ucxE2q3fBt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ucxE2q3fBt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucxE2q3fBt .carousel-indicators {
    display: none;
  }
}
.cid-ucxE2q3fBt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ucxE2q3fBt .carousel-inner > .active {
  display: block;
}
.cid-ucxE2q3fBt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucxE2q3fBt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucxE2q3fBt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucxE2q3fBt .carousel-control,
  .cid-ucxE2q3fBt .carousel-indicators,
  .cid-ucxE2q3fBt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucxE2q3fBt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucxE2q3fBt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucxE2q3fBt .carousel-indicators .active,
.cid-ucxE2q3fBt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ucxE2q3fBt .carousel-indicators .active {
  background: #fff;
}
.cid-ucxE2q3fBt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucxE2q3fBt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucxE2q3fBt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucxE2q3fBt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucxE2q3fBt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucxE2q3fBt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucxE2q3fBt .carousel {
  width: 100%;
}
.cid-ucxE2q3fBt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucxE2q3fBt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ucxE2q3fBt .modal.fade .modal-dialog,
.cid-ucxE2q3fBt .modal.in .modal-dialog {
  transform: none;
}
.cid-ucxE2q3fBt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucxE2q3fBt .content-head {
  max-width: 800px;
}
.cid-uuyVC46M4U {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uuyVC46M4U .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuyVC46M4U .item {
    margin-bottom: 1rem;
  }
}
.cid-uuyVC46M4U .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uuyVC46M4U .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uuyVC46M4U .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uuyVC46M4U .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uuyVC46M4U .carousel-control,
.cid-uuyVC46M4U .close {
  background: #1b1b1b;
}
.cid-uuyVC46M4U .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uuyVC46M4U .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uuyVC46M4U .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uuyVC46M4U .carousel-control-next span {
  margin-left: 5px;
}
.cid-uuyVC46M4U .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uuyVC46M4U .close::before {
  content: '\e91a';
}
.cid-uuyVC46M4U .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uuyVC46M4U .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uuyVC46M4U .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuyVC46M4U .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuyVC46M4U .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uuyVC46M4U .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uuyVC46M4U .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uuyVC46M4U .carousel-indicators li.active,
.cid-uuyVC46M4U .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uuyVC46M4U .carousel-indicators li::after,
.cid-uuyVC46M4U .carousel-indicators li::before {
  content: none;
}
.cid-uuyVC46M4U .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uuyVC46M4U .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uuyVC46M4U .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uuyVC46M4U .carousel-indicators {
    display: none;
  }
}
.cid-uuyVC46M4U .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uuyVC46M4U .carousel-inner > .active {
  display: block;
}
.cid-uuyVC46M4U .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuyVC46M4U .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uuyVC46M4U .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uuyVC46M4U .carousel-control,
  .cid-uuyVC46M4U .carousel-indicators,
  .cid-uuyVC46M4U .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uuyVC46M4U .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uuyVC46M4U .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uuyVC46M4U .carousel-indicators .active,
.cid-uuyVC46M4U .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uuyVC46M4U .carousel-indicators .active {
  background: #fff;
}
.cid-uuyVC46M4U .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uuyVC46M4U .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uuyVC46M4U .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uuyVC46M4U .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uuyVC46M4U .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uuyVC46M4U .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uuyVC46M4U .carousel {
  width: 100%;
}
.cid-uuyVC46M4U .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uuyVC46M4U .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uuyVC46M4U .modal.fade .modal-dialog,
.cid-uuyVC46M4U .modal.in .modal-dialog {
  transform: none;
}
.cid-uuyVC46M4U .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uuyVC46M4U .content-head {
  max-width: 800px;
}
.cid-uIyShCAXmh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-uIyShCAXmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyShCAXmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uIyShCAXmh .row {
    text-align: center;
  }
  .cid-uIyShCAXmh .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIyShCAXmh .google-map {
  height: 100%;
  position: relative;
}
.cid-uIyShCAXmh .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIyShCAXmh .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIyShCAXmh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyShCAXmh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyShCAXmh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyShCAXmh .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-uIyShCAXmh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uIyShCAXmh .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uIyShCAXmh .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uIyShCAXmh .cardTitle,
  .cid-uIyShCAXmh .item-wrap {
    text-align: center;
  }
}
.cid-uIyShCAXmh ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIyShCAXmh .list,
.cid-uIyShCAXmh .item-wrap {
  color: #000000;
}
.cid-uIyShCAXmh .cardTitle DIV {
  text-align: left;
}
.cid-uIyShCAXmh .cardTitle {
  text-align: left;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uciO9Ve1hw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uciO9Ve1hw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uciO9Ve1hw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uciO9Ve1hw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uciO9Ve1hw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uciO9Ve1hw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uciO9Ve1hw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uciO9Ve1hw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uciO9Ve1hw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uciO9Ve1hw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uciO9Ve1hw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uciO9Ve1hw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uciO9Ve1hw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uciO9Ve1hw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uciO9Ve1hw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uciO9Ve1hw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uciO9Ve1hw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uciO9Ve1hw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uciO9Ve1hw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uciO9Ve1hw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uciO9Ve1hw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uciO9Ve1hw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uciO9Ve1hw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uciO9Ve1hw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uciO9Ve1hw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uciO9Ve1hw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uciO9Ve1hw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uciO9Ve1hw .nav-item:focus,
.cid-uciO9Ve1hw .nav-link:focus {
  outline: none;
}
.cid-uciO9Ve1hw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uciO9Ve1hw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uciO9Ve1hw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uciO9Ve1hw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uciO9Ve1hw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uciO9Ve1hw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uciO9Ve1hw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uciO9Ve1hw .navbar.opened {
  transition: all 0.3s;
}
.cid-uciO9Ve1hw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uciO9Ve1hw .navbar .navbar-logo img {
  width: auto;
}
.cid-uciO9Ve1hw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uciO9Ve1hw .navbar.collapsed {
  justify-content: center;
}
.cid-uciO9Ve1hw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uciO9Ve1hw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uciO9Ve1hw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uciO9Ve1hw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uciO9Ve1hw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uciO9Ve1hw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uciO9Ve1hw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uciO9Ve1hw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uciO9Ve1hw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uciO9Ve1hw .navbar {
    min-height: 72px;
  }
  .cid-uciO9Ve1hw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uciO9Ve1hw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uciO9Ve1hw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uciO9Ve1hw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uciO9Ve1hw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uciO9Ve1hw .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-uciO9Ve1hw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uciO9Ve1hw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uciO9Ve1hw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uciO9Ve1hw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uciO9Ve1hw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uciO9Ve1hw .dropdown-item.active,
.cid-uciO9Ve1hw .dropdown-item:active {
  background-color: transparent;
}
.cid-uciO9Ve1hw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uciO9Ve1hw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uciO9Ve1hw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uciO9Ve1hw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uciO9Ve1hw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uciO9Ve1hw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uciO9Ve1hw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uciO9Ve1hw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uciO9Ve1hw .navbar-buttons {
    text-align: left;
  }
}
.cid-uciO9Ve1hw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uciO9Ve1hw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uciO9Ve1hw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uciO9Ve1hw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciO9Ve1hw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciO9Ve1hw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uciO9Ve1hw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciO9Ve1hw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uciO9Ve1hw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uciO9Ve1hw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciO9Ve1hw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uciO9Ve1hw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uciO9Ve1hw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uciO9Ve1hw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uciO9Ve1hw .navbar {
    height: 70px;
  }
  .cid-uciO9Ve1hw .navbar.opened {
    height: auto;
  }
  .cid-uciO9Ve1hw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uciO9Ve1hw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uciO9Ve1hw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uciO9Ve1hw .navbar-brand {
    margin-right: auto;
  }
  .cid-uciO9Ve1hw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uciO9Ve1hw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uciO9Ve1hw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uciO9Ve1hw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciO9Ve1hw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uciO9Ve1hw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uciO9VBEpm {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uciO9VBEpm .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uciO9VBEpm {
    align-items: flex-end;
  }
  .cid-uciO9VBEpm .row {
    justify-content: center;
  }
  .cid-uciO9VBEpm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uciO9VBEpm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uciO9VBEpm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uciO9VBEpm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uciO9VBEpm .content-wrap {
    width: 100%;
  }
}
.cid-uciO9VBEpm .mbr-section-title,
.cid-uciO9VBEpm .mbr-section-subtitle {
  text-align: center;
}
.cid-uciO9VBEpm .mbr-text,
.cid-uciO9VBEpm .mbr-section-btn {
  text-align: center;
}
.cid-uHNPvtYviF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uHNPvtYviF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNPvtYviF .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-uHNPvtYviF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHNPvtYviF .row {
  flex-direction: row-reverse;
}
.cid-uHNPvtYviF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHNPvtYviF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHNPvtYviF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHNPvtYviF .mbr-section-title {
  color: #000000;
}
.cid-uHNPvtYviF .mbr-text,
.cid-uHNPvtYviF .mbr-section-btn {
  color: #232323;
}
.cid-uIKnS66xGJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKnS66xGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKnS66xGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKnS66xGJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKnS66xGJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKnS66xGJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ufvdahPmn9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ufvdahPmn9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufvdahPmn9 .item {
    margin-bottom: 1rem;
  }
}
.cid-ufvdahPmn9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ufvdahPmn9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ufvdahPmn9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ufvdahPmn9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ufvdahPmn9 .carousel-control,
.cid-ufvdahPmn9 .close {
  background: #1b1b1b;
}
.cid-ufvdahPmn9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufvdahPmn9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufvdahPmn9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufvdahPmn9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufvdahPmn9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufvdahPmn9 .close::before {
  content: '\e91a';
}
.cid-ufvdahPmn9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufvdahPmn9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufvdahPmn9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufvdahPmn9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufvdahPmn9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufvdahPmn9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufvdahPmn9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufvdahPmn9 .carousel-indicators li.active,
.cid-ufvdahPmn9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufvdahPmn9 .carousel-indicators li::after,
.cid-ufvdahPmn9 .carousel-indicators li::before {
  content: none;
}
.cid-ufvdahPmn9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufvdahPmn9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufvdahPmn9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufvdahPmn9 .carousel-indicators {
    display: none;
  }
}
.cid-ufvdahPmn9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufvdahPmn9 .carousel-inner > .active {
  display: block;
}
.cid-ufvdahPmn9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufvdahPmn9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufvdahPmn9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufvdahPmn9 .carousel-control,
  .cid-ufvdahPmn9 .carousel-indicators,
  .cid-ufvdahPmn9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufvdahPmn9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufvdahPmn9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufvdahPmn9 .carousel-indicators .active,
.cid-ufvdahPmn9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufvdahPmn9 .carousel-indicators .active {
  background: #fff;
}
.cid-ufvdahPmn9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufvdahPmn9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufvdahPmn9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufvdahPmn9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufvdahPmn9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufvdahPmn9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufvdahPmn9 .carousel {
  width: 100%;
}
.cid-ufvdahPmn9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufvdahPmn9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufvdahPmn9 .modal.fade .modal-dialog,
.cid-ufvdahPmn9 .modal.in .modal-dialog {
  transform: none;
}
.cid-ufvdahPmn9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufvdahPmn9 .content-head {
  max-width: 800px;
}
.cid-ucmIoA87LY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucmIoA87LY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucmIoA87LY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucmIoA87LY .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucmIoA87LY .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucmIoA87LY .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucmIoA87LY [class^="socicon-"]:before,
.cid-ucmIoA87LY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ucj8bGONJ2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucj8bGONJ2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucj8bGONJ2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucj8bGONJ2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucj8bGONJ2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucj8bGONJ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucj8bGONJ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucj8bGONJ2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucj8bGONJ2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucj8bGONJ2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucj8bGONJ2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucj8bGONJ2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucj8bGONJ2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucj8bGONJ2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucj8bGONJ2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucj8bGONJ2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucj8bGONJ2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucj8bGONJ2 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucj8bGONJ2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucj8bGONJ2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucj8bGONJ2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucj8bGONJ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucj8bGONJ2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucj8bGONJ2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucj8bGONJ2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucj8bGONJ2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucj8bGONJ2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucj8bGONJ2 .nav-item:focus,
.cid-ucj8bGONJ2 .nav-link:focus {
  outline: none;
}
.cid-ucj8bGONJ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucj8bGONJ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucj8bGONJ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucj8bGONJ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucj8bGONJ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucj8bGONJ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucj8bGONJ2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucj8bGONJ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucj8bGONJ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucj8bGONJ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucj8bGONJ2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucj8bGONJ2 .navbar.collapsed {
  justify-content: center;
}
.cid-ucj8bGONJ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucj8bGONJ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucj8bGONJ2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucj8bGONJ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucj8bGONJ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucj8bGONJ2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucj8bGONJ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucj8bGONJ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucj8bGONJ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucj8bGONJ2 .navbar {
    min-height: 72px;
  }
  .cid-ucj8bGONJ2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucj8bGONJ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucj8bGONJ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucj8bGONJ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucj8bGONJ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucj8bGONJ2 .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-ucj8bGONJ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucj8bGONJ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucj8bGONJ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucj8bGONJ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucj8bGONJ2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucj8bGONJ2 .dropdown-item.active,
.cid-ucj8bGONJ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucj8bGONJ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucj8bGONJ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucj8bGONJ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucj8bGONJ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucj8bGONJ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucj8bGONJ2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucj8bGONJ2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucj8bGONJ2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucj8bGONJ2 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucj8bGONJ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucj8bGONJ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucj8bGONJ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucj8bGONJ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucj8bGONJ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucj8bGONJ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucj8bGONJ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucj8bGONJ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucj8bGONJ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucj8bGONJ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucj8bGONJ2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucj8bGONJ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucj8bGONJ2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucj8bGONJ2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucj8bGONJ2 .navbar {
    height: 70px;
  }
  .cid-ucj8bGONJ2 .navbar.opened {
    height: auto;
  }
  .cid-ucj8bGONJ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucj8bGONJ2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucj8bGONJ2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucj8bGONJ2 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucj8bGONJ2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucj8bGONJ2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucj8bGONJ2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucj8bGONJ2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucj8bGONJ2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucj8bGONJ2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucj8bH8ufa {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucj8bH8ufa .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucj8bH8ufa {
    align-items: flex-end;
  }
  .cid-ucj8bH8ufa .row {
    justify-content: center;
  }
  .cid-ucj8bH8ufa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucj8bH8ufa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucj8bH8ufa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucj8bH8ufa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucj8bH8ufa .content-wrap {
    width: 100%;
  }
}
.cid-ucj8bH8ufa .mbr-section-title,
.cid-ucj8bH8ufa .mbr-section-subtitle {
  text-align: center;
}
.cid-ucj8bH8ufa .mbr-text,
.cid-ucj8bH8ufa .mbr-section-btn {
  text-align: center;
}
.cid-uHNQrDqL5y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uHNQrDqL5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNQrDqL5y .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-uHNQrDqL5y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHNQrDqL5y .row {
  flex-direction: row-reverse;
}
.cid-uHNQrDqL5y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHNQrDqL5y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHNQrDqL5y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHNQrDqL5y .mbr-section-title {
  color: #000000;
}
.cid-uHNQrDqL5y .mbr-text,
.cid-uHNQrDqL5y .mbr-section-btn {
  color: #232323;
}
.cid-uIKwVyFwdB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKwVyFwdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKwVyFwdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKwVyFwdB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKwVyFwdB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKwVyFwdB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ucjeSJcSr4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucjeSJcSr4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucjeSJcSr4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucjeSJcSr4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucjeSJcSr4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucjeSJcSr4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucjeSJcSr4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucjeSJcSr4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucjeSJcSr4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucjeSJcSr4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucjeSJcSr4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucjeSJcSr4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucjeSJcSr4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucjeSJcSr4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucjeSJcSr4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucjeSJcSr4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucjeSJcSr4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucjeSJcSr4 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucjeSJcSr4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucjeSJcSr4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucjeSJcSr4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucjeSJcSr4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucjeSJcSr4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucjeSJcSr4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucjeSJcSr4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucjeSJcSr4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucjeSJcSr4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucjeSJcSr4 .nav-item:focus,
.cid-ucjeSJcSr4 .nav-link:focus {
  outline: none;
}
.cid-ucjeSJcSr4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucjeSJcSr4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucjeSJcSr4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucjeSJcSr4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucjeSJcSr4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucjeSJcSr4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucjeSJcSr4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucjeSJcSr4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucjeSJcSr4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucjeSJcSr4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucjeSJcSr4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucjeSJcSr4 .navbar.collapsed {
  justify-content: center;
}
.cid-ucjeSJcSr4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucjeSJcSr4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucjeSJcSr4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucjeSJcSr4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucjeSJcSr4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucjeSJcSr4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucjeSJcSr4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucjeSJcSr4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucjeSJcSr4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucjeSJcSr4 .navbar {
    min-height: 72px;
  }
  .cid-ucjeSJcSr4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucjeSJcSr4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucjeSJcSr4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucjeSJcSr4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucjeSJcSr4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucjeSJcSr4 .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-ucjeSJcSr4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucjeSJcSr4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucjeSJcSr4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucjeSJcSr4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucjeSJcSr4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucjeSJcSr4 .dropdown-item.active,
.cid-ucjeSJcSr4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucjeSJcSr4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucjeSJcSr4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucjeSJcSr4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucjeSJcSr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucjeSJcSr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucjeSJcSr4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucjeSJcSr4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucjeSJcSr4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucjeSJcSr4 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucjeSJcSr4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucjeSJcSr4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucjeSJcSr4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucjeSJcSr4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjeSJcSr4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjeSJcSr4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucjeSJcSr4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjeSJcSr4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucjeSJcSr4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucjeSJcSr4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjeSJcSr4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucjeSJcSr4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucjeSJcSr4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucjeSJcSr4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucjeSJcSr4 .navbar {
    height: 70px;
  }
  .cid-ucjeSJcSr4 .navbar.opened {
    height: auto;
  }
  .cid-ucjeSJcSr4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucjeSJcSr4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucjeSJcSr4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucjeSJcSr4 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucjeSJcSr4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucjeSJcSr4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucjeSJcSr4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucjeSJcSr4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjeSJcSr4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucjeSJcSr4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucjeSJBS73 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucjeSJBS73 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucjeSJBS73 {
    align-items: flex-end;
  }
  .cid-ucjeSJBS73 .row {
    justify-content: center;
  }
  .cid-ucjeSJBS73 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucjeSJBS73 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucjeSJBS73 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucjeSJBS73 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucjeSJBS73 .content-wrap {
    width: 100%;
  }
}
.cid-ucjeSJBS73 .mbr-section-title,
.cid-ucjeSJBS73 .mbr-section-subtitle {
  text-align: center;
}
.cid-ucjeSJBS73 .mbr-text,
.cid-ucjeSJBS73 .mbr-section-btn {
  text-align: center;
}
.cid-uIyY11MrZt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uIyY11MrZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyY11MrZt .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-uIyY11MrZt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIyY11MrZt .row {
  flex-direction: row-reverse;
}
.cid-uIyY11MrZt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIyY11MrZt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIyY11MrZt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIyY11MrZt .mbr-section-title {
  color: #000000;
}
.cid-uIyY11MrZt .mbr-text,
.cid-uIyY11MrZt .mbr-section-btn {
  color: #232323;
}
.cid-uIKxX1LHIb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKxX1LHIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKxX1LHIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKxX1LHIb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKxX1LHIb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKxX1LHIb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uuFtlpcU4L {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uuFtlpcU4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuFtlpcU4L .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uuFtlpcU4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuFtlpcU4L .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuFtlpcU4L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuFtlpcU4L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uuFtlpcU4L .card-title,
.cid-uuFtlpcU4L .iconfont-wrapper {
  color: #000000;
}
.cid-uuFtlpcU4L .card-text {
  color: #000000;
}
.cid-uuFtlpcU4L .content-head {
  max-width: 800px;
}
.cid-uuFtlpcU4L .mbr-section-title {
  color: #000000;
}
.cid-uIyZjkSRuK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIyZjkSRuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyZjkSRuK .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-uIyZjkSRuK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIyZjkSRuK .row {
  flex-direction: row-reverse;
}
.cid-uIyZjkSRuK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIyZjkSRuK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIyZjkSRuK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIyZjkSRuK .mbr-section-title {
  color: #000000;
}
.cid-uIyZjkSRuK .mbr-text,
.cid-uIyZjkSRuK .mbr-section-btn {
  color: #232323;
}
.cid-uuFtfNKwkd {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uuFtfNKwkd .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uuFtfNKwkd .panel-group {
  border: none;
}
.cid-uuFtfNKwkd .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uuFtfNKwkd .card-header {
    padding: 0rem;
  }
}
.cid-uuFtfNKwkd .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uuFtfNKwkd .img-col {
  padding: 0;
}
.cid-uuFtfNKwkd .img-item {
  height: 100%;
}
.cid-uuFtfNKwkd img {
  height: 100%;
  object-fit: cover;
}
.cid-uuFtfNKwkd .collapsed span {
  transform: rotate(0deg);
}
.cid-uuFtfNKwkd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuFtfNKwkd p {
  margin-bottom: 0.3rem;
}
.cid-uuFtfNKwkd .panel-title-edit {
  color: #000000;
}
.cid-uuFtfNKwkd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uuFtfNKwkd .card {
  background: #fafafa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uuFtfNKwkd .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuFtfNKwkd .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uuFtfNKwkd .panel-text {
  color: #000000;
}
.cid-uuFtfNKwkd .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uuFtfNKwkd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uuFtfNKwkd .panel-title-edit,
.cid-uuFtfNKwkd .mbr-iconfont {
  color: #000000;
}
.cid-uIKKH1mAKr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKKH1mAKr h6 {
  line-height: 1.2;
}
.cid-uIKKH1mAKr img,
.cid-uIKKH1mAKr .item-img {
  width: 100%;
  height: 100%;
}
.cid-uIKKH1mAKr .item:focus,
.cid-uIKKH1mAKr span:focus {
  outline: none;
}
.cid-uIKKH1mAKr .item-img a {
  cursor: pointer;
}
.cid-uIKKH1mAKr .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uIKKH1mAKr .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uIKKH1mAKr .mbr-section-title {
  color: #000000;
}
.cid-uIKKH1mAKr .mbr-text,
.cid-uIKKH1mAKr .mbr-section-btn {
  color: #000000;
}
.cid-uIKKH1mAKr .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIKKH1mAKr .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIKKH1mAKr .item-text {
  color: #000000;
  text-align: center;
}
.cid-uIKKH1mAKr .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uIKKH1mAKr .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ucoOtbzMjH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucoOtbzMjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucoOtbzMjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucoOtbzMjH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucoOtbzMjH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucoOtbzMjH .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucoOtbzMjH [class^="socicon-"]:before,
.cid-ucoOtbzMjH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ucjeWdbY2h {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucjeWdbY2h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucjeWdbY2h .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucjeWdbY2h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucjeWdbY2h .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucjeWdbY2h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucjeWdbY2h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucjeWdbY2h .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucjeWdbY2h .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucjeWdbY2h .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucjeWdbY2h .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucjeWdbY2h .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucjeWdbY2h .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucjeWdbY2h .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucjeWdbY2h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucjeWdbY2h .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucjeWdbY2h .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucjeWdbY2h .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucjeWdbY2h .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucjeWdbY2h .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucjeWdbY2h .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucjeWdbY2h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucjeWdbY2h .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucjeWdbY2h .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucjeWdbY2h .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucjeWdbY2h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucjeWdbY2h .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucjeWdbY2h .nav-item:focus,
.cid-ucjeWdbY2h .nav-link:focus {
  outline: none;
}
.cid-ucjeWdbY2h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucjeWdbY2h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucjeWdbY2h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucjeWdbY2h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucjeWdbY2h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucjeWdbY2h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucjeWdbY2h .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucjeWdbY2h .navbar.opened {
  transition: all 0.3s;
}
.cid-ucjeWdbY2h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucjeWdbY2h .navbar .navbar-logo img {
  width: auto;
}
.cid-ucjeWdbY2h .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucjeWdbY2h .navbar.collapsed {
  justify-content: center;
}
.cid-ucjeWdbY2h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucjeWdbY2h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucjeWdbY2h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucjeWdbY2h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucjeWdbY2h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucjeWdbY2h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucjeWdbY2h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucjeWdbY2h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucjeWdbY2h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucjeWdbY2h .navbar {
    min-height: 72px;
  }
  .cid-ucjeWdbY2h .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucjeWdbY2h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucjeWdbY2h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucjeWdbY2h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucjeWdbY2h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucjeWdbY2h .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-ucjeWdbY2h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucjeWdbY2h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucjeWdbY2h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucjeWdbY2h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucjeWdbY2h .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucjeWdbY2h .dropdown-item.active,
.cid-ucjeWdbY2h .dropdown-item:active {
  background-color: transparent;
}
.cid-ucjeWdbY2h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucjeWdbY2h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucjeWdbY2h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucjeWdbY2h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucjeWdbY2h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucjeWdbY2h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucjeWdbY2h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucjeWdbY2h .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucjeWdbY2h .navbar-buttons {
    text-align: left;
  }
}
.cid-ucjeWdbY2h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucjeWdbY2h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucjeWdbY2h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucjeWdbY2h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjeWdbY2h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjeWdbY2h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucjeWdbY2h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjeWdbY2h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucjeWdbY2h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucjeWdbY2h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjeWdbY2h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucjeWdbY2h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucjeWdbY2h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucjeWdbY2h .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucjeWdbY2h .navbar {
    height: 70px;
  }
  .cid-ucjeWdbY2h .navbar.opened {
    height: auto;
  }
  .cid-ucjeWdbY2h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucjeWdbY2h .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucjeWdbY2h .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucjeWdbY2h .navbar-brand {
    margin-right: auto;
  }
  .cid-ucjeWdbY2h .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucjeWdbY2h .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucjeWdbY2h .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucjeWdbY2h .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjeWdbY2h .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucjeWdbY2h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucjeWdtrzS {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucjeWdtrzS .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucjeWdtrzS {
    align-items: flex-end;
  }
  .cid-ucjeWdtrzS .row {
    justify-content: center;
  }
  .cid-ucjeWdtrzS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucjeWdtrzS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucjeWdtrzS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucjeWdtrzS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucjeWdtrzS .content-wrap {
    width: 100%;
  }
}
.cid-ucjeWdtrzS .mbr-section-title,
.cid-ucjeWdtrzS .mbr-section-subtitle {
  text-align: center;
}
.cid-ucjeWdtrzS .mbr-text,
.cid-ucjeWdtrzS .mbr-section-btn {
  text-align: center;
}
.cid-uIyZHJdIqF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uIyZHJdIqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyZHJdIqF .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-uIyZHJdIqF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIyZHJdIqF .row {
  flex-direction: row-reverse;
}
.cid-uIyZHJdIqF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIyZHJdIqF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIyZHJdIqF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIyZHJdIqF .mbr-section-title {
  color: #000000;
}
.cid-uIyZHJdIqF .mbr-text,
.cid-uIyZHJdIqF .mbr-section-btn {
  color: #232323;
}
.cid-uIKyv6Czfk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKyv6Czfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKyv6Czfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKyv6Czfk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKyv6Czfk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKyv6Czfk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uIz0eC7y7b {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uIz0eC7y7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz0eC7y7b .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uIz0eC7y7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz0eC7y7b .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIz0eC7y7b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIz0eC7y7b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uIz0eC7y7b .card-title,
.cid-uIz0eC7y7b .iconfont-wrapper {
  color: #000000;
}
.cid-uIz0eC7y7b .card-text {
  color: #000000;
}
.cid-uIz0eC7y7b .content-head {
  max-width: 800px;
}
.cid-uIz0eC7y7b .mbr-section-title {
  color: #000000;
}
.cid-uIz04Z0hvG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIz04Z0hvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz04Z0hvG .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-uIz04Z0hvG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIz04Z0hvG .row {
  flex-direction: row-reverse;
}
.cid-uIz04Z0hvG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIz04Z0hvG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz04Z0hvG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIz04Z0hvG .mbr-section-title {
  color: #000000;
}
.cid-uIz04Z0hvG .mbr-text,
.cid-uIz04Z0hvG .mbr-section-btn {
  color: #232323;
}
.cid-uH94G440g8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a6a99c;
}
.cid-uH94G440g8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH94G440g8 .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-uH94G440g8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH94G440g8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uH94G440g8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uH94G440g8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uH94G440g8 .mbr-section-title {
  color: #000000;
}
.cid-uH94G440g8 .mbr-text,
.cid-uH94G440g8 .mbr-section-btn {
  color: #232323;
}
.cid-uH94I93G2u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uH94I93G2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH94I93G2u .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-uH94I93G2u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH94I93G2u .row {
  flex-direction: row-reverse;
}
.cid-uH94I93G2u .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uH94I93G2u .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uH94I93G2u .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uH94I93G2u .mbr-section-title {
  color: #000000;
}
.cid-uH94I93G2u .mbr-text,
.cid-uH94I93G2u .mbr-section-btn {
  color: #232323;
}
.cid-uH94IMj2Aq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uH94IMj2Aq .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uH94IMj2Aq .panel-group {
  border: none;
}
.cid-uH94IMj2Aq .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uH94IMj2Aq .card-header {
    padding: 0rem;
  }
}
.cid-uH94IMj2Aq .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uH94IMj2Aq .img-col {
  padding: 0;
}
.cid-uH94IMj2Aq .img-item {
  height: 100%;
}
.cid-uH94IMj2Aq img {
  height: 100%;
  object-fit: cover;
}
.cid-uH94IMj2Aq .collapsed span {
  transform: rotate(0deg);
}
.cid-uH94IMj2Aq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uH94IMj2Aq p {
  margin-bottom: 0.3rem;
}
.cid-uH94IMj2Aq .panel-title-edit {
  color: #000000;
}
.cid-uH94IMj2Aq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uH94IMj2Aq .card {
  background: #a6a99c;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uH94IMj2Aq .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uH94IMj2Aq .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uH94IMj2Aq .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uH94IMj2Aq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uH94IMj2Aq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uH94IMj2Aq .panel-title-edit,
.cid-uH94IMj2Aq .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uH94IMj2Aq .panel-title-edit,
.cid-uH94IMj2Aq .mbr-iconfont P {
  text-align: center;
}
.cid-ucoOwpy4mZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucoOwpy4mZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucoOwpy4mZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucoOwpy4mZ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucoOwpy4mZ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucoOwpy4mZ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucoOwpy4mZ [class^="socicon-"]:before,
.cid-ucoOwpy4mZ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ucjjcnyEgy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucjjcnyEgy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucjjcnyEgy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucjjcnyEgy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucjjcnyEgy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucjjcnyEgy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucjjcnyEgy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucjjcnyEgy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucjjcnyEgy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucjjcnyEgy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucjjcnyEgy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucjjcnyEgy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucjjcnyEgy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucjjcnyEgy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucjjcnyEgy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucjjcnyEgy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucjjcnyEgy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucjjcnyEgy .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucjjcnyEgy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucjjcnyEgy .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucjjcnyEgy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucjjcnyEgy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucjjcnyEgy .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucjjcnyEgy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucjjcnyEgy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucjjcnyEgy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucjjcnyEgy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucjjcnyEgy .nav-item:focus,
.cid-ucjjcnyEgy .nav-link:focus {
  outline: none;
}
.cid-ucjjcnyEgy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucjjcnyEgy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucjjcnyEgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucjjcnyEgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucjjcnyEgy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucjjcnyEgy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucjjcnyEgy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucjjcnyEgy .navbar.opened {
  transition: all 0.3s;
}
.cid-ucjjcnyEgy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucjjcnyEgy .navbar .navbar-logo img {
  width: auto;
}
.cid-ucjjcnyEgy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucjjcnyEgy .navbar.collapsed {
  justify-content: center;
}
.cid-ucjjcnyEgy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucjjcnyEgy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucjjcnyEgy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucjjcnyEgy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucjjcnyEgy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucjjcnyEgy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucjjcnyEgy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucjjcnyEgy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucjjcnyEgy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucjjcnyEgy .navbar {
    min-height: 72px;
  }
  .cid-ucjjcnyEgy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucjjcnyEgy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucjjcnyEgy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucjjcnyEgy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucjjcnyEgy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucjjcnyEgy .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-ucjjcnyEgy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucjjcnyEgy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucjjcnyEgy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucjjcnyEgy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucjjcnyEgy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucjjcnyEgy .dropdown-item.active,
.cid-ucjjcnyEgy .dropdown-item:active {
  background-color: transparent;
}
.cid-ucjjcnyEgy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucjjcnyEgy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucjjcnyEgy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucjjcnyEgy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucjjcnyEgy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucjjcnyEgy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucjjcnyEgy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucjjcnyEgy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucjjcnyEgy .navbar-buttons {
    text-align: left;
  }
}
.cid-ucjjcnyEgy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucjjcnyEgy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucjjcnyEgy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucjjcnyEgy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjjcnyEgy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjjcnyEgy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucjjcnyEgy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjjcnyEgy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucjjcnyEgy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucjjcnyEgy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjjcnyEgy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucjjcnyEgy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucjjcnyEgy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucjjcnyEgy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucjjcnyEgy .navbar {
    height: 70px;
  }
  .cid-ucjjcnyEgy .navbar.opened {
    height: auto;
  }
  .cid-ucjjcnyEgy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucjjcnyEgy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucjjcnyEgy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucjjcnyEgy .navbar-brand {
    margin-right: auto;
  }
  .cid-ucjjcnyEgy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucjjcnyEgy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucjjcnyEgy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucjjcnyEgy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjjcnyEgy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucjjcnyEgy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucv8ceGSsO {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17-2.webp");
}
.cid-ucv8ceGSsO .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucv8ceGSsO {
    align-items: flex-end;
  }
  .cid-ucv8ceGSsO .row {
    justify-content: center;
  }
  .cid-ucv8ceGSsO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucv8ceGSsO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucv8ceGSsO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucv8ceGSsO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucv8ceGSsO .content-wrap {
    width: 100%;
  }
}
.cid-ucv8ceGSsO .mbr-section-title,
.cid-ucv8ceGSsO .mbr-section-subtitle {
  text-align: center;
}
.cid-ucv8ceGSsO .mbr-text,
.cid-ucv8ceGSsO .mbr-section-btn {
  text-align: center;
}
.cid-ukzhHAtUpl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-ukzhHAtUpl .mbr-overlay {
  background: #f92c50;
  opacity: 0.4;
}
.cid-ukzhHAtUpl img,
.cid-ukzhHAtUpl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ukzhHAtUpl .item:focus,
.cid-ukzhHAtUpl span:focus {
  outline: none;
}
.cid-ukzhHAtUpl .item-wrapper {
  position: relative;
}
.cid-ukzhHAtUpl .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukzhHAtUpl .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukzhHAtUpl .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukzhHAtUpl .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukzhHAtUpl .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukzhHAtUpl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukzhHAtUpl .mbr-section-title {
  color: #232323;
}
.cid-ukzhHAtUpl .mbr-text,
.cid-ukzhHAtUpl .mbr-section-btn {
  text-align: left;
}
.cid-ukzhHAtUpl .item-title {
  text-align: center;
}
.cid-ukzhHAtUpl .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukzhHAtUpl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ukzhHAtUpl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukzhHAtUpl .embla__button--next,
.cid-ukzhHAtUpl .embla__button--prev {
  display: flex;
}
.cid-ukzhHAtUpl .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukzhHAtUpl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukzhHAtUpl .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ukzhHAtUpl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukzhHAtUpl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukzhHAtUpl .embla__button {
    top: auto;
  }
}
.cid-ukzhHAtUpl .embla {
  position: relative;
  width: 100%;
}
.cid-ukzhHAtUpl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukzhHAtUpl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukzhHAtUpl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukzhHAtUpl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ukzhHAtUpl .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ukzhHAtUpl .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ukzhHAtUpl .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ufLCRiZam4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fffff9;
}
.cid-ufLCRiZam4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufLCRiZam4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ufLCRiZam4 .container-fluid {
    padding: 0;
  }
}
.cid-ufLCRiZam4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ufLCRiZam4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ufLCRiZam4 .embla__button--next,
.cid-ufLCRiZam4 .embla__button--prev {
  display: flex;
}
.cid-ufLCRiZam4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ufLCRiZam4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ufLCRiZam4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ufLCRiZam4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ufLCRiZam4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufLCRiZam4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufLCRiZam4 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufLCRiZam4 .embla {
  position: relative;
  width: 100%;
}
.cid-ufLCRiZam4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ufLCRiZam4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufLCRiZam4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufLCRiZam4 .embla__slide a {
  cursor: grab;
}
.cid-ufLCRiZam4 .embla__slide a:active {
  cursor: grabbing;
}
.cid-ufLCRiZam4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufLCRiZam4 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ufLCRiZam4 .mbr-section-title {
  color: #232323;
}
.cid-ufLCRiZam4 .mbr-section-subtitle {
  color: #232323;
}
.cid-ufLCRiZam4 .mbr-box {
  color: #ffffff;
}
.cid-ufLCRiZam4 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ufLCRiZam4 img,
.cid-ufLCRiZam4 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ufLCRiZam4 .item-wrapper {
  position: relative;
}
.cid-ufLCRiZam4 .content-head {
  max-width: 800px;
}
.cid-uIyQaI0JdS {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #fffff9;
}
.cid-uIyQaI0JdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyQaI0JdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uIyQaI0JdS .row {
    text-align: center;
  }
  .cid-uIyQaI0JdS .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIyQaI0JdS .google-map {
  height: 100%;
  position: relative;
}
.cid-uIyQaI0JdS .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIyQaI0JdS .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIyQaI0JdS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyQaI0JdS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyQaI0JdS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyQaI0JdS .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-uIyQaI0JdS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uIyQaI0JdS .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uIyQaI0JdS .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uIyQaI0JdS .cardTitle,
  .cid-uIyQaI0JdS .item-wrap {
    text-align: center;
  }
}
.cid-uIyQaI0JdS ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIyQaI0JdS .list,
.cid-uIyQaI0JdS .item-wrap {
  color: #000000;
}
.cid-uIyQaI0JdS .cardTitle DIV {
  text-align: left;
}
.cid-uIyQaI0JdS .cardTitle {
  text-align: left;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uclImbuVm6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uclImbuVm6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uclImbuVm6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uclImbuVm6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uclImbuVm6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uclImbuVm6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uclImbuVm6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uclImbuVm6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uclImbuVm6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uclImbuVm6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uclImbuVm6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uclImbuVm6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uclImbuVm6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uclImbuVm6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uclImbuVm6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uclImbuVm6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uclImbuVm6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uclImbuVm6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uclImbuVm6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uclImbuVm6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uclImbuVm6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uclImbuVm6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uclImbuVm6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uclImbuVm6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uclImbuVm6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uclImbuVm6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uclImbuVm6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uclImbuVm6 .nav-item:focus,
.cid-uclImbuVm6 .nav-link:focus {
  outline: none;
}
.cid-uclImbuVm6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uclImbuVm6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uclImbuVm6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uclImbuVm6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uclImbuVm6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uclImbuVm6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uclImbuVm6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uclImbuVm6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uclImbuVm6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uclImbuVm6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uclImbuVm6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uclImbuVm6 .navbar.collapsed {
  justify-content: center;
}
.cid-uclImbuVm6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uclImbuVm6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uclImbuVm6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uclImbuVm6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uclImbuVm6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uclImbuVm6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uclImbuVm6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uclImbuVm6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uclImbuVm6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uclImbuVm6 .navbar {
    min-height: 72px;
  }
  .cid-uclImbuVm6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uclImbuVm6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uclImbuVm6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uclImbuVm6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uclImbuVm6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uclImbuVm6 .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-uclImbuVm6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uclImbuVm6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uclImbuVm6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uclImbuVm6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uclImbuVm6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uclImbuVm6 .dropdown-item.active,
.cid-uclImbuVm6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uclImbuVm6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uclImbuVm6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uclImbuVm6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uclImbuVm6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uclImbuVm6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uclImbuVm6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uclImbuVm6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uclImbuVm6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uclImbuVm6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uclImbuVm6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uclImbuVm6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uclImbuVm6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uclImbuVm6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uclImbuVm6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uclImbuVm6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uclImbuVm6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uclImbuVm6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uclImbuVm6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uclImbuVm6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uclImbuVm6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uclImbuVm6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uclImbuVm6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uclImbuVm6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uclImbuVm6 .navbar {
    height: 70px;
  }
  .cid-uclImbuVm6 .navbar.opened {
    height: auto;
  }
  .cid-uclImbuVm6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uclImbuVm6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uclImbuVm6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uclImbuVm6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uclImbuVm6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uclImbuVm6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uclImbuVm6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uclImbuVm6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uclImbuVm6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uclImbuVm6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uclImbJBkE {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uclImbJBkE .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uclImbJBkE {
    align-items: flex-end;
  }
  .cid-uclImbJBkE .row {
    justify-content: center;
  }
  .cid-uclImbJBkE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uclImbJBkE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uclImbJBkE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uclImbJBkE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uclImbJBkE .content-wrap {
    width: 100%;
  }
}
.cid-uclImbJBkE .mbr-section-title,
.cid-uclImbJBkE .mbr-section-subtitle {
  text-align: center;
}
.cid-uclImbJBkE .mbr-text,
.cid-uclImbJBkE .mbr-section-btn {
  text-align: center;
}
.cid-uLWQQ8c9KN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLWQQ8c9KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWQQ8c9KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNFcGkMCe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uHNFcGkMCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNFcGkMCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNFcGkMCe .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHNFcGkMCe .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHNFcGkMCe .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHNFcGkMCe .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHNFcGkMCe .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHNFcGkMCe .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHNFcGkMCe .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uHNFcGkMCe .social-row {
  text-align: center;
}
.cid-uHNFcGkMCe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHNFcGkMCe .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uHNFcGkMCe .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHNFcGkMCe .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uHNGNwVbA4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uHNGNwVbA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNGNwVbA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNGNwVbA4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHNGNwVbA4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHNGNwVbA4 .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHNGNwVbA4 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHNGNwVbA4 .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHNGNwVbA4 .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHNGNwVbA4 .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uHNGNwVbA4 .social-row {
  text-align: center;
}
.cid-uHNGNwVbA4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHNGNwVbA4 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uHNGNwVbA4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHNGNwVbA4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uHNFQl88GA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uHNFQl88GA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNFQl88GA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNFQl88GA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHNFQl88GA .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHNFQl88GA .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHNFQl88GA .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHNFQl88GA .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHNFQl88GA .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHNFQl88GA .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uHNFQl88GA .social-row {
  text-align: center;
}
.cid-uHNFQl88GA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHNFQl88GA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uHNFQl88GA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHNFQl88GA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uHNGp6uDFw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uHNGp6uDFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNGp6uDFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNGp6uDFw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHNGp6uDFw .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHNGp6uDFw .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHNGp6uDFw .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHNGp6uDFw .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHNGp6uDFw .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHNGp6uDFw .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uHNGp6uDFw .social-row {
  text-align: center;
}
.cid-uHNGp6uDFw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHNGp6uDFw .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uHNGp6uDFw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHNGp6uDFw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uHNGCi9mpd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uHNGCi9mpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNGCi9mpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNGCi9mpd .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uHNGCi9mpd .team-card:hover {
  transform: translateY(-10px);
}
.cid-uHNGCi9mpd .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uHNGCi9mpd .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHNGCi9mpd .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uHNGCi9mpd .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHNGCi9mpd .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uHNGCi9mpd .social-row {
  text-align: center;
}
.cid-uHNGCi9mpd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uHNGCi9mpd .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uHNGCi9mpd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uHNGCi9mpd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uIyQHGU11L {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #fafafa;
}
.cid-uIyQHGU11L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyQHGU11L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uIyQHGU11L .row {
    text-align: center;
  }
  .cid-uIyQHGU11L .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIyQHGU11L .google-map {
  height: 100%;
  position: relative;
}
.cid-uIyQHGU11L .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIyQHGU11L .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIyQHGU11L .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyQHGU11L .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyQHGU11L .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyQHGU11L .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-uIyQHGU11L .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uIyQHGU11L .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uIyQHGU11L .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uIyQHGU11L .cardTitle,
  .cid-uIyQHGU11L .item-wrap {
    text-align: center;
  }
}
.cid-uIyQHGU11L ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIyQHGU11L .list,
.cid-uIyQHGU11L .item-wrap {
  color: #000000;
}
.cid-uIyQHGU11L .cardTitle DIV {
  text-align: left;
}
.cid-uIyQHGU11L .cardTitle {
  text-align: left;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uciMXxsZQ1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uciMXxsZQ1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uciMXxsZQ1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uciMXxsZQ1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uciMXxsZQ1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uciMXxsZQ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uciMXxsZQ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uciMXxsZQ1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uciMXxsZQ1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uciMXxsZQ1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uciMXxsZQ1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uciMXxsZQ1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uciMXxsZQ1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uciMXxsZQ1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uciMXxsZQ1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uciMXxsZQ1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uciMXxsZQ1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uciMXxsZQ1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uciMXxsZQ1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uciMXxsZQ1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uciMXxsZQ1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uciMXxsZQ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uciMXxsZQ1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uciMXxsZQ1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uciMXxsZQ1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uciMXxsZQ1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uciMXxsZQ1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uciMXxsZQ1 .nav-item:focus,
.cid-uciMXxsZQ1 .nav-link:focus {
  outline: none;
}
.cid-uciMXxsZQ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uciMXxsZQ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uciMXxsZQ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uciMXxsZQ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uciMXxsZQ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uciMXxsZQ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uciMXxsZQ1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uciMXxsZQ1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uciMXxsZQ1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uciMXxsZQ1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uciMXxsZQ1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uciMXxsZQ1 .navbar.collapsed {
  justify-content: center;
}
.cid-uciMXxsZQ1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uciMXxsZQ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uciMXxsZQ1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uciMXxsZQ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uciMXxsZQ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uciMXxsZQ1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uciMXxsZQ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uciMXxsZQ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uciMXxsZQ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uciMXxsZQ1 .navbar {
    min-height: 72px;
  }
  .cid-uciMXxsZQ1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uciMXxsZQ1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uciMXxsZQ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uciMXxsZQ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uciMXxsZQ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uciMXxsZQ1 .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-uciMXxsZQ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uciMXxsZQ1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uciMXxsZQ1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uciMXxsZQ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uciMXxsZQ1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uciMXxsZQ1 .dropdown-item.active,
.cid-uciMXxsZQ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uciMXxsZQ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uciMXxsZQ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uciMXxsZQ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uciMXxsZQ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uciMXxsZQ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uciMXxsZQ1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uciMXxsZQ1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uciMXxsZQ1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uciMXxsZQ1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uciMXxsZQ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uciMXxsZQ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uciMXxsZQ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uciMXxsZQ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciMXxsZQ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uciMXxsZQ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uciMXxsZQ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciMXxsZQ1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uciMXxsZQ1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uciMXxsZQ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uciMXxsZQ1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uciMXxsZQ1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uciMXxsZQ1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uciMXxsZQ1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uciMXxsZQ1 .navbar {
    height: 70px;
  }
  .cid-uciMXxsZQ1 .navbar.opened {
    height: auto;
  }
  .cid-uciMXxsZQ1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uciMXxsZQ1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uciMXxsZQ1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uciMXxsZQ1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uciMXxsZQ1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uciMXxsZQ1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uciMXxsZQ1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uciMXxsZQ1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uciMXxsZQ1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uciMXxsZQ1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uciMXxMVQp {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uciMXxMVQp .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uciMXxMVQp {
    align-items: flex-end;
  }
  .cid-uciMXxMVQp .row {
    justify-content: center;
  }
  .cid-uciMXxMVQp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uciMXxMVQp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uciMXxMVQp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uciMXxMVQp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uciMXxMVQp .content-wrap {
    width: 100%;
  }
}
.cid-uciMXxMVQp .mbr-section-title,
.cid-uciMXxMVQp .mbr-section-subtitle {
  text-align: center;
}
.cid-uciMXxMVQp .mbr-text,
.cid-uciMXxMVQp .mbr-section-btn {
  text-align: center;
}
.cid-uHNNYThKTE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uHNNYThKTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNNYThKTE .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-uHNNYThKTE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHNNYThKTE .row {
  flex-direction: row-reverse;
}
.cid-uHNNYThKTE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHNNYThKTE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHNNYThKTE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHNNYThKTE .mbr-section-title {
  color: #000000;
}
.cid-uHNNYThKTE .mbr-text,
.cid-uHNNYThKTE .mbr-section-btn {
  color: #232323;
}
.cid-uIKvM7Hyc9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKvM7Hyc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKvM7Hyc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKvM7Hyc9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKvM7Hyc9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKvM7Hyc9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ufHATgp9p1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ufHATgp9p1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufHATgp9p1 .item {
    margin-bottom: 1rem;
  }
}
.cid-ufHATgp9p1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ufHATgp9p1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ufHATgp9p1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ufHATgp9p1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ufHATgp9p1 .carousel-control,
.cid-ufHATgp9p1 .close {
  background: #1b1b1b;
}
.cid-ufHATgp9p1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufHATgp9p1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufHATgp9p1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufHATgp9p1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufHATgp9p1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufHATgp9p1 .close::before {
  content: '\e91a';
}
.cid-ufHATgp9p1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufHATgp9p1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufHATgp9p1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufHATgp9p1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufHATgp9p1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufHATgp9p1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufHATgp9p1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufHATgp9p1 .carousel-indicators li.active,
.cid-ufHATgp9p1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufHATgp9p1 .carousel-indicators li::after,
.cid-ufHATgp9p1 .carousel-indicators li::before {
  content: none;
}
.cid-ufHATgp9p1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufHATgp9p1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufHATgp9p1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufHATgp9p1 .carousel-indicators {
    display: none;
  }
}
.cid-ufHATgp9p1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufHATgp9p1 .carousel-inner > .active {
  display: block;
}
.cid-ufHATgp9p1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufHATgp9p1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufHATgp9p1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufHATgp9p1 .carousel-control,
  .cid-ufHATgp9p1 .carousel-indicators,
  .cid-ufHATgp9p1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufHATgp9p1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufHATgp9p1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufHATgp9p1 .carousel-indicators .active,
.cid-ufHATgp9p1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufHATgp9p1 .carousel-indicators .active {
  background: #fff;
}
.cid-ufHATgp9p1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufHATgp9p1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufHATgp9p1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufHATgp9p1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufHATgp9p1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufHATgp9p1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufHATgp9p1 .carousel {
  width: 100%;
}
.cid-ufHATgp9p1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufHATgp9p1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufHATgp9p1 .modal.fade .modal-dialog,
.cid-ufHATgp9p1 .modal.in .modal-dialog {
  transform: none;
}
.cid-ufHATgp9p1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufHATgp9p1 .content-head {
  max-width: 800px;
}
.cid-ucmOoYGpED {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ucmOoYGpED .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucmOoYGpED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucmOoYGpED .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucmOoYGpED .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucmOoYGpED .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-ucmOoYGpED .bg-instagram:hover {
  background: #bd005c;
}
.cid-ucmOoYGpED .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucmOoYGpED [class^="socicon-"]:before,
.cid-ucmOoYGpED [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ucmCDjRwe8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucmCDjRwe8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucmCDjRwe8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucmCDjRwe8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucmCDjRwe8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucmCDjRwe8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucmCDjRwe8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucmCDjRwe8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucmCDjRwe8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucmCDjRwe8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucmCDjRwe8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucmCDjRwe8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucmCDjRwe8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucmCDjRwe8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucmCDjRwe8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucmCDjRwe8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucmCDjRwe8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucmCDjRwe8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucmCDjRwe8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucmCDjRwe8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucmCDjRwe8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucmCDjRwe8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucmCDjRwe8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucmCDjRwe8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucmCDjRwe8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucmCDjRwe8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucmCDjRwe8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucmCDjRwe8 .nav-item:focus,
.cid-ucmCDjRwe8 .nav-link:focus {
  outline: none;
}
.cid-ucmCDjRwe8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucmCDjRwe8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucmCDjRwe8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucmCDjRwe8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucmCDjRwe8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucmCDjRwe8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucmCDjRwe8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucmCDjRwe8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucmCDjRwe8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucmCDjRwe8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucmCDjRwe8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucmCDjRwe8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucmCDjRwe8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucmCDjRwe8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucmCDjRwe8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucmCDjRwe8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucmCDjRwe8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucmCDjRwe8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucmCDjRwe8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucmCDjRwe8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucmCDjRwe8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucmCDjRwe8 .navbar {
    min-height: 72px;
  }
  .cid-ucmCDjRwe8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucmCDjRwe8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucmCDjRwe8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucmCDjRwe8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucmCDjRwe8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucmCDjRwe8 .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-ucmCDjRwe8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucmCDjRwe8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucmCDjRwe8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucmCDjRwe8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucmCDjRwe8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucmCDjRwe8 .dropdown-item.active,
.cid-ucmCDjRwe8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucmCDjRwe8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucmCDjRwe8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucmCDjRwe8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucmCDjRwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucmCDjRwe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucmCDjRwe8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucmCDjRwe8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucmCDjRwe8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucmCDjRwe8 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucmCDjRwe8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucmCDjRwe8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucmCDjRwe8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucmCDjRwe8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmCDjRwe8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmCDjRwe8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucmCDjRwe8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmCDjRwe8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucmCDjRwe8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucmCDjRwe8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmCDjRwe8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucmCDjRwe8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucmCDjRwe8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucmCDjRwe8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucmCDjRwe8 .navbar {
    height: 70px;
  }
  .cid-ucmCDjRwe8 .navbar.opened {
    height: auto;
  }
  .cid-ucmCDjRwe8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucmCDjRwe8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucmCDjRwe8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucmCDjRwe8 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucmCDjRwe8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucmCDjRwe8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucmCDjRwe8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucmCDjRwe8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucmCDjRwe8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucmCDjRwe8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucmCDk7aYe {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucmCDk7aYe .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucmCDk7aYe {
    align-items: flex-end;
  }
  .cid-ucmCDk7aYe .row {
    justify-content: center;
  }
  .cid-ucmCDk7aYe .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucmCDk7aYe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucmCDk7aYe {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucmCDk7aYe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucmCDk7aYe .content-wrap {
    width: 100%;
  }
}
.cid-ucmCDk7aYe .mbr-section-title,
.cid-ucmCDk7aYe .mbr-section-subtitle {
  text-align: center;
}
.cid-ucmCDk7aYe .mbr-text,
.cid-ucmCDk7aYe .mbr-section-btn {
  text-align: center;
}
.cid-ucmCVzqQz7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucmCVzqQz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucmCVzqQz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucmCVzqQz7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucmCVzqQz7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucmCVzqQz7 .mbr-section-title {
  text-align: center;
}
.cid-ucmCVzqQz7 .mbr-section-subtitle {
  text-align: center;
}
.cid-ucmCVzqQz7 .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ucmCVzqQz7 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ucmCVzqQz7 .content-head {
  max-width: 800px;
}
.cid-ucmCVzqQz7 .img-box {
  display: flex;
  justify-content: center;
}
.cid-ucmCVzqQz7 .card-title {
  text-align: center;
}
.cid-ucmCVzqQz7 .card-text {
  text-align: center;
}
.cid-ucmCVzqQz7 .link {
  text-align: center;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ucjeKiHRR8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucjeKiHRR8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucjeKiHRR8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucjeKiHRR8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucjeKiHRR8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucjeKiHRR8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucjeKiHRR8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucjeKiHRR8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucjeKiHRR8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucjeKiHRR8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucjeKiHRR8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucjeKiHRR8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucjeKiHRR8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucjeKiHRR8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucjeKiHRR8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucjeKiHRR8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucjeKiHRR8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucjeKiHRR8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucjeKiHRR8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucjeKiHRR8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucjeKiHRR8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucjeKiHRR8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucjeKiHRR8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucjeKiHRR8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucjeKiHRR8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucjeKiHRR8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucjeKiHRR8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucjeKiHRR8 .nav-item:focus,
.cid-ucjeKiHRR8 .nav-link:focus {
  outline: none;
}
.cid-ucjeKiHRR8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucjeKiHRR8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucjeKiHRR8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucjeKiHRR8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucjeKiHRR8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucjeKiHRR8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucjeKiHRR8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucjeKiHRR8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucjeKiHRR8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucjeKiHRR8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucjeKiHRR8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucjeKiHRR8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucjeKiHRR8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucjeKiHRR8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucjeKiHRR8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucjeKiHRR8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucjeKiHRR8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucjeKiHRR8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucjeKiHRR8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucjeKiHRR8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucjeKiHRR8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucjeKiHRR8 .navbar {
    min-height: 72px;
  }
  .cid-ucjeKiHRR8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucjeKiHRR8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucjeKiHRR8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucjeKiHRR8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucjeKiHRR8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucjeKiHRR8 .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-ucjeKiHRR8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucjeKiHRR8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucjeKiHRR8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucjeKiHRR8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucjeKiHRR8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucjeKiHRR8 .dropdown-item.active,
.cid-ucjeKiHRR8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucjeKiHRR8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucjeKiHRR8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucjeKiHRR8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucjeKiHRR8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucjeKiHRR8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucjeKiHRR8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucjeKiHRR8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucjeKiHRR8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucjeKiHRR8 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucjeKiHRR8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucjeKiHRR8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucjeKiHRR8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucjeKiHRR8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjeKiHRR8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjeKiHRR8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucjeKiHRR8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjeKiHRR8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucjeKiHRR8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucjeKiHRR8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjeKiHRR8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucjeKiHRR8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucjeKiHRR8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucjeKiHRR8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucjeKiHRR8 .navbar {
    height: 70px;
  }
  .cid-ucjeKiHRR8 .navbar.opened {
    height: auto;
  }
  .cid-ucjeKiHRR8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucjeKiHRR8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucjeKiHRR8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucjeKiHRR8 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucjeKiHRR8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucjeKiHRR8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucjeKiHRR8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucjeKiHRR8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjeKiHRR8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucjeKiHRR8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucjeKjakKr {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucjeKjakKr .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucjeKjakKr {
    align-items: flex-end;
  }
  .cid-ucjeKjakKr .row {
    justify-content: center;
  }
  .cid-ucjeKjakKr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucjeKjakKr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucjeKjakKr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucjeKjakKr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucjeKjakKr .content-wrap {
    width: 100%;
  }
}
.cid-ucjeKjakKr .mbr-section-title,
.cid-ucjeKjakKr .mbr-section-subtitle {
  text-align: center;
}
.cid-ucjeKjakKr .mbr-text,
.cid-ucjeKjakKr .mbr-section-btn {
  text-align: center;
}
.cid-uHTAmY37SD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uHTAmY37SD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHTAmY37SD .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-uHTAmY37SD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHTAmY37SD .row {
  flex-direction: row-reverse;
}
.cid-uHTAmY37SD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHTAmY37SD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHTAmY37SD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHTAmY37SD .mbr-section-title {
  color: #000000;
}
.cid-uHTAmY37SD .mbr-text,
.cid-uHTAmY37SD .mbr-section-btn {
  color: #232323;
}
.cid-uIKxHIYxK3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKxHIYxK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKxHIYxK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKxHIYxK3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKxHIYxK3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKxHIYxK3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqILUgVLJ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uqILUgVLJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqILUgVLJ9 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uqILUgVLJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqILUgVLJ9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqILUgVLJ9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqILUgVLJ9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uqILUgVLJ9 .card-title,
.cid-uqILUgVLJ9 .iconfont-wrapper {
  color: #000000;
}
.cid-uqILUgVLJ9 .card-text {
  color: #000000;
}
.cid-uqILUgVLJ9 .content-head {
  max-width: 800px;
}
.cid-uqILUgVLJ9 .mbr-section-title {
  color: #000000;
}
.cid-uIKGdXKg6B {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIKGdXKg6B {
    padding-bottom: 2rem;
  }
}
.cid-uIKGdXKg6B img,
.cid-uIKGdXKg6B .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uIKGdXKg6B img,
  .cid-uIKGdXKg6B .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-uIKGdXKg6B .mbr-text {
  color: #000000;
}
.cid-uIKGdXKg6B .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIKGdXKg6B .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGdXKg6B .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIKGdXKg6B .mbr-text UL {
  text-align: left;
}
.cid-uIKGdXKg6B .mbr-section-subtitle,
.cid-uIKGdXKg6B .main-button {
  color: #000000;
}
.cid-uIKGdXKg6B .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uIKGdXKg6B .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uIKGdXKg6B .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGdXKg6B .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIKGdXKg6B .item-title {
  text-align: center;
}
.cid-uIKGdXKg6B .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIKGdXKg6B .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uIKGdbnCd1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uIKGdbnCd1 {
    padding-bottom: 2rem;
  }
}
.cid-uIKGdbnCd1 img,
.cid-uIKGdbnCd1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uIKGdbnCd1 img,
  .cid-uIKGdbnCd1 .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-uIKGdbnCd1 .row {
  flex-direction: row-reverse;
}
.cid-uIKGdbnCd1 .mbr-text {
  color: #000000;
}
.cid-uIKGdbnCd1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIKGdbnCd1 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGdbnCd1 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIKGdbnCd1 .mbr-text UL {
  text-align: left;
}
.cid-uIKGdbnCd1 .mbr-section-subtitle,
.cid-uIKGdbnCd1 .main-button {
  color: #000000;
}
.cid-uIKGdbnCd1 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uIKGdbnCd1 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uIKGdbnCd1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGdbnCd1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIKGdbnCd1 .item-title {
  text-align: center;
}
.cid-uIKGdbnCd1 .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIKGdbnCd1 .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uIKGeyEN6t {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIKGeyEN6t {
    padding-bottom: 2rem;
  }
}
.cid-uIKGeyEN6t img,
.cid-uIKGeyEN6t .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uIKGeyEN6t img,
  .cid-uIKGeyEN6t .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-uIKGeyEN6t .mbr-text {
  color: #000000;
}
.cid-uIKGeyEN6t .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIKGeyEN6t .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGeyEN6t .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIKGeyEN6t .mbr-text UL {
  text-align: left;
}
.cid-uIKGeyEN6t .mbr-section-subtitle,
.cid-uIKGeyEN6t .main-button {
  color: #000000;
}
.cid-uIKGeyEN6t .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uIKGeyEN6t .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uIKGeyEN6t .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGeyEN6t .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIKGeyEN6t .item-title {
  text-align: center;
}
.cid-uIKGeyEN6t .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIKGeyEN6t .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uIKGfUfCyk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uIKGfUfCyk {
    padding-bottom: 2rem;
  }
}
.cid-uIKGfUfCyk img,
.cid-uIKGfUfCyk .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uIKGfUfCyk img,
  .cid-uIKGfUfCyk .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uIKGfUfCyk .row {
  flex-direction: row-reverse;
}
.cid-uIKGfUfCyk .mbr-text {
  color: #000000;
}
.cid-uIKGfUfCyk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIKGfUfCyk .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGfUfCyk .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIKGfUfCyk .mbr-text UL {
  text-align: left;
}
.cid-uIKGfUfCyk .mbr-section-subtitle,
.cid-uIKGfUfCyk .main-button {
  color: #000000;
}
.cid-uIKGfUfCyk .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uIKGfUfCyk .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uIKGfUfCyk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGfUfCyk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIKGfUfCyk .item-title {
  text-align: center;
}
.cid-uIKGfUfCyk .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIKGfUfCyk .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uIKGgkF0ib {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uIKGgkF0ib .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uIKGgkF0ib .panel-group {
  border: none;
}
.cid-uIKGgkF0ib .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uIKGgkF0ib .card-header {
    padding: 0rem;
  }
}
.cid-uIKGgkF0ib .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uIKGgkF0ib .img-col {
  padding: 0;
}
.cid-uIKGgkF0ib .img-item {
  height: 100%;
}
.cid-uIKGgkF0ib img {
  height: 100%;
  object-fit: cover;
}
.cid-uIKGgkF0ib .collapsed span {
  transform: rotate(0deg);
}
.cid-uIKGgkF0ib .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIKGgkF0ib p {
  margin-bottom: 0.3rem;
}
.cid-uIKGgkF0ib .panel-title-edit {
  color: #000000;
}
.cid-uIKGgkF0ib .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uIKGgkF0ib .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uIKGgkF0ib .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIKGgkF0ib .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uIKGgkF0ib .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uIKGgkF0ib .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uIKGgkF0ib .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIKGgkF0ib .panel-title-edit,
.cid-uIKGgkF0ib .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uIKGgkF0ib .panel-title-edit,
.cid-uIKGgkF0ib .mbr-iconfont P {
  text-align: center;
}
.cid-uIKGgOVQxD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIKGgOVQxD {
    padding-bottom: 2rem;
  }
}
.cid-uIKGgOVQxD img,
.cid-uIKGgOVQxD .item-img {
  width: 100%;
  height: 100%;
}
.cid-uIKGgOVQxD .mbr-text {
  color: #000000;
}
.cid-uIKGgOVQxD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIKGgOVQxD .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGgOVQxD .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIKGgOVQxD .mbr-text UL {
  text-align: left;
}
.cid-uIKGgOVQxD .mbr-section-subtitle,
.cid-uIKGgOVQxD .main-button {
  color: #000000;
}
.cid-uIKGgOVQxD .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uIKGgOVQxD .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uIKGgOVQxD .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGgOVQxD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIKGgOVQxD .item-title {
  text-align: center;
}
.cid-uIKGgOVQxD .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIKGgOVQxD .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uIKGhgXsyq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uIKGhgXsyq {
    padding-bottom: 2rem;
  }
}
.cid-uIKGhgXsyq img,
.cid-uIKGhgXsyq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uIKGhgXsyq img,
  .cid-uIKGhgXsyq .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-uIKGhgXsyq .row {
  flex-direction: row-reverse;
}
.cid-uIKGhgXsyq .mbr-text {
  color: #000000;
}
.cid-uIKGhgXsyq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIKGhgXsyq .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGhgXsyq .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIKGhgXsyq .mbr-text UL {
  text-align: left;
}
.cid-uIKGhgXsyq .mbr-section-subtitle,
.cid-uIKGhgXsyq .main-button {
  color: #000000;
}
.cid-uIKGhgXsyq .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uIKGhgXsyq .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uIKGhgXsyq .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGhgXsyq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIKGhgXsyq .item-title {
  text-align: center;
}
.cid-uIKGhgXsyq .item-wrapper {
  padding: 0;
  margin: 0;
}
.cid-uIKGhgXsyq .side-features .item {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uIKGhgXsyq .side-features {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uIKGhgXsyq .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIKGhgXsyq .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uqwj4Y6Axa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uqwj4Y6Axa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwj4Y6Axa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwj4Y6Axa .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqwj4Y6Axa .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqwj4Y6Axa .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uqwj4Y6Axa .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqwj4Y6Axa .mbr-text,
.cid-uqwj4Y6Axa .mbr-section-btn {
  text-align: center;
}
.cid-ucmHT5n0Cu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucmHT5n0Cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucmHT5n0Cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucmHT5n0Cu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucmHT5n0Cu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucmHT5n0Cu .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-ucmHT5n0Cu .bg-instagram:hover {
  background: #bd005c;
}
.cid-ucmHT5n0Cu .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucmHT5n0Cu [class^="socicon-"]:before,
.cid-ucmHT5n0Cu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ucj8TjWqzR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucj8TjWqzR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucj8TjWqzR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucj8TjWqzR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucj8TjWqzR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucj8TjWqzR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucj8TjWqzR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucj8TjWqzR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucj8TjWqzR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucj8TjWqzR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucj8TjWqzR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucj8TjWqzR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucj8TjWqzR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucj8TjWqzR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucj8TjWqzR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucj8TjWqzR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucj8TjWqzR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucj8TjWqzR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucj8TjWqzR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucj8TjWqzR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucj8TjWqzR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucj8TjWqzR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucj8TjWqzR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucj8TjWqzR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucj8TjWqzR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucj8TjWqzR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucj8TjWqzR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucj8TjWqzR .nav-item:focus,
.cid-ucj8TjWqzR .nav-link:focus {
  outline: none;
}
.cid-ucj8TjWqzR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucj8TjWqzR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucj8TjWqzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucj8TjWqzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucj8TjWqzR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucj8TjWqzR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucj8TjWqzR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucj8TjWqzR .navbar.opened {
  transition: all 0.3s;
}
.cid-ucj8TjWqzR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucj8TjWqzR .navbar .navbar-logo img {
  width: auto;
}
.cid-ucj8TjWqzR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucj8TjWqzR .navbar.collapsed {
  justify-content: center;
}
.cid-ucj8TjWqzR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucj8TjWqzR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucj8TjWqzR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucj8TjWqzR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucj8TjWqzR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucj8TjWqzR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucj8TjWqzR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucj8TjWqzR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucj8TjWqzR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucj8TjWqzR .navbar {
    min-height: 72px;
  }
  .cid-ucj8TjWqzR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucj8TjWqzR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucj8TjWqzR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucj8TjWqzR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucj8TjWqzR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucj8TjWqzR .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-ucj8TjWqzR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucj8TjWqzR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucj8TjWqzR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucj8TjWqzR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucj8TjWqzR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucj8TjWqzR .dropdown-item.active,
.cid-ucj8TjWqzR .dropdown-item:active {
  background-color: transparent;
}
.cid-ucj8TjWqzR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucj8TjWqzR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucj8TjWqzR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucj8TjWqzR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucj8TjWqzR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucj8TjWqzR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucj8TjWqzR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucj8TjWqzR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucj8TjWqzR .navbar-buttons {
    text-align: left;
  }
}
.cid-ucj8TjWqzR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucj8TjWqzR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucj8TjWqzR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucj8TjWqzR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucj8TjWqzR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucj8TjWqzR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucj8TjWqzR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucj8TjWqzR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucj8TjWqzR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucj8TjWqzR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucj8TjWqzR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucj8TjWqzR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucj8TjWqzR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucj8TjWqzR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucj8TjWqzR .navbar {
    height: 70px;
  }
  .cid-ucj8TjWqzR .navbar.opened {
    height: auto;
  }
  .cid-ucj8TjWqzR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucj8TjWqzR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucj8TjWqzR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucj8TjWqzR .navbar-brand {
    margin-right: auto;
  }
  .cid-ucj8TjWqzR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucj8TjWqzR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucj8TjWqzR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucj8TjWqzR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucj8TjWqzR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucj8TjWqzR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucj8TkpPhS {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucj8TkpPhS .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucj8TkpPhS {
    align-items: flex-end;
  }
  .cid-ucj8TkpPhS .row {
    justify-content: center;
  }
  .cid-ucj8TkpPhS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucj8TkpPhS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucj8TkpPhS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucj8TkpPhS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucj8TkpPhS .content-wrap {
    width: 100%;
  }
}
.cid-ucj8TkpPhS .mbr-section-title,
.cid-ucj8TkpPhS .mbr-section-subtitle {
  text-align: center;
}
.cid-ucj8TkpPhS .mbr-text,
.cid-ucj8TkpPhS .mbr-section-btn {
  text-align: center;
}
.cid-uHTy8Qcw2k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uHTy8Qcw2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHTy8Qcw2k .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-uHTy8Qcw2k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHTy8Qcw2k .row {
  flex-direction: row-reverse;
}
.cid-uHTy8Qcw2k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHTy8Qcw2k .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHTy8Qcw2k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHTy8Qcw2k .mbr-section-title {
  color: #000000;
}
.cid-uHTy8Qcw2k .mbr-text,
.cid-uHTy8Qcw2k .mbr-section-btn {
  color: #232323;
}
.cid-uIKxoFEZNt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKxoFEZNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKxoFEZNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKxoFEZNt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKxoFEZNt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKxoFEZNt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqILQoVyLN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uqILQoVyLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqILQoVyLN .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uqILQoVyLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqILQoVyLN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqILQoVyLN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqILQoVyLN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uqILQoVyLN .card-title,
.cid-uqILQoVyLN .iconfont-wrapper {
  color: #000000;
}
.cid-uqILQoVyLN .card-text {
  color: #000000;
}
.cid-uqILQoVyLN .content-head {
  max-width: 800px;
}
.cid-uqILQoVyLN .mbr-section-title {
  color: #000000;
}
.cid-uHTzxWKQl7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHTzxWKQl7 {
    padding-bottom: 2rem;
  }
}
.cid-uHTzxWKQl7 img,
.cid-uHTzxWKQl7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uHTzxWKQl7 img,
  .cid-uHTzxWKQl7 .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-uHTzxWKQl7 .mbr-text {
  color: #000000;
}
.cid-uHTzxWKQl7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHTzxWKQl7 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTzxWKQl7 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHTzxWKQl7 .mbr-text UL {
  text-align: left;
}
.cid-uHTzxWKQl7 .mbr-section-subtitle,
.cid-uHTzxWKQl7 .main-button {
  color: #000000;
}
.cid-uHTzxWKQl7 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHTzxWKQl7 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uHTzxWKQl7 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTzxWKQl7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHTzxWKQl7 .item-title {
  text-align: center;
}
.cid-uHTzxWKQl7 .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHTzxWKQl7 .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uHTzzGdUjg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-uHTzzGdUjg {
    padding-bottom: 2rem;
  }
}
.cid-uHTzzGdUjg img,
.cid-uHTzzGdUjg .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uHTzzGdUjg img,
  .cid-uHTzzGdUjg .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-uHTzzGdUjg .mbr-text {
  color: #000000;
}
.cid-uHTzzGdUjg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHTzzGdUjg .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTzzGdUjg .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHTzzGdUjg .mbr-text UL {
  text-align: left;
}
.cid-uHTzzGdUjg .mbr-section-subtitle,
.cid-uHTzzGdUjg .main-button {
  color: #000000;
}
.cid-uHTzzGdUjg .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHTzzGdUjg .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uHTzzGdUjg .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTzzGdUjg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHTzzGdUjg .item-title {
  text-align: center;
}
.cid-uHTzzGdUjg .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHTzzGdUjg .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uHTzAHQ7xD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uHTzAHQ7xD {
    padding-bottom: 2rem;
  }
}
.cid-uHTzAHQ7xD img,
.cid-uHTzAHQ7xD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uHTzAHQ7xD img,
  .cid-uHTzAHQ7xD .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-uHTzAHQ7xD .row {
  flex-direction: row-reverse;
}
.cid-uHTzAHQ7xD .mbr-text {
  color: #000000;
}
.cid-uHTzAHQ7xD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHTzAHQ7xD .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTzAHQ7xD .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHTzAHQ7xD .mbr-text UL {
  text-align: left;
}
.cid-uHTzAHQ7xD .mbr-section-subtitle,
.cid-uHTzAHQ7xD .main-button {
  color: #000000;
}
.cid-uHTzAHQ7xD .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHTzAHQ7xD .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uHTzAHQ7xD .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTzAHQ7xD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHTzAHQ7xD .item-title {
  text-align: center;
}
.cid-uHTzAHQ7xD .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHTzAHQ7xD .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uHTzBeJBq4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uHTzBeJBq4 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHTzBeJBq4 .panel-group {
  border: none;
}
.cid-uHTzBeJBq4 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHTzBeJBq4 .card-header {
    padding: 0rem;
  }
}
.cid-uHTzBeJBq4 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHTzBeJBq4 .img-col {
  padding: 0;
}
.cid-uHTzBeJBq4 .img-item {
  height: 100%;
}
.cid-uHTzBeJBq4 img {
  height: 100%;
  object-fit: cover;
}
.cid-uHTzBeJBq4 .collapsed span {
  transform: rotate(0deg);
}
.cid-uHTzBeJBq4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHTzBeJBq4 p {
  margin-bottom: 0.3rem;
}
.cid-uHTzBeJBq4 .panel-title-edit {
  color: #000000;
}
.cid-uHTzBeJBq4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHTzBeJBq4 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHTzBeJBq4 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHTzBeJBq4 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHTzBeJBq4 .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uHTzBeJBq4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHTzBeJBq4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHTzBeJBq4 .panel-title-edit,
.cid-uHTzBeJBq4 .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uHTzBeJBq4 .panel-title-edit,
.cid-uHTzBeJBq4 .mbr-iconfont P {
  text-align: center;
}
.cid-uHTzBYKR0i {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHTzBYKR0i {
    padding-bottom: 2rem;
  }
}
.cid-uHTzBYKR0i img,
.cid-uHTzBYKR0i .item-img {
  width: 100%;
  height: 100%;
}
.cid-uHTzBYKR0i .mbr-text {
  color: #000000;
}
.cid-uHTzBYKR0i .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHTzBYKR0i .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTzBYKR0i .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHTzBYKR0i .mbr-text UL {
  text-align: left;
}
.cid-uHTzBYKR0i .mbr-section-subtitle,
.cid-uHTzBYKR0i .main-button {
  color: #000000;
}
.cid-uHTzBYKR0i .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHTzBYKR0i .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uHTzBYKR0i .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTzBYKR0i .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHTzBYKR0i .item-title {
  text-align: center;
}
.cid-uHTzBYKR0i .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHTzBYKR0i .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uHTzCvRHCx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uHTzCvRHCx {
    padding-bottom: 2rem;
  }
}
.cid-uHTzCvRHCx img,
.cid-uHTzCvRHCx .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uHTzCvRHCx img,
  .cid-uHTzCvRHCx .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-uHTzCvRHCx .row {
  flex-direction: row-reverse;
}
.cid-uHTzCvRHCx .mbr-text {
  color: #000000;
}
.cid-uHTzCvRHCx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHTzCvRHCx .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTzCvRHCx .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHTzCvRHCx .mbr-text UL {
  text-align: left;
}
.cid-uHTzCvRHCx .mbr-section-subtitle,
.cid-uHTzCvRHCx .main-button {
  color: #000000;
}
.cid-uHTzCvRHCx .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHTzCvRHCx .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uHTzCvRHCx .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTzCvRHCx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHTzCvRHCx .item-title {
  text-align: center;
}
.cid-uHTzCvRHCx .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHTzCvRHCx .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ucjfmLKAB1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucjfmLKAB1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucjfmLKAB1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucjfmLKAB1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucjfmLKAB1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucjfmLKAB1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucjfmLKAB1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucjfmLKAB1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucjfmLKAB1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucjfmLKAB1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucjfmLKAB1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucjfmLKAB1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucjfmLKAB1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucjfmLKAB1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucjfmLKAB1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucjfmLKAB1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucjfmLKAB1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucjfmLKAB1 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucjfmLKAB1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucjfmLKAB1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucjfmLKAB1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucjfmLKAB1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucjfmLKAB1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucjfmLKAB1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucjfmLKAB1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucjfmLKAB1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucjfmLKAB1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucjfmLKAB1 .nav-item:focus,
.cid-ucjfmLKAB1 .nav-link:focus {
  outline: none;
}
.cid-ucjfmLKAB1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucjfmLKAB1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucjfmLKAB1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucjfmLKAB1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucjfmLKAB1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucjfmLKAB1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucjfmLKAB1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucjfmLKAB1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucjfmLKAB1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucjfmLKAB1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucjfmLKAB1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucjfmLKAB1 .navbar.collapsed {
  justify-content: center;
}
.cid-ucjfmLKAB1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucjfmLKAB1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucjfmLKAB1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucjfmLKAB1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucjfmLKAB1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucjfmLKAB1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucjfmLKAB1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucjfmLKAB1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucjfmLKAB1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucjfmLKAB1 .navbar {
    min-height: 72px;
  }
  .cid-ucjfmLKAB1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucjfmLKAB1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucjfmLKAB1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucjfmLKAB1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucjfmLKAB1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucjfmLKAB1 .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-ucjfmLKAB1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucjfmLKAB1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucjfmLKAB1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucjfmLKAB1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucjfmLKAB1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucjfmLKAB1 .dropdown-item.active,
.cid-ucjfmLKAB1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucjfmLKAB1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucjfmLKAB1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucjfmLKAB1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucjfmLKAB1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucjfmLKAB1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucjfmLKAB1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucjfmLKAB1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucjfmLKAB1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucjfmLKAB1 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucjfmLKAB1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucjfmLKAB1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucjfmLKAB1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucjfmLKAB1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjfmLKAB1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjfmLKAB1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucjfmLKAB1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjfmLKAB1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucjfmLKAB1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucjfmLKAB1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjfmLKAB1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucjfmLKAB1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucjfmLKAB1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucjfmLKAB1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucjfmLKAB1 .navbar {
    height: 70px;
  }
  .cid-ucjfmLKAB1 .navbar.opened {
    height: auto;
  }
  .cid-ucjfmLKAB1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucjfmLKAB1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucjfmLKAB1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucjfmLKAB1 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucjfmLKAB1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucjfmLKAB1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucjfmLKAB1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucjfmLKAB1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjfmLKAB1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucjfmLKAB1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucjfmM2trm {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucjfmM2trm .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucjfmM2trm {
    align-items: flex-end;
  }
  .cid-ucjfmM2trm .row {
    justify-content: center;
  }
  .cid-ucjfmM2trm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucjfmM2trm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucjfmM2trm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucjfmM2trm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucjfmM2trm .content-wrap {
    width: 100%;
  }
}
.cid-ucjfmM2trm .mbr-section-title,
.cid-ucjfmM2trm .mbr-section-subtitle {
  text-align: center;
}
.cid-ucjfmM2trm .mbr-text,
.cid-ucjfmM2trm .mbr-section-btn {
  text-align: center;
}
.cid-uIz1LP11lU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uIz1LP11lU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz1LP11lU .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-uIz1LP11lU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIz1LP11lU .row {
  flex-direction: row-reverse;
}
.cid-uIz1LP11lU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIz1LP11lU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz1LP11lU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIz1LP11lU .mbr-section-title {
  color: #000000;
}
.cid-uIz1LP11lU .mbr-text,
.cid-uIz1LP11lU .mbr-section-btn {
  color: #232323;
}
.cid-uIKAxJuGjo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKAxJuGjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKAxJuGjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKAxJuGjo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKAxJuGjo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKAxJuGjo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucoOE2mYDY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ucoOE2mYDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucoOE2mYDY .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ucoOE2mYDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucoOE2mYDY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucoOE2mYDY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucoOE2mYDY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ucoOE2mYDY .card-title,
.cid-ucoOE2mYDY .iconfont-wrapper {
  color: #000000;
}
.cid-ucoOE2mYDY .card-text {
  color: #000000;
}
.cid-ucoOE2mYDY .content-head {
  max-width: 800px;
}
.cid-ucoOE2mYDY .mbr-section-title {
  color: #000000;
}
.cid-ufLIWhFCNx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ufLIWhFCNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufLIWhFCNx .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-ufLIWhFCNx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufLIWhFCNx .row {
  flex-direction: row-reverse;
}
.cid-ufLIWhFCNx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufLIWhFCNx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqxrwEHHzo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqxrwEHHzo .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqxrwEHHzo .panel-group {
  border: none;
}
.cid-uqxrwEHHzo .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqxrwEHHzo .card-header {
    padding: 0rem;
  }
}
.cid-uqxrwEHHzo .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqxrwEHHzo .img-col {
  padding: 0;
}
.cid-uqxrwEHHzo .img-item {
  height: 100%;
}
.cid-uqxrwEHHzo img {
  height: 100%;
  object-fit: cover;
}
.cid-uqxrwEHHzo .collapsed span {
  transform: rotate(0deg);
}
.cid-uqxrwEHHzo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqxrwEHHzo p {
  margin-bottom: 0.3rem;
}
.cid-uqxrwEHHzo .panel-title-edit {
  color: #000000;
}
.cid-uqxrwEHHzo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqxrwEHHzo .card {
  background: #fafafa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqxrwEHHzo .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqxrwEHHzo .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqxrwEHHzo .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uqxrwEHHzo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqxrwEHHzo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqxrwEHHzo .panel-title-edit,
.cid-uqxrwEHHzo .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uqxrwEHHzo .panel-title-edit,
.cid-uqxrwEHHzo .mbr-iconfont P {
  text-align: center;
}
.cid-ufLLjQGgVN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ufLLjQGgVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufLLjQGgVN .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-ufLLjQGgVN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufLLjQGgVN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufLLjQGgVN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqxqhhoklY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uqxqhhoklY .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqxqhhoklY .panel-group {
  border: none;
}
.cid-uqxqhhoklY .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqxqhhoklY .card-header {
    padding: 0rem;
  }
}
.cid-uqxqhhoklY .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqxqhhoklY .img-col {
  padding: 0;
}
.cid-uqxqhhoklY .img-item {
  height: 100%;
}
.cid-uqxqhhoklY img {
  height: 100%;
  object-fit: cover;
}
.cid-uqxqhhoklY .collapsed span {
  transform: rotate(0deg);
}
.cid-uqxqhhoklY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqxqhhoklY p {
  margin-bottom: 0.3rem;
}
.cid-uqxqhhoklY .panel-title-edit {
  color: #000000;
}
.cid-uqxqhhoklY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqxqhhoklY .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqxqhhoklY .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqxqhhoklY .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqxqhhoklY .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uqxqhhoklY .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqxqhhoklY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqxqhhoklY .panel-title-edit,
.cid-uqxqhhoklY .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uqxqhhoklY .panel-title-edit,
.cid-uqxqhhoklY .mbr-iconfont P {
  text-align: center;
}
.cid-uH97efUtbr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uH97efUtbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH97efUtbr .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-uH97efUtbr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH97efUtbr .row {
  flex-direction: row-reverse;
}
.cid-uH97efUtbr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uH97efUtbr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uH97efUtbr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uH97efUtbr .mbr-section-title {
  color: #000000;
}
.cid-uH97efUtbr .mbr-text,
.cid-uH97efUtbr .mbr-section-btn {
  color: #232323;
}
.cid-uH97eSyTPD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uH97eSyTPD .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uH97eSyTPD .panel-group {
  border: none;
}
.cid-uH97eSyTPD .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uH97eSyTPD .card-header {
    padding: 0rem;
  }
}
.cid-uH97eSyTPD .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uH97eSyTPD .img-col {
  padding: 0;
}
.cid-uH97eSyTPD .img-item {
  height: 100%;
}
.cid-uH97eSyTPD img {
  height: 100%;
  object-fit: cover;
}
.cid-uH97eSyTPD .collapsed span {
  transform: rotate(0deg);
}
.cid-uH97eSyTPD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uH97eSyTPD p {
  margin-bottom: 0.3rem;
}
.cid-uH97eSyTPD .panel-title-edit {
  color: #000000;
}
.cid-uH97eSyTPD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uH97eSyTPD .card {
  background: #fafafa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uH97eSyTPD .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uH97eSyTPD .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uH97eSyTPD .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uH97eSyTPD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uH97eSyTPD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uH97eSyTPD .panel-title-edit,
.cid-uH97eSyTPD .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uH97eSyTPD .panel-title-edit,
.cid-uH97eSyTPD .mbr-iconfont P {
  text-align: center;
}
.cid-ufLNsUh352 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ufLNsUh352 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufLNsUh352 .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-ufLNsUh352 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufLNsUh352 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufLNsUh352 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufLNNtpXKZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ufLNNtpXKZ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ufLNNtpXKZ .panel-group {
  border: none;
}
.cid-ufLNNtpXKZ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ufLNNtpXKZ .card-header {
    padding: 0rem;
  }
}
.cid-ufLNNtpXKZ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ufLNNtpXKZ .img-col {
  padding: 0;
}
.cid-ufLNNtpXKZ .img-item {
  height: 100%;
}
.cid-ufLNNtpXKZ img {
  height: 100%;
  object-fit: cover;
}
.cid-ufLNNtpXKZ .collapsed span {
  transform: rotate(0deg);
}
.cid-ufLNNtpXKZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ufLNNtpXKZ p {
  margin-bottom: 0.3rem;
}
.cid-ufLNNtpXKZ .panel-title-edit {
  color: #000000;
}
.cid-ufLNNtpXKZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ufLNNtpXKZ .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ufLNNtpXKZ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ufLNNtpXKZ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ufLNNtpXKZ .panel-text {
  color: #000000;
}
.cid-ufLNNtpXKZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ufLNNtpXKZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ufLNNtpXKZ .panel-title-edit,
.cid-ufLNNtpXKZ .mbr-iconfont {
  color: #000000;
}
.cid-ucoOECzeY2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucoOECzeY2 h6 {
  line-height: 1.2;
}
.cid-ucoOECzeY2 img,
.cid-ucoOECzeY2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucoOECzeY2 .item:focus,
.cid-ucoOECzeY2 span:focus {
  outline: none;
}
.cid-ucoOECzeY2 .item-img a {
  cursor: pointer;
}
.cid-ucoOECzeY2 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ucoOECzeY2 .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ucoOECzeY2 .mbr-section-title {
  color: #000000;
}
.cid-ucoOECzeY2 .mbr-text,
.cid-ucoOECzeY2 .mbr-section-btn {
  color: #000000;
}
.cid-ucoOECzeY2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-ucoOECzeY2 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucoOECzeY2 .item-text {
  color: #000000;
  text-align: center;
}
.cid-ucoOECzeY2 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ucoOECzeY2 .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ucoODtrjcJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucoODtrjcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucoODtrjcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucoODtrjcJ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucoODtrjcJ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucoODtrjcJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucoODtrjcJ [class^="socicon-"]:before,
.cid-ucoODtrjcJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ud1PbG69iF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ud1PbG69iF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ud1PbG69iF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ud1PbG69iF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud1PbG69iF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ud1PbG69iF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud1PbG69iF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud1PbG69iF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ud1PbG69iF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ud1PbG69iF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ud1PbG69iF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ud1PbG69iF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ud1PbG69iF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ud1PbG69iF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ud1PbG69iF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ud1PbG69iF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ud1PbG69iF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ud1PbG69iF .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ud1PbG69iF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ud1PbG69iF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ud1PbG69iF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ud1PbG69iF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ud1PbG69iF .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ud1PbG69iF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ud1PbG69iF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ud1PbG69iF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud1PbG69iF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ud1PbG69iF .nav-item:focus,
.cid-ud1PbG69iF .nav-link:focus {
  outline: none;
}
.cid-ud1PbG69iF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud1PbG69iF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud1PbG69iF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud1PbG69iF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud1PbG69iF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud1PbG69iF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud1PbG69iF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ud1PbG69iF .navbar.opened {
  transition: all 0.3s;
}
.cid-ud1PbG69iF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud1PbG69iF .navbar .navbar-logo img {
  width: auto;
}
.cid-ud1PbG69iF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ud1PbG69iF .navbar.collapsed {
  justify-content: center;
}
.cid-ud1PbG69iF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud1PbG69iF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud1PbG69iF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ud1PbG69iF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud1PbG69iF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud1PbG69iF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ud1PbG69iF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud1PbG69iF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud1PbG69iF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ud1PbG69iF .navbar {
    min-height: 72px;
  }
  .cid-ud1PbG69iF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ud1PbG69iF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud1PbG69iF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud1PbG69iF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud1PbG69iF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud1PbG69iF .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-ud1PbG69iF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud1PbG69iF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ud1PbG69iF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud1PbG69iF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud1PbG69iF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ud1PbG69iF .dropdown-item.active,
.cid-ud1PbG69iF .dropdown-item:active {
  background-color: transparent;
}
.cid-ud1PbG69iF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud1PbG69iF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud1PbG69iF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud1PbG69iF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud1PbG69iF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ud1PbG69iF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ud1PbG69iF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud1PbG69iF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ud1PbG69iF .navbar-buttons {
    text-align: left;
  }
}
.cid-ud1PbG69iF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud1PbG69iF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud1PbG69iF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud1PbG69iF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud1PbG69iF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud1PbG69iF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud1PbG69iF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud1PbG69iF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud1PbG69iF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud1PbG69iF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud1PbG69iF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ud1PbG69iF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud1PbG69iF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud1PbG69iF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud1PbG69iF .navbar {
    height: 70px;
  }
  .cid-ud1PbG69iF .navbar.opened {
    height: auto;
  }
  .cid-ud1PbG69iF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ud1PbG69iF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ud1PbG69iF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ud1PbG69iF .navbar-brand {
    margin-right: auto;
  }
  .cid-ud1PbG69iF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ud1PbG69iF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ud1PbG69iF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ud1PbG69iF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud1PbG69iF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ud1PbG69iF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ud1OI4zzHh {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-ud1OI4zzHh .carousel {
  width: 100%;
}
.cid-ud1OI4zzHh .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-ud1OI4zzHh .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-ud1OI4zzHh .carousel-caption {
  bottom: 40px;
}
.cid-ud1OI4zzHh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ud1OI4zzHh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ud1OI4zzHh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ud1OI4zzHh .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ud1OI4zzHh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ud1OI4zzHh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ud1OI4zzHh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ud1OI4zzHh .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ud1OI4zzHh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ud1OI4zzHh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ud1OI4zzHh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ud1OI4zzHh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ud1OI4zzHh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ud1OI4zzHh .carousel-indicators li.active,
.cid-ud1OI4zzHh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ud1OI4zzHh .carousel-indicators li::after,
.cid-ud1OI4zzHh .carousel-indicators li::before {
  content: none;
}
.cid-ud1OI4zzHh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ud1OI4zzHh .carousel-indicators {
    display: none !important;
  }
}
.cid-uo4Q9jne8Z {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uo4Q9jne8Z .carousel {
  height: 800px;
}
.cid-uo4Q9jne8Z .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uo4Q9jne8Z .carousel-item,
.cid-uo4Q9jne8Z .carousel-inner {
  height: 100%;
}
.cid-uo4Q9jne8Z img,
.cid-uo4Q9jne8Z .item-wrapper {
  border-radius: 0 !important;
}
.cid-uo4Q9jne8Z .carousel-caption {
  bottom: 40px;
}
.cid-uo4Q9jne8Z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uo4Q9jne8Z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uo4Q9jne8Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uo4Q9jne8Z .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uo4Q9jne8Z .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uo4Q9jne8Z .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uo4Q9jne8Z .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uo4Q9jne8Z .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uo4Q9jne8Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uo4Q9jne8Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uo4Q9jne8Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uo4Q9jne8Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uo4Q9jne8Z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uo4Q9jne8Z .carousel-indicators li.active,
.cid-uo4Q9jne8Z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uo4Q9jne8Z .carousel-indicators li::after,
.cid-uo4Q9jne8Z .carousel-indicators li::before {
  content: none;
}
.cid-uo4Q9jne8Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uo4Q9jne8Z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uo4Q9jne8Z .mbr-section-subtitle,
  .cid-uo4Q9jne8Z .mbr-section-text,
  .cid-uo4Q9jne8Z .mbr-section-btn {
    text-align: center;
  }
}
.cid-ud1Jw6jAG3 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ud1Jw6jAG3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ud1Jw6jAG3 {
    align-items: flex-end;
  }
  .cid-ud1Jw6jAG3 .row {
    justify-content: center;
  }
  .cid-ud1Jw6jAG3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ud1Jw6jAG3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ud1Jw6jAG3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ud1Jw6jAG3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ud1Jw6jAG3 .content-wrap {
    width: 100%;
  }
}
.cid-ud1Jw6jAG3 .mbr-section-title,
.cid-ud1Jw6jAG3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ud1Jw6jAG3 .mbr-text,
.cid-ud1Jw6jAG3 .mbr-section-btn {
  text-align: center;
}
.cid-uoaN42RF37 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-uoaN42RF37 .justify-content-center {
  align-items: center;
}
.cid-uoaN42RF37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaN42RF37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaN42RF37 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uoaN42RF37 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoaN42RF37 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uoaN42RF37 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uoaN42RF37 .row {
  align-items: center;
}
.cid-uoaN42RF37 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uoaN42RF37 .card-text {
    text-align: center;
  }
}
.cid-uvlH98Mp0l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvlH98Mp0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlH98Mp0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlH98Mp0l .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uvlH98Mp0l .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uvlH98Mp0l .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uvlH98Mp0l .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uvlH98Mp0l .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uvlH98Mp0l .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uvlH98Mp0l .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 72px;
  height: 72px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uvlH98Mp0l .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uvlH98Mp0l [class^="socicon-"]:before,
.cid-uvlH98Mp0l [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uvlH98Mp0l .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}
.cid-ud1Jw78Mej {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ud1Jw78Mej h6 {
  line-height: 1.2;
}
.cid-ud1Jw78Mej img,
.cid-ud1Jw78Mej .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ud1Jw78Mej .item:focus,
.cid-ud1Jw78Mej span:focus {
  outline: none;
}
.cid-ud1Jw78Mej .item-img a {
  cursor: pointer;
}
.cid-ud1Jw78Mej .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ud1Jw78Mej .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ud1Jw78Mej .mbr-section-title {
  color: #000000;
}
.cid-ud1Jw78Mej .mbr-text,
.cid-ud1Jw78Mej .mbr-section-btn {
  color: #000000;
}
.cid-ud1Jw78Mej .item-title {
  color: #000000;
  text-align: center;
}
.cid-ud1Jw78Mej .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ud1Jw78Mej .item-text {
  color: #000000;
  text-align: center;
}
.cid-ud1Jw78Mej .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ud1Jw78Mej .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uo5VkqSC2e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo5VkqSC2e h6 {
  line-height: 1.2;
}
.cid-uo5VkqSC2e img,
.cid-uo5VkqSC2e .item-img {
  width: 100%;
  height: 100%;
}
.cid-uo5VkqSC2e .item:focus,
.cid-uo5VkqSC2e span:focus {
  outline: none;
}
.cid-uo5VkqSC2e .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uo5VkqSC2e .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uo5VkqSC2e .mbr-section-title {
  color: #000000;
}
.cid-uo5VkqSC2e .mbr-text,
.cid-uo5VkqSC2e .mbr-section-btn {
  color: #000000;
}
.cid-uo5VkqSC2e .item-title {
  color: #000000;
  text-align: center;
}
.cid-uo5VkqSC2e .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uo5VkqSC2e .item-text {
  color: #000000;
  text-align: center;
}
.cid-uo5VkqSC2e .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uo5VkqSC2e .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqwkOvC0aU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uqwkOvC0aU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwkOvC0aU .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-uqwkOvC0aU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqwkOvC0aU .row {
  flex-direction: row-reverse;
}
.cid-uqwkOvC0aU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqwkOvC0aU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqwkOvC0aU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqwkOvC0aU .mbr-section-title {
  color: #000000;
}
.cid-uqwkOvC0aU .mbr-text,
.cid-uqwkOvC0aU .mbr-section-btn {
  color: #232323;
}
.cid-uqxfaNyqiD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uqxfaNyqiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqxfaNyqiD .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-uqxfaNyqiD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqxfaNyqiD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqxfaNyqiD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqxfkjF1Yv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uqxfkjF1Yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqxfkjF1Yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqxfkjF1Yv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uqxfkjF1Yv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uqxfkjF1Yv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uqxfWqPove {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #a6a99c;
}
.cid-uqxfWqPove .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqxfWqPove .panel-group {
  border: none;
}
.cid-uqxfWqPove .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqxfWqPove .card-header {
    padding: 0rem;
  }
}
.cid-uqxfWqPove .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqxfWqPove .img-col {
  padding: 0;
}
.cid-uqxfWqPove .img-item {
  height: 100%;
}
.cid-uqxfWqPove img {
  height: 100%;
  object-fit: cover;
}
.cid-uqxfWqPove .collapsed span {
  transform: rotate(0deg);
}
.cid-uqxfWqPove .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqxfWqPove p {
  margin-bottom: 0.3rem;
}
.cid-uqxfWqPove .panel-title-edit {
  color: #000000;
}
.cid-uqxfWqPove .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqxfWqPove .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqxfWqPove .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqxfWqPove .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqxfWqPove .panel-text {
  color: #000000;
}
.cid-uqxfWqPove .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqxfWqPove .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqxfWqPove .panel-title-edit,
.cid-uqxfWqPove .mbr-iconfont {
  color: #000000;
}
.cid-uqxfUpeqks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-uqxfUpeqks input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uqxfUpeqks input:hover {
  border: none !important;
}
.cid-uqxfUpeqks .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqxfUpeqks .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqxfUpeqks .row {
  justify-content: center;
}
.cid-uqxfUpeqks .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uqxfUpeqks .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uqxfUpeqks .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uqxfUpeqks .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uqxfUpeqks .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uqxfUpeqks .justify-content-center {
  align-items: center;
}
.cid-uqxfUpeqks .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-ufKlDCXRWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-ufKlDCXRWO input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-ufKlDCXRWO input:hover {
  border: none !important;
}
.cid-ufKlDCXRWO .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufKlDCXRWO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufKlDCXRWO .row {
  justify-content: center;
}
.cid-ufKlDCXRWO .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-ufKlDCXRWO .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-ufKlDCXRWO .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-ufKlDCXRWO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ufKlDCXRWO .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-ufKlDCXRWO .justify-content-center {
  align-items: center;
}
.cid-ufKlDCXRWO .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-ud1JGEz27d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ud1JGEz27d .item:focus,
.cid-ud1JGEz27d span:focus {
  outline: none;
}
.cid-ud1JGEz27d .item {
  cursor: pointer;
}
.cid-ud1JGEz27d .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ud1JGEz27d .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-ud1JGEz27d .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-ud1JGEz27d .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 28s;
}
.cid-ud1JGEz27d .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #232323;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-ud1JGEz27d .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 25s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-ud1JGEz27d .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 18s;
}
.cid-ud1JGEz27d .mbr-section-title,
.cid-ud1JGEz27d .mbr-section-subtitle {
  color: #000000;
}
.cid-ud1Kta0bMX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ud1Kta0bMX img,
.cid-ud1Kta0bMX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ud1Kta0bMX .item:focus,
.cid-ud1Kta0bMX span:focus {
  outline: none;
}
.cid-ud1Kta0bMX .item-wrapper {
  position: relative;
}
.cid-ud1Kta0bMX .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ud1Kta0bMX .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ud1Kta0bMX .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ud1Kta0bMX .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ud1Kta0bMX .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ud1Kta0bMX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ud1Kta0bMX .mbr-section-title {
  color: #232323;
}
.cid-ud1Kta0bMX .mbr-text,
.cid-ud1Kta0bMX .mbr-section-btn {
  text-align: left;
}
.cid-ud1Kta0bMX .item-title {
  text-align: left;
}
.cid-ud1Kta0bMX .item-subtitle {
  text-align: left;
}
.cid-ud1Kta0bMX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ud1Kta0bMX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ud1Kta0bMX .embla__button--next,
.cid-ud1Kta0bMX .embla__button--prev {
  display: flex;
}
.cid-ud1Kta0bMX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ud1Kta0bMX .embla__button {
    display: none;
  }
}
.cid-ud1Kta0bMX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ud1Kta0bMX .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ud1Kta0bMX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ud1Kta0bMX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ud1Kta0bMX .embla__button {
    top: auto;
  }
}
.cid-ud1Kta0bMX .embla {
  position: relative;
  width: 100%;
}
.cid-ud1Kta0bMX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ud1Kta0bMX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ud1Kta0bMX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ud1Kta0bMX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uNydD1XIfi {
  background-image: url("../../../assets/images/background11.webp");
}
.cid-uNydD1XIfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydD1XIfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNydDlhdJ2 {
  background-image: url("../../../assets/images/background13.webp");
}
.cid-uNydDlhdJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydDlhdJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNydDLsKSI {
  background-image: url("../../../assets/images/background7.webp");
}
.cid-uNydDLsKSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydDLsKSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNydE8UQPU {
  background-image: url("../../../assets/images/background6.webp");
}
.cid-uNydE8UQPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydE8UQPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNydEMGkbQ {
  background-image: url("../../../assets/images/background9.webp");
}
.cid-uNydEMGkbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydEMGkbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNydF8LNui {
  background-image: url("../../../assets/images/background10.webp");
}
.cid-uNydF8LNui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydF8LNui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNydFz0RFu {
  background-color: #4479d9;
}
.cid-uNydFz0RFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydFz0RFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNydHfVBjQ {
  background-image: url("../../../assets/images/background15.webp");
}
.cid-uNydHfVBjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydHfVBjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNydHfVBjQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uNydHfVBjQ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uNydHfVBjQ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uNydHO6f8Z {
  background-color: #bed3f9;
}
.cid-uNydHO6f8Z .icon-wrapper {
  margin: auto;
  background-color: #6592e6;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNydHO6f8Z .icon-wrapper span {
  margin-left: 10px;
}
.cid-uNydHO6f8Z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uNydHO6f8Z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uNydHO6f8Z .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uNydHO6f8Z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNydHO6f8Z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNydJxNutt {
  display: flex;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uNydJxNutt .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uNydJxNutt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydJxNutt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNydJxNutt .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uNydJxNutt .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uNydJxNutt {
    align-items: center;
  }
  .cid-uNydJxNutt .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNydJxNutt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNydJxNutt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNydJxNutt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNydJxNutt .content-wrap {
    width: 100%;
  }
}
.cid-uNydJxNutt .mbr-section-title {
  text-align: center;
}
.cid-uNydJxNutt .mbr-text,
.cid-uNydJxNutt .mbr-section-btn {
  text-align: center;
}
.cid-uNydJVQGDQ {
  display: flex;
  background-color: #393193;
}
.cid-uNydJVQGDQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uNydJVQGDQ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uNydJVQGDQ {
    align-items: center;
  }
  .cid-uNydJVQGDQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNydJVQGDQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNydJVQGDQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNydJVQGDQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNydJVQGDQ .content-wrap {
    width: 100%;
  }
}
.cid-uNydJVQGDQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNydJVQGDQ .mbr-text,
.cid-uNydJVQGDQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNydJVQGDQ .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uNydKiJvhK {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uNydKiJvhK {
    align-items: flex-end;
  }
  .cid-uNydKiJvhK .row {
    justify-content: flex-start;
  }
  .cid-uNydKiJvhK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNydKiJvhK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNydKiJvhK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNydKiJvhK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNydKiJvhK .content-wrap {
    width: 100%;
  }
}
.cid-uNydKiJvhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydKiJvhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uNydKiJvhK .mbr-section-title,
.cid-uNydKiJvhK .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uNydKiJvhK .mbr-text,
.cid-uNydKiJvhK .mbr-section-btn {
  text-align: left;
}
.cid-uNydKGWJdH {
  display: flex;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uNydKGWJdH .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uNydKGWJdH {
    align-items: flex-end;
  }
  .cid-uNydKGWJdH .row {
    justify-content: center;
  }
  .cid-uNydKGWJdH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNydKGWJdH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNydKGWJdH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNydKGWJdH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNydKGWJdH .content-wrap {
    width: 100%;
  }
}
.cid-uNydKGWJdH .mbr-section-title,
.cid-uNydKGWJdH .mbr-section-subtitle {
  text-align: center;
}
.cid-uNydKGWJdH .mbr-text,
.cid-uNydKGWJdH .mbr-section-btn {
  text-align: center;
}
.cid-uNydL44TM2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNydL44TM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNydL44TM2 .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-uNydL44TM2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNydL44TM2 .row {
  flex-direction: row-reverse;
}
.cid-uNydL44TM2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNydL44TM2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNydL44TM2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNydL44TM2 .mbr-section-title {
  color: #000000;
}
.cid-uNydL44TM2 .mbr-text,
.cid-uNydL44TM2 .mbr-section-btn {
  color: #232323;
}
.cid-uNydLyUyaz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNydLyUyaz .content-head {
  max-width: 800px;
}
.cid-uNydMl7TsK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-uNydMl7TsK input {
  padding: 1.5rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uNydMl7TsK input:hover {
  border: none !important;
}
.cid-uNydMl7TsK .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uNydMl7TsK .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-uNydMl7TsK .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNydMl7TsK .row {
    justify-content: center;
  }
}
.cid-uNydMl7TsK .mbr-section-btn {
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uNydMl7TsK .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uNydMl7TsK .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uNydMl7TsK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNydMl7TsK .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uNydMl7TsK .justify-content-center {
  align-items: center;
}
.cid-uNydMl7TsK .mbr-section-title {
  color: #260a30;
}
.cid-uNydMl7TsK .mbr-text {
  color: #260a30;
}
.cid-uNydPYLAhZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNydPYLAhZ .carousel {
    max-height: 800px;
  }
  .cid-uNydPYLAhZ .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNydPYLAhZ .carousel {
    min-height: 520px;
  }
  .cid-uNydPYLAhZ .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uNydPYLAhZ .carousel {
    min-height: 440px;
  }
  .cid-uNydPYLAhZ .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uNydPYLAhZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uNydPYLAhZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uNydPYLAhZ .carousel,
.cid-uNydPYLAhZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNydPYLAhZ .item-wrapper {
  width: 100%;
}
.cid-uNydPYLAhZ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uNydPYLAhZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uNydPYLAhZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNydPYLAhZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNydPYLAhZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uNydPYLAhZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNydPYLAhZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNydPYLAhZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNydPYLAhZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNydPYLAhZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uNydPYLAhZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNydPYLAhZ .carousel-indicators li.active,
.cid-uNydPYLAhZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNydPYLAhZ .carousel-indicators li::after,
.cid-uNydPYLAhZ .carousel-indicators li::before {
  content: none;
}
.cid-uNydPYLAhZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNydPYLAhZ .carousel-indicators {
    display: none !important;
  }
}
.cid-uNydQwcrPq {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uNydQwcrPq .carousel {
  width: 100%;
}
.cid-uNydQwcrPq .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uNydQwcrPq .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uNydQwcrPq img,
.cid-uNydQwcrPq .item-wrapper {
  border-radius: 0 !important;
}
.cid-uNydQwcrPq .carousel-caption {
  bottom: 40px;
}
.cid-uNydQwcrPq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNydQwcrPq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNydQwcrPq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uNydQwcrPq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uNydQwcrPq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uNydQwcrPq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uNydQwcrPq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uNydQwcrPq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNydQwcrPq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNydQwcrPq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNydQwcrPq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNydQwcrPq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uNydQwcrPq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNydQwcrPq .carousel-indicators li.active,
.cid-uNydQwcrPq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNydQwcrPq .carousel-indicators li::after,
.cid-uNydQwcrPq .carousel-indicators li::before {
  content: none;
}
.cid-uNydQwcrPq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNydQwcrPq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNydQwcrPq .mbr-section-subtitle,
  .cid-uNydQwcrPq .mbr-section-text,
  .cid-uNydQwcrPq .mbr-section-btn {
    text-align: center;
  }
}
.cid-uNygQ8c0ml {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uNygQ8c0ml .carousel {
  height: 800px;
}
.cid-uNygQ8c0ml .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNygQ8c0ml .carousel-item,
.cid-uNygQ8c0ml .carousel-inner {
  height: 100%;
}
.cid-uNygQ8c0ml img,
.cid-uNygQ8c0ml .item-wrapper {
  border-radius: 0 !important;
}
.cid-uNygQ8c0ml .carousel-caption {
  bottom: 40px;
}
.cid-uNygQ8c0ml .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNygQ8c0ml .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNygQ8c0ml .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uNygQ8c0ml .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uNygQ8c0ml .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uNygQ8c0ml .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uNygQ8c0ml .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uNygQ8c0ml .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNygQ8c0ml .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNygQ8c0ml .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNygQ8c0ml .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNygQ8c0ml .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uNygQ8c0ml .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNygQ8c0ml .carousel-indicators li.active,
.cid-uNygQ8c0ml .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNygQ8c0ml .carousel-indicators li::after,
.cid-uNygQ8c0ml .carousel-indicators li::before {
  content: none;
}
.cid-uNygQ8c0ml .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNygQ8c0ml .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNygQ8c0ml .mbr-section-subtitle,
  .cid-uNygQ8c0ml .mbr-section-text,
  .cid-uNygQ8c0ml .mbr-section-btn {
    text-align: center;
  }
}
.cid-uNydTymC3Z {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uNydTymC3Z .carousel {
  width: 100%;
}
.cid-uNydTymC3Z .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uNydTymC3Z .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uNydTymC3Z .carousel-caption {
  bottom: 40px;
}
.cid-uNydTymC3Z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNydTymC3Z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNydTymC3Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uNydTymC3Z .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uNydTymC3Z .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uNydTymC3Z .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uNydTymC3Z .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uNydTymC3Z .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNydTymC3Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNydTymC3Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNydTymC3Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNydTymC3Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uNydTymC3Z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNydTymC3Z .carousel-indicators li.active,
.cid-uNydTymC3Z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNydTymC3Z .carousel-indicators li::after,
.cid-uNydTymC3Z .carousel-indicators li::before {
  content: none;
}
.cid-uNydTymC3Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNydTymC3Z .carousel-indicators {
    display: none !important;
  }
}
.cid-uNydU5ufNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNydU5ufNk .carousel {
    min-height: 800px;
  }
  .cid-uNydU5ufNk .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNydU5ufNk .carousel {
    min-height: 520px;
  }
  .cid-uNydU5ufNk .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uNydU5ufNk .carousel {
    min-height: 440px;
  }
  .cid-uNydU5ufNk .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uNydU5ufNk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uNydU5ufNk .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uNydU5ufNk .carousel,
.cid-uNydU5ufNk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNydU5ufNk .item-wrapper {
  width: 100%;
}
.cid-uNydU5ufNk .carousel-caption {
  bottom: 40px;
}
.cid-uNydU5ufNk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uNydU5ufNk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNydU5ufNk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNydU5ufNk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uNydU5ufNk .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNydU5ufNk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNydU5ufNk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNydU5ufNk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNydU5ufNk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uNydU5ufNk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNydU5ufNk .carousel-indicators li.active,
.cid-uNydU5ufNk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNydU5ufNk .carousel-indicators li::after,
.cid-uNydU5ufNk .carousel-indicators li::before {
  content: none;
}
.cid-uNydU5ufNk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNydU5ufNk .carousel-indicators {
    display: none !important;
  }
}
.cid-ucmCkfb6pj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucmCkfb6pj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucmCkfb6pj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucmCkfb6pj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucmCkfb6pj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucmCkfb6pj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucmCkfb6pj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucmCkfb6pj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucmCkfb6pj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucmCkfb6pj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucmCkfb6pj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucmCkfb6pj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucmCkfb6pj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucmCkfb6pj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucmCkfb6pj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucmCkfb6pj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucmCkfb6pj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucmCkfb6pj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucmCkfb6pj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucmCkfb6pj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucmCkfb6pj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucmCkfb6pj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucmCkfb6pj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucmCkfb6pj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucmCkfb6pj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucmCkfb6pj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucmCkfb6pj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucmCkfb6pj .nav-item:focus,
.cid-ucmCkfb6pj .nav-link:focus {
  outline: none;
}
.cid-ucmCkfb6pj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucmCkfb6pj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucmCkfb6pj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucmCkfb6pj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucmCkfb6pj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucmCkfb6pj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucmCkfb6pj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucmCkfb6pj .navbar.opened {
  transition: all 0.3s;
}
.cid-ucmCkfb6pj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucmCkfb6pj .navbar .navbar-logo img {
  width: auto;
}
.cid-ucmCkfb6pj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucmCkfb6pj .navbar.collapsed {
  justify-content: center;
}
.cid-ucmCkfb6pj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucmCkfb6pj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucmCkfb6pj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucmCkfb6pj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucmCkfb6pj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucmCkfb6pj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucmCkfb6pj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucmCkfb6pj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucmCkfb6pj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucmCkfb6pj .navbar {
    min-height: 72px;
  }
  .cid-ucmCkfb6pj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucmCkfb6pj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucmCkfb6pj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucmCkfb6pj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucmCkfb6pj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucmCkfb6pj .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-ucmCkfb6pj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucmCkfb6pj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucmCkfb6pj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucmCkfb6pj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucmCkfb6pj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucmCkfb6pj .dropdown-item.active,
.cid-ucmCkfb6pj .dropdown-item:active {
  background-color: transparent;
}
.cid-ucmCkfb6pj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucmCkfb6pj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucmCkfb6pj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucmCkfb6pj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucmCkfb6pj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucmCkfb6pj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucmCkfb6pj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucmCkfb6pj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucmCkfb6pj .navbar-buttons {
    text-align: left;
  }
}
.cid-ucmCkfb6pj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucmCkfb6pj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucmCkfb6pj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucmCkfb6pj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmCkfb6pj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmCkfb6pj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucmCkfb6pj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmCkfb6pj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucmCkfb6pj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucmCkfb6pj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmCkfb6pj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucmCkfb6pj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucmCkfb6pj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucmCkfb6pj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucmCkfb6pj .navbar {
    height: 70px;
  }
  .cid-ucmCkfb6pj .navbar.opened {
    height: auto;
  }
  .cid-ucmCkfb6pj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucmCkfb6pj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucmCkfb6pj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucmCkfb6pj .navbar-brand {
    margin-right: auto;
  }
  .cid-ucmCkfb6pj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucmCkfb6pj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucmCkfb6pj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucmCkfb6pj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucmCkfb6pj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucmCkfb6pj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucmCkfql3p {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucmCkfql3p .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucmCkfql3p {
    align-items: flex-end;
  }
  .cid-ucmCkfql3p .row {
    justify-content: center;
  }
  .cid-ucmCkfql3p .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucmCkfql3p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucmCkfql3p {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucmCkfql3p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucmCkfql3p .content-wrap {
    width: 100%;
  }
}
.cid-ucmCkfql3p .mbr-section-title,
.cid-ucmCkfql3p .mbr-section-subtitle {
  text-align: center;
}
.cid-ucmCkfql3p .mbr-text,
.cid-ucmCkfql3p .mbr-section-btn {
  text-align: center;
}
.cid-uHNOFg7QuL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uHNOFg7QuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNOFg7QuL .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-uHNOFg7QuL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHNOFg7QuL .row {
  flex-direction: row-reverse;
}
.cid-uHNOFg7QuL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHNOFg7QuL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHNOFg7QuL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHNOFg7QuL .mbr-section-title {
  color: #000000;
}
.cid-uHNOFg7QuL .mbr-text,
.cid-uHNOFg7QuL .mbr-section-btn {
  color: #232323;
}
.cid-uIKw8f2cke {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKw8f2cke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKw8f2cke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKw8f2cke .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKw8f2cke .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKw8f2cke .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqkz0VNsFj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uqkz0VNsFj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqkz0VNsFj .item {
    margin-bottom: 1rem;
  }
}
.cid-uqkz0VNsFj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uqkz0VNsFj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uqkz0VNsFj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uqkz0VNsFj .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uqkz0VNsFj .carousel-control,
.cid-uqkz0VNsFj .close {
  background: #1b1b1b;
}
.cid-uqkz0VNsFj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uqkz0VNsFj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uqkz0VNsFj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uqkz0VNsFj .carousel-control-next span {
  margin-left: 5px;
}
.cid-uqkz0VNsFj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqkz0VNsFj .close::before {
  content: '\e91a';
}
.cid-uqkz0VNsFj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqkz0VNsFj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uqkz0VNsFj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqkz0VNsFj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqkz0VNsFj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqkz0VNsFj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uqkz0VNsFj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uqkz0VNsFj .carousel-indicators li.active,
.cid-uqkz0VNsFj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uqkz0VNsFj .carousel-indicators li::after,
.cid-uqkz0VNsFj .carousel-indicators li::before {
  content: none;
}
.cid-uqkz0VNsFj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uqkz0VNsFj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uqkz0VNsFj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqkz0VNsFj .carousel-indicators {
    display: none;
  }
}
.cid-uqkz0VNsFj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uqkz0VNsFj .carousel-inner > .active {
  display: block;
}
.cid-uqkz0VNsFj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqkz0VNsFj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqkz0VNsFj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uqkz0VNsFj .carousel-control,
  .cid-uqkz0VNsFj .carousel-indicators,
  .cid-uqkz0VNsFj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uqkz0VNsFj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uqkz0VNsFj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uqkz0VNsFj .carousel-indicators .active,
.cid-uqkz0VNsFj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uqkz0VNsFj .carousel-indicators .active {
  background: #fff;
}
.cid-uqkz0VNsFj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uqkz0VNsFj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uqkz0VNsFj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uqkz0VNsFj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uqkz0VNsFj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uqkz0VNsFj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uqkz0VNsFj .carousel {
  width: 100%;
}
.cid-uqkz0VNsFj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uqkz0VNsFj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uqkz0VNsFj .modal.fade .modal-dialog,
.cid-uqkz0VNsFj .modal.in .modal-dialog {
  transform: none;
}
.cid-uqkz0VNsFj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uqkz0VNsFj .content-head {
  max-width: 800px;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ucj8FBaACL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucj8FBaACL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucj8FBaACL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucj8FBaACL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucj8FBaACL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucj8FBaACL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucj8FBaACL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucj8FBaACL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucj8FBaACL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucj8FBaACL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucj8FBaACL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucj8FBaACL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucj8FBaACL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucj8FBaACL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucj8FBaACL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucj8FBaACL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucj8FBaACL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucj8FBaACL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucj8FBaACL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucj8FBaACL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucj8FBaACL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucj8FBaACL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucj8FBaACL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucj8FBaACL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucj8FBaACL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucj8FBaACL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucj8FBaACL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucj8FBaACL .nav-item:focus,
.cid-ucj8FBaACL .nav-link:focus {
  outline: none;
}
.cid-ucj8FBaACL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucj8FBaACL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucj8FBaACL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucj8FBaACL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucj8FBaACL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucj8FBaACL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucj8FBaACL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucj8FBaACL .navbar.opened {
  transition: all 0.3s;
}
.cid-ucj8FBaACL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucj8FBaACL .navbar .navbar-logo img {
  width: auto;
}
.cid-ucj8FBaACL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucj8FBaACL .navbar.collapsed {
  justify-content: center;
}
.cid-ucj8FBaACL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucj8FBaACL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucj8FBaACL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucj8FBaACL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucj8FBaACL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucj8FBaACL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucj8FBaACL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucj8FBaACL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucj8FBaACL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucj8FBaACL .navbar {
    min-height: 72px;
  }
  .cid-ucj8FBaACL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucj8FBaACL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucj8FBaACL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucj8FBaACL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucj8FBaACL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucj8FBaACL .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-ucj8FBaACL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucj8FBaACL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucj8FBaACL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucj8FBaACL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucj8FBaACL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucj8FBaACL .dropdown-item.active,
.cid-ucj8FBaACL .dropdown-item:active {
  background-color: transparent;
}
.cid-ucj8FBaACL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucj8FBaACL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucj8FBaACL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucj8FBaACL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucj8FBaACL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucj8FBaACL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucj8FBaACL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucj8FBaACL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucj8FBaACL .navbar-buttons {
    text-align: left;
  }
}
.cid-ucj8FBaACL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucj8FBaACL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucj8FBaACL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucj8FBaACL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucj8FBaACL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucj8FBaACL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucj8FBaACL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucj8FBaACL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucj8FBaACL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucj8FBaACL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucj8FBaACL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucj8FBaACL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucj8FBaACL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucj8FBaACL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucj8FBaACL .navbar {
    height: 70px;
  }
  .cid-ucj8FBaACL .navbar.opened {
    height: auto;
  }
  .cid-ucj8FBaACL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucj8FBaACL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucj8FBaACL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucj8FBaACL .navbar-brand {
    margin-right: auto;
  }
  .cid-ucj8FBaACL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucj8FBaACL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucj8FBaACL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucj8FBaACL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucj8FBaACL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucj8FBaACL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucj8FBGRQh {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucj8FBGRQh .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucj8FBGRQh {
    align-items: flex-end;
  }
  .cid-ucj8FBGRQh .row {
    justify-content: center;
  }
  .cid-ucj8FBGRQh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucj8FBGRQh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucj8FBGRQh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucj8FBGRQh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucj8FBGRQh .content-wrap {
    width: 100%;
  }
}
.cid-ucj8FBGRQh .mbr-section-title,
.cid-ucj8FBGRQh .mbr-section-subtitle {
  text-align: center;
}
.cid-ucj8FBGRQh .mbr-text,
.cid-ucj8FBGRQh .mbr-section-btn {
  text-align: center;
}
.cid-uHNQXuHmZJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uHNQXuHmZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNQXuHmZJ .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-uHNQXuHmZJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHNQXuHmZJ .row {
  flex-direction: row-reverse;
}
.cid-uHNQXuHmZJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHNQXuHmZJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHNQXuHmZJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHNQXuHmZJ .mbr-section-title {
  color: #000000;
}
.cid-uHNQXuHmZJ .mbr-text,
.cid-uHNQXuHmZJ .mbr-section-btn {
  color: #232323;
}
.cid-uIKx9ihPhk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKx9ihPhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKx9ihPhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKx9ihPhk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKx9ihPhk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKx9ihPhk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqkzuIBQEC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uqkzuIBQEC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqkzuIBQEC .item {
    margin-bottom: 1rem;
  }
}
.cid-uqkzuIBQEC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uqkzuIBQEC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uqkzuIBQEC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uqkzuIBQEC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uqkzuIBQEC .carousel-control,
.cid-uqkzuIBQEC .close {
  background: #1b1b1b;
}
.cid-uqkzuIBQEC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uqkzuIBQEC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uqkzuIBQEC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uqkzuIBQEC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uqkzuIBQEC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqkzuIBQEC .close::before {
  content: '\e91a';
}
.cid-uqkzuIBQEC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqkzuIBQEC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uqkzuIBQEC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqkzuIBQEC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqkzuIBQEC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqkzuIBQEC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uqkzuIBQEC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uqkzuIBQEC .carousel-indicators li.active,
.cid-uqkzuIBQEC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uqkzuIBQEC .carousel-indicators li::after,
.cid-uqkzuIBQEC .carousel-indicators li::before {
  content: none;
}
.cid-uqkzuIBQEC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uqkzuIBQEC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uqkzuIBQEC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqkzuIBQEC .carousel-indicators {
    display: none;
  }
}
.cid-uqkzuIBQEC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uqkzuIBQEC .carousel-inner > .active {
  display: block;
}
.cid-uqkzuIBQEC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqkzuIBQEC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqkzuIBQEC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uqkzuIBQEC .carousel-control,
  .cid-uqkzuIBQEC .carousel-indicators,
  .cid-uqkzuIBQEC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uqkzuIBQEC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uqkzuIBQEC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uqkzuIBQEC .carousel-indicators .active,
.cid-uqkzuIBQEC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uqkzuIBQEC .carousel-indicators .active {
  background: #fff;
}
.cid-uqkzuIBQEC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uqkzuIBQEC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uqkzuIBQEC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uqkzuIBQEC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uqkzuIBQEC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uqkzuIBQEC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uqkzuIBQEC .carousel {
  width: 100%;
}
.cid-uqkzuIBQEC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uqkzuIBQEC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uqkzuIBQEC .modal.fade .modal-dialog,
.cid-uqkzuIBQEC .modal.in .modal-dialog {
  transform: none;
}
.cid-uqkzuIBQEC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uqkzuIBQEC .content-head {
  max-width: 800px;
}
.cid-ucoOhG4ACe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucoOhG4ACe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucoOhG4ACe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucoOhG4ACe .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucoOhG4ACe .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucoOhG4ACe .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-ucoOhG4ACe .bg-instagram:hover {
  background: #bd005c;
}
.cid-ucoOhG4ACe .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucoOhG4ACe [class^="socicon-"]:before,
.cid-ucoOhG4ACe [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-ucjfeExpKE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucjfeExpKE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucjfeExpKE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucjfeExpKE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucjfeExpKE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucjfeExpKE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucjfeExpKE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucjfeExpKE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucjfeExpKE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucjfeExpKE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucjfeExpKE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucjfeExpKE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucjfeExpKE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucjfeExpKE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucjfeExpKE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucjfeExpKE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucjfeExpKE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucjfeExpKE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucjfeExpKE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucjfeExpKE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucjfeExpKE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucjfeExpKE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucjfeExpKE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucjfeExpKE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucjfeExpKE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucjfeExpKE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucjfeExpKE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucjfeExpKE .nav-item:focus,
.cid-ucjfeExpKE .nav-link:focus {
  outline: none;
}
.cid-ucjfeExpKE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucjfeExpKE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucjfeExpKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucjfeExpKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucjfeExpKE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucjfeExpKE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucjfeExpKE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucjfeExpKE .navbar.opened {
  transition: all 0.3s;
}
.cid-ucjfeExpKE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucjfeExpKE .navbar .navbar-logo img {
  width: auto;
}
.cid-ucjfeExpKE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucjfeExpKE .navbar.collapsed {
  justify-content: center;
}
.cid-ucjfeExpKE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucjfeExpKE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucjfeExpKE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucjfeExpKE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucjfeExpKE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucjfeExpKE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucjfeExpKE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucjfeExpKE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucjfeExpKE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucjfeExpKE .navbar {
    min-height: 72px;
  }
  .cid-ucjfeExpKE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucjfeExpKE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucjfeExpKE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucjfeExpKE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucjfeExpKE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucjfeExpKE .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-ucjfeExpKE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucjfeExpKE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucjfeExpKE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucjfeExpKE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucjfeExpKE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucjfeExpKE .dropdown-item.active,
.cid-ucjfeExpKE .dropdown-item:active {
  background-color: transparent;
}
.cid-ucjfeExpKE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucjfeExpKE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucjfeExpKE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucjfeExpKE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucjfeExpKE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucjfeExpKE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucjfeExpKE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucjfeExpKE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucjfeExpKE .navbar-buttons {
    text-align: left;
  }
}
.cid-ucjfeExpKE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucjfeExpKE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucjfeExpKE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucjfeExpKE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjfeExpKE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjfeExpKE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucjfeExpKE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjfeExpKE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucjfeExpKE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucjfeExpKE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjfeExpKE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucjfeExpKE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucjfeExpKE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucjfeExpKE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucjfeExpKE .navbar {
    height: 70px;
  }
  .cid-ucjfeExpKE .navbar.opened {
    height: auto;
  }
  .cid-ucjfeExpKE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucjfeExpKE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucjfeExpKE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucjfeExpKE .navbar-brand {
    margin-right: auto;
  }
  .cid-ucjfeExpKE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucjfeExpKE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucjfeExpKE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucjfeExpKE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjfeExpKE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucjfeExpKE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucjfeEPjEq {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucjfeEPjEq .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucjfeEPjEq {
    align-items: flex-end;
  }
  .cid-ucjfeEPjEq .row {
    justify-content: center;
  }
  .cid-ucjfeEPjEq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucjfeEPjEq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucjfeEPjEq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucjfeEPjEq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucjfeEPjEq .content-wrap {
    width: 100%;
  }
}
.cid-ucjfeEPjEq .mbr-section-title,
.cid-ucjfeEPjEq .mbr-section-subtitle {
  text-align: center;
}
.cid-ucjfeEPjEq .mbr-text,
.cid-ucjfeEPjEq .mbr-section-btn {
  text-align: center;
}
.cid-uIz1aTQtju {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uIz1aTQtju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz1aTQtju .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-uIz1aTQtju .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIz1aTQtju .row {
  flex-direction: row-reverse;
}
.cid-uIz1aTQtju .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIz1aTQtju .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz1aTQtju .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIz1aTQtju .mbr-section-title {
  color: #000000;
}
.cid-uIz1aTQtju .mbr-text,
.cid-uIz1aTQtju .mbr-section-btn {
  color: #232323;
}
.cid-uIKza6p48c {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKza6p48c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKza6p48c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKza6p48c .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKza6p48c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKza6p48c .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uIz17POuk8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIz17POuk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz17POuk8 .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-uIz17POuk8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIz17POuk8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIz17POuk8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz17POuk8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIz17POuk8 .mbr-section-title {
  color: #000000;
}
.cid-uIz17POuk8 .mbr-text,
.cid-uIz17POuk8 .mbr-section-btn {
  color: #232323;
}
.cid-uIz15Jj8VE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uIz15Jj8VE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz15Jj8VE .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-uIz15Jj8VE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIz15Jj8VE .row {
  flex-direction: row-reverse;
}
.cid-uIz15Jj8VE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIz15Jj8VE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz15Jj8VE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIz15Jj8VE .mbr-section-title {
  color: #000000;
}
.cid-uIz15Jj8VE .mbr-text,
.cid-uIz15Jj8VE .mbr-section-btn {
  color: #232323;
}
.cid-uIz12M6jJh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIz12M6jJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz12M6jJh .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-uIz12M6jJh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIz12M6jJh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIz12M6jJh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz12M6jJh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIz12M6jJh .mbr-section-title {
  color: #000000;
}
.cid-uIz12M6jJh .mbr-text,
.cid-uIz12M6jJh .mbr-section-btn {
  color: #232323;
}
.cid-uH96wrR4Hw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uH96wrR4Hw .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uH96wrR4Hw .panel-group {
  border: none;
}
.cid-uH96wrR4Hw .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uH96wrR4Hw .card-header {
    padding: 0rem;
  }
}
.cid-uH96wrR4Hw .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uH96wrR4Hw .img-col {
  padding: 0;
}
.cid-uH96wrR4Hw .img-item {
  height: 100%;
}
.cid-uH96wrR4Hw img {
  height: 100%;
  object-fit: cover;
}
.cid-uH96wrR4Hw .collapsed span {
  transform: rotate(0deg);
}
.cid-uH96wrR4Hw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uH96wrR4Hw p {
  margin-bottom: 0.3rem;
}
.cid-uH96wrR4Hw .panel-title-edit {
  color: #000000;
}
.cid-uH96wrR4Hw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uH96wrR4Hw .card {
  background: #fafafa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uH96wrR4Hw .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uH96wrR4Hw .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uH96wrR4Hw .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uH96wrR4Hw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uH96wrR4Hw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uH96wrR4Hw .panel-title-edit,
.cid-uH96wrR4Hw .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uH96wrR4Hw .panel-title-edit,
.cid-uH96wrR4Hw .mbr-iconfont P {
  text-align: center;
}
.cid-uIz0YLmnJX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uIz0YLmnJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz0YLmnJX .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-uIz0YLmnJX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIz0YLmnJX .row {
  flex-direction: row-reverse;
}
.cid-uIz0YLmnJX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIz0YLmnJX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz0YLmnJX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIz0YLmnJX .mbr-section-title {
  color: #000000;
}
.cid-uIz0YLmnJX .mbr-text,
.cid-uIz0YLmnJX .mbr-section-btn {
  color: #232323;
}
.cid-uH96BkrhL9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uH96BkrhL9 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uH96BkrhL9 .panel-group {
  border: none;
}
.cid-uH96BkrhL9 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uH96BkrhL9 .card-header {
    padding: 0rem;
  }
}
.cid-uH96BkrhL9 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uH96BkrhL9 .img-col {
  padding: 0;
}
.cid-uH96BkrhL9 .img-item {
  height: 100%;
}
.cid-uH96BkrhL9 img {
  height: 100%;
  object-fit: cover;
}
.cid-uH96BkrhL9 .collapsed span {
  transform: rotate(0deg);
}
.cid-uH96BkrhL9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uH96BkrhL9 p {
  margin-bottom: 0.3rem;
}
.cid-uH96BkrhL9 .panel-title-edit {
  color: #000000;
}
.cid-uH96BkrhL9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uH96BkrhL9 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uH96BkrhL9 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uH96BkrhL9 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uH96BkrhL9 .panel-text {
  color: #000000;
}
.cid-uH96BkrhL9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uH96BkrhL9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uH96BkrhL9 .panel-title-edit,
.cid-uH96BkrhL9 .mbr-iconfont {
  color: #000000;
}
.cid-uOB15eJQ0t {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOB15eJQ0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOB15eJQ0t .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-uOB15eJQ0t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOB15eJQ0t .row {
  flex-direction: row-reverse;
}
.cid-uOB15eJQ0t .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOB15eJQ0t .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOB15eJQ0t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOB15eJQ0t .mbr-section-title {
  color: #000000;
}
.cid-uOB15eJQ0t .mbr-text,
.cid-uOB15eJQ0t .mbr-section-btn {
  color: #232323;
}
.cid-uOB15HwjvG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOB15HwjvG .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uOB15HwjvG .panel-group {
  border: none;
}
.cid-uOB15HwjvG .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uOB15HwjvG .card-header {
    padding: 0rem;
  }
}
.cid-uOB15HwjvG .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uOB15HwjvG .img-col {
  padding: 0;
}
.cid-uOB15HwjvG .img-item {
  height: 100%;
}
.cid-uOB15HwjvG img {
  height: 100%;
  object-fit: cover;
}
.cid-uOB15HwjvG .collapsed span {
  transform: rotate(0deg);
}
.cid-uOB15HwjvG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOB15HwjvG p {
  margin-bottom: 0.3rem;
}
.cid-uOB15HwjvG .panel-title-edit {
  color: #000000;
  text-align: right;
}
.cid-uOB15HwjvG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOB15HwjvG .card {
  background: #fafafa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOB15HwjvG .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOB15HwjvG .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uOB15HwjvG .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uOB15HwjvG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uOB15HwjvG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOB15HwjvG .panel-title-edit,
.cid-uOB15HwjvG .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uOB15HwjvG .panel-title-edit,
.cid-uOB15HwjvG .mbr-iconfont P {
  text-align: center;
}
.cid-ucoOBknISE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucoOBknISE h6 {
  line-height: 1.2;
}
.cid-ucoOBknISE img,
.cid-ucoOBknISE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucoOBknISE .item:focus,
.cid-ucoOBknISE span:focus {
  outline: none;
}
.cid-ucoOBknISE .item-img a {
  cursor: pointer;
}
.cid-ucoOBknISE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ucoOBknISE .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ucoOBknISE .mbr-section-title {
  color: #000000;
}
.cid-ucoOBknISE .mbr-text,
.cid-ucoOBknISE .mbr-section-btn {
  color: #000000;
}
.cid-ucoOBknISE .item-title {
  color: #000000;
  text-align: center;
}
.cid-ucoOBknISE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucoOBknISE .item-text {
  color: #000000;
  text-align: center;
}
.cid-ucoOBknISE .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ucoOBknISE .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ucoOAgz78O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucoOAgz78O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucoOAgz78O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucoOAgz78O .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucoOAgz78O .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucoOAgz78O .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucoOAgz78O [class^="socicon-"]:before,
.cid-ucoOAgz78O [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uuvJqrniSd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uuvJqrniSd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uuvJqrniSd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uuvJqrniSd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuvJqrniSd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uuvJqrniSd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuvJqrniSd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuvJqrniSd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uuvJqrniSd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uuvJqrniSd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uuvJqrniSd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uuvJqrniSd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uuvJqrniSd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uuvJqrniSd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uuvJqrniSd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uuvJqrniSd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uuvJqrniSd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uuvJqrniSd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uuvJqrniSd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uuvJqrniSd .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uuvJqrniSd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uuvJqrniSd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uuvJqrniSd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uuvJqrniSd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuvJqrniSd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uuvJqrniSd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuvJqrniSd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uuvJqrniSd .nav-item:focus,
.cid-uuvJqrniSd .nav-link:focus {
  outline: none;
}
.cid-uuvJqrniSd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuvJqrniSd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuvJqrniSd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuvJqrniSd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuvJqrniSd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuvJqrniSd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuvJqrniSd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uuvJqrniSd .navbar.opened {
  transition: all 0.3s;
}
.cid-uuvJqrniSd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuvJqrniSd .navbar .navbar-logo img {
  width: auto;
}
.cid-uuvJqrniSd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uuvJqrniSd .navbar.collapsed {
  justify-content: center;
}
.cid-uuvJqrniSd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuvJqrniSd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuvJqrniSd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uuvJqrniSd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuvJqrniSd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuvJqrniSd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuvJqrniSd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuvJqrniSd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuvJqrniSd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uuvJqrniSd .navbar {
    min-height: 72px;
  }
  .cid-uuvJqrniSd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uuvJqrniSd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuvJqrniSd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuvJqrniSd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuvJqrniSd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuvJqrniSd .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-uuvJqrniSd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuvJqrniSd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uuvJqrniSd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuvJqrniSd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuvJqrniSd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uuvJqrniSd .dropdown-item.active,
.cid-uuvJqrniSd .dropdown-item:active {
  background-color: transparent;
}
.cid-uuvJqrniSd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuvJqrniSd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuvJqrniSd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuvJqrniSd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uuvJqrniSd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uuvJqrniSd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uuvJqrniSd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuvJqrniSd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uuvJqrniSd .navbar-buttons {
    text-align: left;
  }
}
.cid-uuvJqrniSd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuvJqrniSd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuvJqrniSd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuvJqrniSd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuvJqrniSd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuvJqrniSd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuvJqrniSd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuvJqrniSd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuvJqrniSd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuvJqrniSd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuvJqrniSd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uuvJqrniSd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuvJqrniSd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuvJqrniSd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuvJqrniSd .navbar {
    height: 70px;
  }
  .cid-uuvJqrniSd .navbar.opened {
    height: auto;
  }
  .cid-uuvJqrniSd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uuvJqrniSd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uuvJqrniSd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uuvJqrniSd .navbar-brand {
    margin-right: auto;
  }
  .cid-uuvJqrniSd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uuvJqrniSd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uuvJqrniSd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uuvJqrniSd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uuvJqrniSd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uuvJqrniSd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uuvJqrC0sx {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uuvJqrC0sx .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uuvJqrC0sx {
    align-items: flex-end;
  }
  .cid-uuvJqrC0sx .row {
    justify-content: center;
  }
  .cid-uuvJqrC0sx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuvJqrC0sx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uuvJqrC0sx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uuvJqrC0sx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuvJqrC0sx .content-wrap {
    width: 100%;
  }
}
.cid-uuvJqrC0sx .mbr-section-title,
.cid-uuvJqrC0sx .mbr-section-subtitle {
  text-align: center;
}
.cid-uuvJqrC0sx .mbr-text,
.cid-uuvJqrC0sx .mbr-section-btn {
  text-align: center;
}
.cid-uuvJqrOaTV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uuvJqrOaTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvJqrOaTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuvJqrOaTV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuvJqrOaTV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvJqrOaTV .mbr-section-title {
  text-align: center;
}
.cid-uuvJqrOaTV .mbr-section-subtitle {
  text-align: center;
}
.cid-uuvJqrOaTV .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uuvJqrOaTV .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uuvJqrOaTV .content-head {
  max-width: 800px;
}
.cid-uuvJqrOaTV .img-box {
  display: flex;
  justify-content: center;
}
.cid-uuvJqrOaTV .card-title {
  text-align: center;
}
.cid-uuvJqrOaTV .card-text {
  text-align: center;
}
.cid-uuvJqrOaTV .link {
  text-align: center;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uuvI3U6Wbe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uuvI3U6Wbe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uuvI3U6Wbe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uuvI3U6Wbe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuvI3U6Wbe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uuvI3U6Wbe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuvI3U6Wbe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuvI3U6Wbe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uuvI3U6Wbe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uuvI3U6Wbe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uuvI3U6Wbe .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uuvI3U6Wbe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uuvI3U6Wbe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uuvI3U6Wbe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uuvI3U6Wbe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uuvI3U6Wbe .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uuvI3U6Wbe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uuvI3U6Wbe .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uuvI3U6Wbe .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uuvI3U6Wbe .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uuvI3U6Wbe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uuvI3U6Wbe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uuvI3U6Wbe .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uuvI3U6Wbe .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuvI3U6Wbe .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uuvI3U6Wbe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuvI3U6Wbe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uuvI3U6Wbe .nav-item:focus,
.cid-uuvI3U6Wbe .nav-link:focus {
  outline: none;
}
.cid-uuvI3U6Wbe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuvI3U6Wbe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuvI3U6Wbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuvI3U6Wbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuvI3U6Wbe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuvI3U6Wbe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuvI3U6Wbe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uuvI3U6Wbe .navbar.opened {
  transition: all 0.3s;
}
.cid-uuvI3U6Wbe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuvI3U6Wbe .navbar .navbar-logo img {
  width: auto;
}
.cid-uuvI3U6Wbe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uuvI3U6Wbe .navbar.collapsed {
  justify-content: center;
}
.cid-uuvI3U6Wbe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuvI3U6Wbe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuvI3U6Wbe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uuvI3U6Wbe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuvI3U6Wbe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuvI3U6Wbe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuvI3U6Wbe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuvI3U6Wbe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuvI3U6Wbe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uuvI3U6Wbe .navbar {
    min-height: 72px;
  }
  .cid-uuvI3U6Wbe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uuvI3U6Wbe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuvI3U6Wbe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuvI3U6Wbe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuvI3U6Wbe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuvI3U6Wbe .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-uuvI3U6Wbe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuvI3U6Wbe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uuvI3U6Wbe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuvI3U6Wbe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuvI3U6Wbe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uuvI3U6Wbe .dropdown-item.active,
.cid-uuvI3U6Wbe .dropdown-item:active {
  background-color: transparent;
}
.cid-uuvI3U6Wbe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuvI3U6Wbe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuvI3U6Wbe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuvI3U6Wbe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uuvI3U6Wbe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uuvI3U6Wbe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uuvI3U6Wbe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuvI3U6Wbe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uuvI3U6Wbe .navbar-buttons {
    text-align: left;
  }
}
.cid-uuvI3U6Wbe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuvI3U6Wbe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuvI3U6Wbe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuvI3U6Wbe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuvI3U6Wbe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuvI3U6Wbe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuvI3U6Wbe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuvI3U6Wbe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuvI3U6Wbe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuvI3U6Wbe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuvI3U6Wbe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uuvI3U6Wbe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuvI3U6Wbe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuvI3U6Wbe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuvI3U6Wbe .navbar {
    height: 70px;
  }
  .cid-uuvI3U6Wbe .navbar.opened {
    height: auto;
  }
  .cid-uuvI3U6Wbe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uuvI3U6Wbe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uuvI3U6Wbe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uuvI3U6Wbe .navbar-brand {
    margin-right: auto;
  }
  .cid-uuvI3U6Wbe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uuvI3U6Wbe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uuvI3U6Wbe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uuvI3U6Wbe .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uuvI3U6Wbe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uuvI3U6Wbe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uuvI3UjjKV {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uuvI3UjjKV .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uuvI3UjjKV {
    align-items: flex-end;
  }
  .cid-uuvI3UjjKV .row {
    justify-content: center;
  }
  .cid-uuvI3UjjKV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuvI3UjjKV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uuvI3UjjKV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uuvI3UjjKV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuvI3UjjKV .content-wrap {
    width: 100%;
  }
}
.cid-uuvI3UjjKV .mbr-section-title,
.cid-uuvI3UjjKV .mbr-section-subtitle {
  text-align: center;
}
.cid-uuvI3UjjKV .mbr-text,
.cid-uuvI3UjjKV .mbr-section-btn {
  text-align: center;
}
.cid-uuvI3Ur5pm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uuvI3Ur5pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvI3Ur5pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuvI3Ur5pm .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuvI3Ur5pm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvI3Ur5pm .mbr-section-title {
  text-align: center;
}
.cid-uuvI3Ur5pm .mbr-section-subtitle {
  text-align: center;
}
.cid-uuvI3Ur5pm .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uuvI3Ur5pm .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uuvI3Ur5pm .content-head {
  max-width: 800px;
}
.cid-uuvI3Ur5pm .img-box {
  display: flex;
  justify-content: center;
}
.cid-uuvI3Ur5pm .card-title {
  text-align: center;
}
.cid-uuvI3Ur5pm .card-text {
  text-align: center;
}
.cid-uuvI3Ur5pm .link {
  text-align: center;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uuvMiXoyeW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uuvMiXoyeW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uuvMiXoyeW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uuvMiXoyeW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuvMiXoyeW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uuvMiXoyeW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuvMiXoyeW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuvMiXoyeW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uuvMiXoyeW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uuvMiXoyeW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uuvMiXoyeW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uuvMiXoyeW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uuvMiXoyeW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uuvMiXoyeW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uuvMiXoyeW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uuvMiXoyeW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uuvMiXoyeW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uuvMiXoyeW .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uuvMiXoyeW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uuvMiXoyeW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uuvMiXoyeW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uuvMiXoyeW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uuvMiXoyeW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uuvMiXoyeW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuvMiXoyeW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uuvMiXoyeW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuvMiXoyeW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uuvMiXoyeW .nav-item:focus,
.cid-uuvMiXoyeW .nav-link:focus {
  outline: none;
}
.cid-uuvMiXoyeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuvMiXoyeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuvMiXoyeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuvMiXoyeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuvMiXoyeW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuvMiXoyeW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuvMiXoyeW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uuvMiXoyeW .navbar.opened {
  transition: all 0.3s;
}
.cid-uuvMiXoyeW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuvMiXoyeW .navbar .navbar-logo img {
  width: auto;
}
.cid-uuvMiXoyeW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uuvMiXoyeW .navbar.collapsed {
  justify-content: center;
}
.cid-uuvMiXoyeW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuvMiXoyeW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuvMiXoyeW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uuvMiXoyeW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuvMiXoyeW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuvMiXoyeW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuvMiXoyeW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuvMiXoyeW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuvMiXoyeW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uuvMiXoyeW .navbar {
    min-height: 72px;
  }
  .cid-uuvMiXoyeW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uuvMiXoyeW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuvMiXoyeW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuvMiXoyeW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuvMiXoyeW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuvMiXoyeW .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-uuvMiXoyeW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuvMiXoyeW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uuvMiXoyeW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuvMiXoyeW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuvMiXoyeW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uuvMiXoyeW .dropdown-item.active,
.cid-uuvMiXoyeW .dropdown-item:active {
  background-color: transparent;
}
.cid-uuvMiXoyeW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuvMiXoyeW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuvMiXoyeW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuvMiXoyeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uuvMiXoyeW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uuvMiXoyeW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uuvMiXoyeW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuvMiXoyeW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uuvMiXoyeW .navbar-buttons {
    text-align: left;
  }
}
.cid-uuvMiXoyeW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuvMiXoyeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuvMiXoyeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuvMiXoyeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuvMiXoyeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuvMiXoyeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuvMiXoyeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuvMiXoyeW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuvMiXoyeW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuvMiXoyeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuvMiXoyeW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uuvMiXoyeW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuvMiXoyeW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuvMiXoyeW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuvMiXoyeW .navbar {
    height: 70px;
  }
  .cid-uuvMiXoyeW .navbar.opened {
    height: auto;
  }
  .cid-uuvMiXoyeW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uuvMiXoyeW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uuvMiXoyeW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uuvMiXoyeW .navbar-brand {
    margin-right: auto;
  }
  .cid-uuvMiXoyeW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uuvMiXoyeW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uuvMiXoyeW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uuvMiXoyeW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uuvMiXoyeW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uuvMiXoyeW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uuvMiXC4gL {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uuvMiXC4gL .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uuvMiXC4gL {
    align-items: flex-end;
  }
  .cid-uuvMiXC4gL .row {
    justify-content: center;
  }
  .cid-uuvMiXC4gL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuvMiXC4gL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uuvMiXC4gL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uuvMiXC4gL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuvMiXC4gL .content-wrap {
    width: 100%;
  }
}
.cid-uuvMiXC4gL .mbr-section-title,
.cid-uuvMiXC4gL .mbr-section-subtitle {
  text-align: center;
}
.cid-uuvMiXC4gL .mbr-text,
.cid-uuvMiXC4gL .mbr-section-btn {
  text-align: center;
}
.cid-uuvMiXMf2P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uuvMiXMf2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvMiXMf2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuvMiXMf2P .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuvMiXMf2P .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvMiXMf2P .mbr-section-title {
  text-align: center;
}
.cid-uuvMiXMf2P .mbr-section-subtitle {
  text-align: center;
}
.cid-uuvMiXMf2P .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uuvMiXMf2P .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uuvMiXMf2P .content-head {
  max-width: 800px;
}
.cid-uuvMiXMf2P .img-box {
  display: flex;
  justify-content: center;
}
.cid-uuvMiXMf2P .card-title {
  text-align: center;
}
.cid-uuvMiXMf2P .card-text {
  text-align: center;
}
.cid-uuvMiXMf2P .link {
  text-align: center;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uuvKoMdNG0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uuvKoMdNG0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uuvKoMdNG0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uuvKoMdNG0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuvKoMdNG0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uuvKoMdNG0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuvKoMdNG0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuvKoMdNG0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uuvKoMdNG0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uuvKoMdNG0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uuvKoMdNG0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uuvKoMdNG0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uuvKoMdNG0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uuvKoMdNG0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uuvKoMdNG0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uuvKoMdNG0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uuvKoMdNG0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uuvKoMdNG0 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uuvKoMdNG0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uuvKoMdNG0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uuvKoMdNG0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uuvKoMdNG0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uuvKoMdNG0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uuvKoMdNG0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuvKoMdNG0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uuvKoMdNG0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuvKoMdNG0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uuvKoMdNG0 .nav-item:focus,
.cid-uuvKoMdNG0 .nav-link:focus {
  outline: none;
}
.cid-uuvKoMdNG0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuvKoMdNG0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuvKoMdNG0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuvKoMdNG0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuvKoMdNG0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuvKoMdNG0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuvKoMdNG0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uuvKoMdNG0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuvKoMdNG0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuvKoMdNG0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuvKoMdNG0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uuvKoMdNG0 .navbar.collapsed {
  justify-content: center;
}
.cid-uuvKoMdNG0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuvKoMdNG0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuvKoMdNG0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uuvKoMdNG0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuvKoMdNG0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuvKoMdNG0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuvKoMdNG0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuvKoMdNG0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuvKoMdNG0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uuvKoMdNG0 .navbar {
    min-height: 72px;
  }
  .cid-uuvKoMdNG0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uuvKoMdNG0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuvKoMdNG0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuvKoMdNG0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuvKoMdNG0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuvKoMdNG0 .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-uuvKoMdNG0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuvKoMdNG0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uuvKoMdNG0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuvKoMdNG0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuvKoMdNG0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uuvKoMdNG0 .dropdown-item.active,
.cid-uuvKoMdNG0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuvKoMdNG0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuvKoMdNG0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuvKoMdNG0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuvKoMdNG0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uuvKoMdNG0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uuvKoMdNG0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uuvKoMdNG0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuvKoMdNG0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uuvKoMdNG0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uuvKoMdNG0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuvKoMdNG0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuvKoMdNG0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuvKoMdNG0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuvKoMdNG0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuvKoMdNG0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuvKoMdNG0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuvKoMdNG0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuvKoMdNG0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuvKoMdNG0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuvKoMdNG0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uuvKoMdNG0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuvKoMdNG0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuvKoMdNG0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuvKoMdNG0 .navbar {
    height: 70px;
  }
  .cid-uuvKoMdNG0 .navbar.opened {
    height: auto;
  }
  .cid-uuvKoMdNG0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uuvKoMdNG0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uuvKoMdNG0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uuvKoMdNG0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uuvKoMdNG0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uuvKoMdNG0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uuvKoMdNG0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uuvKoMdNG0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uuvKoMdNG0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uuvKoMdNG0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uuvKoMrphy {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uuvKoMrphy .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uuvKoMrphy {
    align-items: flex-end;
  }
  .cid-uuvKoMrphy .row {
    justify-content: center;
  }
  .cid-uuvKoMrphy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uuvKoMrphy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uuvKoMrphy {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uuvKoMrphy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uuvKoMrphy .content-wrap {
    width: 100%;
  }
}
.cid-uuvKoMrphy .mbr-section-title,
.cid-uuvKoMrphy .mbr-section-subtitle {
  text-align: center;
}
.cid-uuvKoMrphy .mbr-text,
.cid-uuvKoMrphy .mbr-section-btn {
  text-align: center;
}
.cid-uuvKoMD4pJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uuvKoMD4pJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvKoMD4pJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuvKoMD4pJ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuvKoMD4pJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvKoMD4pJ .mbr-section-title {
  text-align: center;
}
.cid-uuvKoMD4pJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uuvKoMD4pJ .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uuvKoMD4pJ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uuvKoMD4pJ .content-head {
  max-width: 800px;
}
.cid-uuvKoMD4pJ .img-box {
  display: flex;
  justify-content: center;
}
.cid-uuvKoMD4pJ .card-title {
  text-align: center;
}
.cid-uuvKoMD4pJ .card-text {
  text-align: center;
}
.cid-uuvKoMD4pJ .link {
  text-align: center;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uH8LGezjPs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uH8LGezjPs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uH8LGezjPs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uH8LGezjPs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH8LGezjPs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uH8LGezjPs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH8LGezjPs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH8LGezjPs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uH8LGezjPs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uH8LGezjPs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uH8LGezjPs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uH8LGezjPs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uH8LGezjPs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uH8LGezjPs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uH8LGezjPs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uH8LGezjPs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uH8LGezjPs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uH8LGezjPs .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uH8LGezjPs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uH8LGezjPs .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uH8LGezjPs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uH8LGezjPs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uH8LGezjPs .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uH8LGezjPs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH8LGezjPs .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uH8LGezjPs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH8LGezjPs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uH8LGezjPs .nav-item:focus,
.cid-uH8LGezjPs .nav-link:focus {
  outline: none;
}
.cid-uH8LGezjPs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH8LGezjPs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH8LGezjPs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH8LGezjPs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8LGezjPs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH8LGezjPs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH8LGezjPs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uH8LGezjPs .navbar.opened {
  transition: all 0.3s;
}
.cid-uH8LGezjPs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH8LGezjPs .navbar .navbar-logo img {
  width: auto;
}
.cid-uH8LGezjPs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uH8LGezjPs .navbar.collapsed {
  justify-content: center;
}
.cid-uH8LGezjPs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH8LGezjPs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH8LGezjPs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uH8LGezjPs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH8LGezjPs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH8LGezjPs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH8LGezjPs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH8LGezjPs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH8LGezjPs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH8LGezjPs .navbar {
    min-height: 72px;
  }
  .cid-uH8LGezjPs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uH8LGezjPs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH8LGezjPs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH8LGezjPs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH8LGezjPs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH8LGezjPs .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-uH8LGezjPs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH8LGezjPs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uH8LGezjPs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH8LGezjPs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH8LGezjPs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uH8LGezjPs .dropdown-item.active,
.cid-uH8LGezjPs .dropdown-item:active {
  background-color: transparent;
}
.cid-uH8LGezjPs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH8LGezjPs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH8LGezjPs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH8LGezjPs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH8LGezjPs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uH8LGezjPs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uH8LGezjPs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH8LGezjPs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uH8LGezjPs .navbar-buttons {
    text-align: left;
  }
}
.cid-uH8LGezjPs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH8LGezjPs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH8LGezjPs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH8LGezjPs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8LGezjPs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8LGezjPs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH8LGezjPs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8LGezjPs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH8LGezjPs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH8LGezjPs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8LGezjPs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uH8LGezjPs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH8LGezjPs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH8LGezjPs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH8LGezjPs .navbar {
    height: 70px;
  }
  .cid-uH8LGezjPs .navbar.opened {
    height: auto;
  }
  .cid-uH8LGezjPs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uH8LGezjPs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uH8LGezjPs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uH8LGezjPs .navbar-brand {
    margin-right: auto;
  }
  .cid-uH8LGezjPs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uH8LGezjPs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uH8LGezjPs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uH8LGezjPs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH8LGezjPs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uH8LGezjPs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uH8LGePCA3 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uH8LGePCA3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uH8LGePCA3 {
    align-items: flex-end;
  }
  .cid-uH8LGePCA3 .row {
    justify-content: center;
  }
  .cid-uH8LGePCA3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH8LGePCA3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uH8LGePCA3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uH8LGePCA3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uH8LGePCA3 .content-wrap {
    width: 100%;
  }
}
.cid-uH8LGePCA3 .mbr-section-title,
.cid-uH8LGePCA3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uH8LGePCA3 .mbr-text,
.cid-uH8LGePCA3 .mbr-section-btn {
  text-align: center;
}
.cid-uHNIRUwhiK {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHNIRUwhiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNIRUwhiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNIRUwhiK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHNIRUwhiK .row {
    flex-direction: column-reverse;
  }
  .cid-uHNIRUwhiK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uHNIRUwhiK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHNIRUwhiK .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHNIRUwhiK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNycNn6jlE {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNycNn6jlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNycNn6jlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNycNn6jlE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNycNn6jlE .row {
    flex-direction: column-reverse;
  }
  .cid-uNycNn6jlE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNycNn6jlE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNycNn6jlE .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uNycNn6jlE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLWXTvelLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLWXTvelLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWXTvelLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLWXTvelLT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLWXTvelLT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uLWXTvelLT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uIyQNMv5nr {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-uIyQNMv5nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyQNMv5nr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uIyQNMv5nr .row {
    text-align: center;
  }
  .cid-uIyQNMv5nr .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIyQNMv5nr .google-map {
  height: 100%;
  position: relative;
}
.cid-uIyQNMv5nr .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIyQNMv5nr .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIyQNMv5nr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIyQNMv5nr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIyQNMv5nr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIyQNMv5nr .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-uIyQNMv5nr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uIyQNMv5nr .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uIyQNMv5nr .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uIyQNMv5nr .cardTitle,
  .cid-uIyQNMv5nr .item-wrap {
    text-align: center;
  }
}
.cid-uIyQNMv5nr ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIyQNMv5nr .list,
.cid-uIyQNMv5nr .item-wrap {
  color: #000000;
}
.cid-uIyQNMv5nr .cardTitle DIV {
  text-align: left;
}
.cid-uIyQNMv5nr .cardTitle {
  text-align: left;
}
.cid-uH8LGfSDly {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uH8LGfSDly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8LGfSDly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8LGfSDly .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uH8LGfSDly .footer-col {
    flex-direction: column;
  }
}
.cid-uH8LGfSDly .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uH8LGfSDly .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uH8LGfSDly .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uH8LGfSDly .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uH8LGfSDly .mbr-section-btn {
    text-align: center;
  }
}
.cid-uH8LGfSDly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uH8LGfSDly .soc-item {
  margin: 8px;
}
.cid-uH8LGfSDly .soc-item a:hover .mbr-iconfont,
.cid-uH8LGfSDly .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uH8LGfSDly .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uH8LGfSDly .row {
    text-align: center;
  }
  .cid-uH8LGfSDly .social-row {
    justify-content: center;
  }
}
.cid-uH8LGfSDly .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uH8LGfSDly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uH8LGfSDly .list {
    margin-bottom: 0rem;
  }
}
.cid-uH8LGfSDly .mbr-text {
  color: #bbbbbb;
}
.cid-uH8LGfSDly .mbr-section-subtitle {
  color: #000000;
}
.cid-uH8LGfSDly .list,
.cid-uH8LGfSDly .item-wrap {
  color: #232323;
}
.cid-uH8LGfSDly .copyright {
  color: #000000;
}
.cid-uH92AzHjUc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uH92AzHjUc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uH92AzHjUc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uH92AzHjUc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH92AzHjUc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uH92AzHjUc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH92AzHjUc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH92AzHjUc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uH92AzHjUc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uH92AzHjUc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uH92AzHjUc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uH92AzHjUc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uH92AzHjUc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uH92AzHjUc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uH92AzHjUc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uH92AzHjUc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uH92AzHjUc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uH92AzHjUc .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uH92AzHjUc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uH92AzHjUc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uH92AzHjUc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uH92AzHjUc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uH92AzHjUc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uH92AzHjUc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH92AzHjUc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uH92AzHjUc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH92AzHjUc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uH92AzHjUc .nav-item:focus,
.cid-uH92AzHjUc .nav-link:focus {
  outline: none;
}
.cid-uH92AzHjUc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH92AzHjUc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH92AzHjUc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH92AzHjUc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH92AzHjUc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH92AzHjUc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH92AzHjUc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uH92AzHjUc .navbar.opened {
  transition: all 0.3s;
}
.cid-uH92AzHjUc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH92AzHjUc .navbar .navbar-logo img {
  width: auto;
}
.cid-uH92AzHjUc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uH92AzHjUc .navbar.collapsed {
  justify-content: center;
}
.cid-uH92AzHjUc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH92AzHjUc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH92AzHjUc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uH92AzHjUc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH92AzHjUc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH92AzHjUc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH92AzHjUc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH92AzHjUc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH92AzHjUc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH92AzHjUc .navbar {
    min-height: 72px;
  }
  .cid-uH92AzHjUc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uH92AzHjUc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH92AzHjUc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH92AzHjUc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH92AzHjUc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH92AzHjUc .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-uH92AzHjUc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH92AzHjUc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uH92AzHjUc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH92AzHjUc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH92AzHjUc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uH92AzHjUc .dropdown-item.active,
.cid-uH92AzHjUc .dropdown-item:active {
  background-color: transparent;
}
.cid-uH92AzHjUc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH92AzHjUc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH92AzHjUc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH92AzHjUc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH92AzHjUc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uH92AzHjUc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uH92AzHjUc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH92AzHjUc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uH92AzHjUc .navbar-buttons {
    text-align: left;
  }
}
.cid-uH92AzHjUc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH92AzHjUc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH92AzHjUc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH92AzHjUc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH92AzHjUc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH92AzHjUc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH92AzHjUc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH92AzHjUc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH92AzHjUc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH92AzHjUc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH92AzHjUc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uH92AzHjUc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH92AzHjUc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH92AzHjUc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH92AzHjUc .navbar {
    height: 70px;
  }
  .cid-uH92AzHjUc .navbar.opened {
    height: auto;
  }
  .cid-uH92AzHjUc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uH92AzHjUc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uH92AzHjUc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uH92AzHjUc .navbar-brand {
    margin-right: auto;
  }
  .cid-uH92AzHjUc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uH92AzHjUc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uH92AzHjUc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uH92AzHjUc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH92AzHjUc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uH92AzHjUc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIz3ZkUmdZ {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17-3.webp");
}
.cid-uIz3ZkUmdZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uIz3ZkUmdZ {
    align-items: flex-end;
  }
  .cid-uIz3ZkUmdZ .row {
    justify-content: center;
  }
  .cid-uIz3ZkUmdZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIz3ZkUmdZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIz3ZkUmdZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIz3ZkUmdZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIz3ZkUmdZ .content-wrap {
    width: 100%;
  }
}
.cid-uIz3ZkUmdZ .mbr-section-title,
.cid-uIz3ZkUmdZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uIz3ZkUmdZ .mbr-text,
.cid-uIz3ZkUmdZ .mbr-section-btn {
  text-align: center;
}
.cid-uH92AA5h13 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uH92AA5h13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH92AA5h13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH92AA5h13 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uH92AA5h13 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH92AA5h13 .mbr-section-title {
  text-align: center;
}
.cid-uH92AA5h13 .mbr-section-subtitle {
  text-align: center;
}
.cid-uH92AA5h13 .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uH92AA5h13 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uH92AA5h13 .content-head {
  max-width: 800px;
}
.cid-uH92AA5h13 .img-box {
  display: flex;
  justify-content: center;
}
.cid-uH92AA5h13 .card-title {
  text-align: center;
}
.cid-uH92AA5h13 .card-text {
  text-align: center;
}
.cid-uH92AA5h13 .link {
  text-align: center;
}
.cid-uH92AAiQce {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uH92AAiQce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH92AAiQce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH92AAiQce .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uH92AAiQce .footer-col {
    flex-direction: column;
  }
}
.cid-uH92AAiQce .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uH92AAiQce .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uH92AAiQce .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uH92AAiQce .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uH92AAiQce .mbr-section-btn {
    text-align: center;
  }
}
.cid-uH92AAiQce .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uH92AAiQce .soc-item {
  margin: 8px;
}
.cid-uH92AAiQce .soc-item a:hover .mbr-iconfont,
.cid-uH92AAiQce .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uH92AAiQce .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uH92AAiQce .row {
    text-align: center;
  }
  .cid-uH92AAiQce .social-row {
    justify-content: center;
  }
}
.cid-uH92AAiQce .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uH92AAiQce .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uH92AAiQce .list {
    margin-bottom: 0rem;
  }
}
.cid-uH92AAiQce .mbr-text {
  color: #bbbbbb;
}
.cid-uH92AAiQce .mbr-section-subtitle {
  color: #000000;
}
.cid-uH92AAiQce .list,
.cid-uH92AAiQce .item-wrap {
  color: #232323;
}
.cid-uH92AAiQce .copyright {
  color: #000000;
}
.cid-uIz4mHizWg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIz4mHizWg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIz4mHizWg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIz4mHizWg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIz4mHizWg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIz4mHizWg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIz4mHizWg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIz4mHizWg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIz4mHizWg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIz4mHizWg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIz4mHizWg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIz4mHizWg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIz4mHizWg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIz4mHizWg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIz4mHizWg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIz4mHizWg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIz4mHizWg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIz4mHizWg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIz4mHizWg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIz4mHizWg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIz4mHizWg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIz4mHizWg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIz4mHizWg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uIz4mHizWg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIz4mHizWg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIz4mHizWg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIz4mHizWg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uIz4mHizWg .nav-item:focus,
.cid-uIz4mHizWg .nav-link:focus {
  outline: none;
}
.cid-uIz4mHizWg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIz4mHizWg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIz4mHizWg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIz4mHizWg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIz4mHizWg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIz4mHizWg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIz4mHizWg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uIz4mHizWg .navbar.opened {
  transition: all 0.3s;
}
.cid-uIz4mHizWg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIz4mHizWg .navbar .navbar-logo img {
  width: auto;
}
.cid-uIz4mHizWg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIz4mHizWg .navbar.collapsed {
  justify-content: center;
}
.cid-uIz4mHizWg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIz4mHizWg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIz4mHizWg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIz4mHizWg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIz4mHizWg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIz4mHizWg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIz4mHizWg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIz4mHizWg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIz4mHizWg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIz4mHizWg .navbar {
    min-height: 72px;
  }
  .cid-uIz4mHizWg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIz4mHizWg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIz4mHizWg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIz4mHizWg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIz4mHizWg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIz4mHizWg .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-uIz4mHizWg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIz4mHizWg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIz4mHizWg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIz4mHizWg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIz4mHizWg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIz4mHizWg .dropdown-item.active,
.cid-uIz4mHizWg .dropdown-item:active {
  background-color: transparent;
}
.cid-uIz4mHizWg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIz4mHizWg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIz4mHizWg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIz4mHizWg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIz4mHizWg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIz4mHizWg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIz4mHizWg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIz4mHizWg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIz4mHizWg .navbar-buttons {
    text-align: left;
  }
}
.cid-uIz4mHizWg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIz4mHizWg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIz4mHizWg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIz4mHizWg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIz4mHizWg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIz4mHizWg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIz4mHizWg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIz4mHizWg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIz4mHizWg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIz4mHizWg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIz4mHizWg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIz4mHizWg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIz4mHizWg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIz4mHizWg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIz4mHizWg .navbar {
    height: 70px;
  }
  .cid-uIz4mHizWg .navbar.opened {
    height: auto;
  }
  .cid-uIz4mHizWg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIz4mHizWg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIz4mHizWg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIz4mHizWg .navbar-brand {
    margin-right: auto;
  }
  .cid-uIz4mHizWg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uIz4mHizWg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIz4mHizWg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIz4mHizWg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIz4mHizWg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIz4mHizWg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIz4mHvtAi {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uIz4mHvtAi .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uIz4mHvtAi {
    align-items: flex-end;
  }
  .cid-uIz4mHvtAi .row {
    justify-content: center;
  }
  .cid-uIz4mHvtAi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIz4mHvtAi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIz4mHvtAi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIz4mHvtAi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIz4mHvtAi .content-wrap {
    width: 100%;
  }
}
.cid-uIz4mHvtAi .mbr-section-title,
.cid-uIz4mHvtAi .mbr-section-subtitle {
  text-align: center;
}
.cid-uIz4mHvtAi .mbr-text,
.cid-uIz4mHvtAi .mbr-section-btn {
  text-align: center;
}
.cid-uIz4mHJFS6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIz4mHJFS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz4mHJFS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz4mHJFS6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIz4mHJFS6 .row {
    flex-direction: column-reverse;
  }
  .cid-uIz4mHJFS6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uIz4mHJFS6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz4mHJFS6 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uIz4mHJFS6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uIz4mHTLg6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-uIz4mHTLg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz4mHTLg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uIz4mHTLg6 .row {
    text-align: center;
  }
  .cid-uIz4mHTLg6 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uIz4mHTLg6 .google-map {
  height: 100%;
  position: relative;
}
.cid-uIz4mHTLg6 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIz4mHTLg6 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uIz4mHTLg6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIz4mHTLg6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIz4mHTLg6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uIz4mHTLg6 .card-wrapper {
  background: #ffcbcb;
}
@media (max-width: 767px) {
  .cid-uIz4mHTLg6 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uIz4mHTLg6 .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uIz4mHTLg6 .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uIz4mHTLg6 .cardTitle,
  .cid-uIz4mHTLg6 .item-wrap {
    text-align: center;
  }
}
.cid-uIz4mHTLg6 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uIz4mHTLg6 .list,
.cid-uIz4mHTLg6 .item-wrap {
  color: #000000;
}
.cid-uIz4mHTLg6 .cardTitle DIV {
  text-align: left;
}
.cid-uIz4mHTLg6 .cardTitle {
  text-align: left;
}
.cid-uIz4mI97gl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uIz4mI97gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz4mI97gl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz4mI97gl .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uIz4mI97gl .footer-col {
    flex-direction: column;
  }
}
.cid-uIz4mI97gl .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uIz4mI97gl .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIz4mI97gl .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz4mI97gl .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uIz4mI97gl .mbr-section-btn {
    text-align: center;
  }
}
.cid-uIz4mI97gl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIz4mI97gl .soc-item {
  margin: 8px;
}
.cid-uIz4mI97gl .soc-item a:hover .mbr-iconfont,
.cid-uIz4mI97gl .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uIz4mI97gl .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIz4mI97gl .row {
    text-align: center;
  }
  .cid-uIz4mI97gl .social-row {
    justify-content: center;
  }
}
.cid-uIz4mI97gl .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uIz4mI97gl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz4mI97gl .list {
    margin-bottom: 0rem;
  }
}
.cid-uIz4mI97gl .mbr-text {
  color: #bbbbbb;
}
.cid-uIz4mI97gl .mbr-section-subtitle {
  color: #000000;
}
.cid-uIz4mI97gl .list,
.cid-uIz4mI97gl .item-wrap {
  color: #232323;
}
.cid-uIz4mI97gl .copyright {
  color: #000000;
}
.cid-ucj89ASkb8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucj89ASkb8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucj89ASkb8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucj89ASkb8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucj89ASkb8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucj89ASkb8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucj89ASkb8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucj89ASkb8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucj89ASkb8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucj89ASkb8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucj89ASkb8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucj89ASkb8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucj89ASkb8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucj89ASkb8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucj89ASkb8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucj89ASkb8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucj89ASkb8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucj89ASkb8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucj89ASkb8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucj89ASkb8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucj89ASkb8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucj89ASkb8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucj89ASkb8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucj89ASkb8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucj89ASkb8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucj89ASkb8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucj89ASkb8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucj89ASkb8 .nav-item:focus,
.cid-ucj89ASkb8 .nav-link:focus {
  outline: none;
}
.cid-ucj89ASkb8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucj89ASkb8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucj89ASkb8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucj89ASkb8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucj89ASkb8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucj89ASkb8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucj89ASkb8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucj89ASkb8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucj89ASkb8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucj89ASkb8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucj89ASkb8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucj89ASkb8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucj89ASkb8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucj89ASkb8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucj89ASkb8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucj89ASkb8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucj89ASkb8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucj89ASkb8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucj89ASkb8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucj89ASkb8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucj89ASkb8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucj89ASkb8 .navbar {
    min-height: 72px;
  }
  .cid-ucj89ASkb8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucj89ASkb8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucj89ASkb8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucj89ASkb8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucj89ASkb8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucj89ASkb8 .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-ucj89ASkb8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucj89ASkb8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucj89ASkb8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucj89ASkb8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucj89ASkb8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucj89ASkb8 .dropdown-item.active,
.cid-ucj89ASkb8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucj89ASkb8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucj89ASkb8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucj89ASkb8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucj89ASkb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucj89ASkb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucj89ASkb8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucj89ASkb8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucj89ASkb8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucj89ASkb8 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucj89ASkb8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucj89ASkb8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucj89ASkb8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucj89ASkb8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucj89ASkb8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucj89ASkb8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucj89ASkb8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucj89ASkb8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucj89ASkb8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucj89ASkb8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucj89ASkb8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucj89ASkb8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucj89ASkb8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucj89ASkb8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucj89ASkb8 .navbar {
    height: 70px;
  }
  .cid-ucj89ASkb8 .navbar.opened {
    height: auto;
  }
  .cid-ucj89ASkb8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucj89ASkb8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucj89ASkb8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucj89ASkb8 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucj89ASkb8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucj89ASkb8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucj89ASkb8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucj89ASkb8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucj89ASkb8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucj89ASkb8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucj89BmTDP {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucj89BmTDP .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucj89BmTDP {
    align-items: flex-end;
  }
  .cid-ucj89BmTDP .row {
    justify-content: center;
  }
  .cid-ucj89BmTDP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucj89BmTDP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucj89BmTDP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucj89BmTDP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucj89BmTDP .content-wrap {
    width: 100%;
  }
}
.cid-ucj89BmTDP .mbr-section-title,
.cid-ucj89BmTDP .mbr-section-subtitle {
  text-align: center;
}
.cid-ucj89BmTDP .mbr-text,
.cid-ucj89BmTDP .mbr-section-btn {
  text-align: center;
}
.cid-uHIn7L29Ak {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uHIn7L29Ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIn7L29Ak .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-uHIn7L29Ak .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHIn7L29Ak .row {
  flex-direction: row-reverse;
}
.cid-uHIn7L29Ak .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHIn7L29Ak .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHIn7L29Ak .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHIn7L29Ak .mbr-section-title {
  color: #000000;
}
.cid-uHIn7L29Ak .mbr-text,
.cid-uHIn7L29Ak .mbr-section-btn {
  color: #232323;
}
.cid-uIKwk15mXA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKwk15mXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKwk15mXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKwk15mXA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKwk15mXA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKwk15mXA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ufvhPEg6AA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ufvhPEg6AA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufvhPEg6AA .item {
    margin-bottom: 1rem;
  }
}
.cid-ufvhPEg6AA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ufvhPEg6AA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ufvhPEg6AA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ufvhPEg6AA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ufvhPEg6AA .carousel-control,
.cid-ufvhPEg6AA .close {
  background: #1b1b1b;
}
.cid-ufvhPEg6AA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufvhPEg6AA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufvhPEg6AA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufvhPEg6AA .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufvhPEg6AA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufvhPEg6AA .close::before {
  content: '\e91a';
}
.cid-ufvhPEg6AA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufvhPEg6AA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufvhPEg6AA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufvhPEg6AA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufvhPEg6AA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufvhPEg6AA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufvhPEg6AA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufvhPEg6AA .carousel-indicators li.active,
.cid-ufvhPEg6AA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufvhPEg6AA .carousel-indicators li::after,
.cid-ufvhPEg6AA .carousel-indicators li::before {
  content: none;
}
.cid-ufvhPEg6AA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufvhPEg6AA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufvhPEg6AA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufvhPEg6AA .carousel-indicators {
    display: none;
  }
}
.cid-ufvhPEg6AA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufvhPEg6AA .carousel-inner > .active {
  display: block;
}
.cid-ufvhPEg6AA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufvhPEg6AA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufvhPEg6AA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufvhPEg6AA .carousel-control,
  .cid-ufvhPEg6AA .carousel-indicators,
  .cid-ufvhPEg6AA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufvhPEg6AA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufvhPEg6AA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufvhPEg6AA .carousel-indicators .active,
.cid-ufvhPEg6AA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufvhPEg6AA .carousel-indicators .active {
  background: #fff;
}
.cid-ufvhPEg6AA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufvhPEg6AA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufvhPEg6AA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufvhPEg6AA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufvhPEg6AA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufvhPEg6AA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufvhPEg6AA .carousel {
  width: 100%;
}
.cid-ufvhPEg6AA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufvhPEg6AA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufvhPEg6AA .modal.fade .modal-dialog,
.cid-ufvhPEg6AA .modal.in .modal-dialog {
  transform: none;
}
.cid-ufvhPEg6AA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufvhPEg6AA .content-head {
  max-width: 800px;
}
.cid-ucoO9jnfGm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ucoO9jnfGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucoO9jnfGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucoO9jnfGm .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucoO9jnfGm .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucoO9jnfGm .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucoO9jnfGm [class^="socicon-"]:before,
.cid-ucoO9jnfGm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
.cid-uH98fK3VVV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uH98fK3VVV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uH98fK3VVV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uH98fK3VVV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH98fK3VVV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uH98fK3VVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH98fK3VVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH98fK3VVV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uH98fK3VVV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uH98fK3VVV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uH98fK3VVV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uH98fK3VVV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uH98fK3VVV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uH98fK3VVV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uH98fK3VVV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uH98fK3VVV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uH98fK3VVV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uH98fK3VVV .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uH98fK3VVV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uH98fK3VVV .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uH98fK3VVV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uH98fK3VVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uH98fK3VVV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uH98fK3VVV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uH98fK3VVV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uH98fK3VVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH98fK3VVV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uH98fK3VVV .nav-item:focus,
.cid-uH98fK3VVV .nav-link:focus {
  outline: none;
}
.cid-uH98fK3VVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH98fK3VVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH98fK3VVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH98fK3VVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH98fK3VVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH98fK3VVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH98fK3VVV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uH98fK3VVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uH98fK3VVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH98fK3VVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uH98fK3VVV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uH98fK3VVV .navbar.collapsed {
  justify-content: center;
}
.cid-uH98fK3VVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH98fK3VVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH98fK3VVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uH98fK3VVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH98fK3VVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH98fK3VVV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH98fK3VVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH98fK3VVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH98fK3VVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uH98fK3VVV .navbar {
    min-height: 72px;
  }
  .cid-uH98fK3VVV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uH98fK3VVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH98fK3VVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH98fK3VVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH98fK3VVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH98fK3VVV .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-uH98fK3VVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH98fK3VVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uH98fK3VVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH98fK3VVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH98fK3VVV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uH98fK3VVV .dropdown-item.active,
.cid-uH98fK3VVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uH98fK3VVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH98fK3VVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH98fK3VVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH98fK3VVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uH98fK3VVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uH98fK3VVV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uH98fK3VVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH98fK3VVV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uH98fK3VVV .navbar-buttons {
    text-align: left;
  }
}
.cid-uH98fK3VVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH98fK3VVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uH98fK3VVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH98fK3VVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH98fK3VVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH98fK3VVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH98fK3VVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH98fK3VVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH98fK3VVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH98fK3VVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH98fK3VVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uH98fK3VVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH98fK3VVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH98fK3VVV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH98fK3VVV .navbar {
    height: 70px;
  }
  .cid-uH98fK3VVV .navbar.opened {
    height: auto;
  }
  .cid-uH98fK3VVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uH98fK3VVV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uH98fK3VVV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uH98fK3VVV .navbar-brand {
    margin-right: auto;
  }
  .cid-uH98fK3VVV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uH98fK3VVV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uH98fK3VVV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uH98fK3VVV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uH98fK3VVV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uH98fK3VVV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uH98fKfezk {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uH98fKfezk .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uH98fKfezk {
    align-items: flex-end;
  }
  .cid-uH98fKfezk .row {
    justify-content: center;
  }
  .cid-uH98fKfezk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH98fKfezk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uH98fKfezk {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uH98fKfezk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uH98fKfezk .content-wrap {
    width: 100%;
  }
}
.cid-uH98fKfezk .mbr-section-title,
.cid-uH98fKfezk .mbr-section-subtitle {
  text-align: center;
}
.cid-uH98fKfezk .mbr-text,
.cid-uH98fKfezk .mbr-section-btn {
  text-align: center;
}
.cid-uNPpTB48Yi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNPpTB48Yi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPpTB48Yi .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-uNPpTB48Yi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNPpTB48Yi .row {
  flex-direction: row-reverse;
}
.cid-uNPpTB48Yi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNPpTB48Yi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uH98AqofAL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uH98AqofAL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uH98AqofAL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uH98AqofAL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uH98AqofAL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uH98AqofAL .content-head {
  max-width: 800px;
}
.cid-uH98fKQPQD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uH98fKQPQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH98fKQPQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH98fKQPQD .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uH98fKQPQD .footer-col {
    flex-direction: column;
  }
}
.cid-uH98fKQPQD .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uH98fKQPQD .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uH98fKQPQD .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uH98fKQPQD .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uH98fKQPQD .mbr-section-btn {
    text-align: center;
  }
}
.cid-uH98fKQPQD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uH98fKQPQD .soc-item {
  margin: 8px;
}
.cid-uH98fKQPQD .soc-item a:hover .mbr-iconfont,
.cid-uH98fKQPQD .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uH98fKQPQD .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uH98fKQPQD .row {
    text-align: center;
  }
  .cid-uH98fKQPQD .social-row {
    justify-content: center;
  }
}
.cid-uH98fKQPQD .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uH98fKQPQD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uH98fKQPQD .list {
    margin-bottom: 0rem;
  }
}
.cid-uH98fKQPQD .mbr-text {
  color: #bbbbbb;
}
.cid-uH98fKQPQD .mbr-section-subtitle {
  color: #000000;
}
.cid-uH98fKQPQD .list,
.cid-uH98fKQPQD .item-wrap {
  color: #232323;
}
.cid-uH98fKQPQD .copyright {
  color: #000000;
}
.cid-uNK3zNDodQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNK3zNDodQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNK3zNDodQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNK3zNDodQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNK3zNDodQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNK3zNDodQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNK3zNDodQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNK3zNDodQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uNK3zNDodQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNK3zNDodQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uNK3zNDodQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNK3zNDodQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNK3zNDodQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNK3zNDodQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uNK3zNDodQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNK3zNDodQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNK3zNDodQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNK3zNDodQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNK3zNDodQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNK3zNDodQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uNK3zNDodQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNK3zNDodQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNK3zNDodQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uNK3zNDodQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNK3zNDodQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNK3zNDodQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNK3zNDodQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-uNK3zNDodQ .nav-item:focus,
.cid-uNK3zNDodQ .nav-link:focus {
  outline: none;
}
.cid-uNK3zNDodQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNK3zNDodQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNK3zNDodQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNK3zNDodQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNK3zNDodQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNK3zNDodQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNK3zNDodQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNK3zNDodQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uNK3zNDodQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNK3zNDodQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uNK3zNDodQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNK3zNDodQ .navbar.collapsed {
  justify-content: center;
}
.cid-uNK3zNDodQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNK3zNDodQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNK3zNDodQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uNK3zNDodQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNK3zNDodQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNK3zNDodQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNK3zNDodQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNK3zNDodQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNK3zNDodQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNK3zNDodQ .navbar {
    min-height: 72px;
  }
  .cid-uNK3zNDodQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNK3zNDodQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNK3zNDodQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNK3zNDodQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNK3zNDodQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNK3zNDodQ .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-uNK3zNDodQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNK3zNDodQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNK3zNDodQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNK3zNDodQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNK3zNDodQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNK3zNDodQ .dropdown-item.active,
.cid-uNK3zNDodQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uNK3zNDodQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNK3zNDodQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNK3zNDodQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNK3zNDodQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNK3zNDodQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNK3zNDodQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNK3zNDodQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNK3zNDodQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNK3zNDodQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uNK3zNDodQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNK3zNDodQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNK3zNDodQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNK3zNDodQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNK3zNDodQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNK3zNDodQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNK3zNDodQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNK3zNDodQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNK3zNDodQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNK3zNDodQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNK3zNDodQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNK3zNDodQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNK3zNDodQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNK3zNDodQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNK3zNDodQ .navbar {
    height: 70px;
  }
  .cid-uNK3zNDodQ .navbar.opened {
    height: auto;
  }
  .cid-uNK3zNDodQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNK3zNDodQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNK3zNDodQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNK3zNDodQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uNK3zNDodQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uNK3zNDodQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNK3zNDodQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNK3zNDodQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNK3zNDodQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNK3zNDodQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNK3zNQexR {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-uNK3zNQexR .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uNK3zNQexR {
    align-items: flex-end;
  }
  .cid-uNK3zNQexR .row {
    justify-content: center;
  }
  .cid-uNK3zNQexR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNK3zNQexR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNK3zNQexR {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNK3zNQexR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNK3zNQexR .content-wrap {
    width: 100%;
  }
}
.cid-uNK3zNQexR .mbr-section-title,
.cid-uNK3zNQexR .mbr-section-subtitle {
  text-align: center;
}
.cid-uNK3zNQexR .mbr-text,
.cid-uNK3zNQexR .mbr-section-btn {
  text-align: center;
}
.cid-uNK3zNYztX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uNK3zNYztX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNK3zNYztX .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-uNK3zNYztX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNK3zNYztX .row {
  flex-direction: row-reverse;
}
.cid-uNK3zNYztX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNK3zNYztX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNK3zNYztX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNK3zNYztX .mbr-section-title {
  color: #000000;
}
.cid-uNK3zNYztX .mbr-text,
.cid-uNK3zNYztX .mbr-section-btn {
  color: #232323;
}
.cid-uNK3zO7mrF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uNK3zO7mrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNK3zO7mrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNK3zO7mrF .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNK3zO7mrF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNK3zO7mrF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uNK3zOwH37 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uNK3zOwH37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNK3zOwH37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNK3zOwH37 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uNK3zOwH37 .footer-col {
    flex-direction: column;
  }
}
.cid-uNK3zOwH37 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uNK3zOwH37 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNK3zOwH37 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNK3zOwH37 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uNK3zOwH37 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uNK3zOwH37 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNK3zOwH37 .soc-item {
  margin: 8px;
}
.cid-uNK3zOwH37 .soc-item a:hover .mbr-iconfont,
.cid-uNK3zOwH37 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uNK3zOwH37 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNK3zOwH37 .row {
    text-align: center;
  }
  .cid-uNK3zOwH37 .social-row {
    justify-content: center;
  }
}
.cid-uNK3zOwH37 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uNK3zOwH37 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNK3zOwH37 .list {
    margin-bottom: 0rem;
  }
}
.cid-uNK3zOwH37 .mbr-text {
  color: #bbbbbb;
}
.cid-uNK3zOwH37 .mbr-section-subtitle {
  color: #000000;
}
.cid-uNK3zOwH37 .list,
.cid-uNK3zOwH37 .item-wrap {
  color: #232323;
}
.cid-uNK3zOwH37 .copyright {
  color: #000000;
}
.cid-ucjgjj9KpH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucjgjj9KpH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucjgjj9KpH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucjgjj9KpH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucjgjj9KpH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucjgjj9KpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucjgjj9KpH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucjgjj9KpH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucjgjj9KpH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucjgjj9KpH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucjgjj9KpH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucjgjj9KpH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucjgjj9KpH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucjgjj9KpH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucjgjj9KpH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucjgjj9KpH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucjgjj9KpH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucjgjj9KpH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucjgjj9KpH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucjgjj9KpH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucjgjj9KpH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucjgjj9KpH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucjgjj9KpH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucjgjj9KpH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucjgjj9KpH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucjgjj9KpH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucjgjj9KpH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-ucjgjj9KpH .nav-item:focus,
.cid-ucjgjj9KpH .nav-link:focus {
  outline: none;
}
.cid-ucjgjj9KpH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucjgjj9KpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucjgjj9KpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucjgjj9KpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucjgjj9KpH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucjgjj9KpH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucjgjj9KpH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucjgjj9KpH .navbar.opened {
  transition: all 0.3s;
}
.cid-ucjgjj9KpH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucjgjj9KpH .navbar .navbar-logo img {
  width: auto;
}
.cid-ucjgjj9KpH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucjgjj9KpH .navbar.collapsed {
  justify-content: center;
}
.cid-ucjgjj9KpH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucjgjj9KpH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucjgjj9KpH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucjgjj9KpH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucjgjj9KpH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucjgjj9KpH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucjgjj9KpH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucjgjj9KpH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucjgjj9KpH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucjgjj9KpH .navbar {
    min-height: 72px;
  }
  .cid-ucjgjj9KpH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucjgjj9KpH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucjgjj9KpH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucjgjj9KpH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucjgjj9KpH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucjgjj9KpH .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-ucjgjj9KpH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucjgjj9KpH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucjgjj9KpH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucjgjj9KpH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucjgjj9KpH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucjgjj9KpH .dropdown-item.active,
.cid-ucjgjj9KpH .dropdown-item:active {
  background-color: transparent;
}
.cid-ucjgjj9KpH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucjgjj9KpH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucjgjj9KpH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucjgjj9KpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucjgjj9KpH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucjgjj9KpH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucjgjj9KpH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucjgjj9KpH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucjgjj9KpH .navbar-buttons {
    text-align: left;
  }
}
.cid-ucjgjj9KpH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucjgjj9KpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucjgjj9KpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucjgjj9KpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjgjj9KpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucjgjj9KpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucjgjj9KpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjgjj9KpH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucjgjj9KpH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucjgjj9KpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucjgjj9KpH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucjgjj9KpH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucjgjj9KpH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucjgjj9KpH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucjgjj9KpH .navbar {
    height: 70px;
  }
  .cid-ucjgjj9KpH .navbar.opened {
    height: auto;
  }
  .cid-ucjgjj9KpH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucjgjj9KpH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucjgjj9KpH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucjgjj9KpH .navbar-brand {
    margin-right: auto;
  }
  .cid-ucjgjj9KpH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucjgjj9KpH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucjgjj9KpH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucjgjj9KpH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucjgjj9KpH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucjgjj9KpH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucjgjjqvus {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background17.webp");
}
.cid-ucjgjjqvus .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-ucjgjjqvus {
    align-items: flex-end;
  }
  .cid-ucjgjjqvus .row {
    justify-content: center;
  }
  .cid-ucjgjjqvus .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucjgjjqvus .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucjgjjqvus {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucjgjjqvus .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucjgjjqvus .content-wrap {
    width: 100%;
  }
}
.cid-ucjgjjqvus .mbr-section-title,
.cid-ucjgjjqvus .mbr-section-subtitle {
  text-align: center;
}
.cid-ucjgjjqvus .mbr-text,
.cid-ucjgjjqvus .mbr-section-btn {
  text-align: center;
}
.cid-uIz3k2duD1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uIz3k2duD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz3k2duD1 .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-uIz3k2duD1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIz3k2duD1 .row {
  flex-direction: row-reverse;
}
.cid-uIz3k2duD1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIz3k2duD1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIz3k2duD1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIz3k2duD1 .mbr-section-title {
  color: #000000;
}
.cid-uIz3k2duD1 .mbr-text,
.cid-uIz3k2duD1 .mbr-section-btn {
  color: #232323;
}
.cid-uIKA4E90PB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKA4E90PB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKA4E90PB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIKA4E90PB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIKA4E90PB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIKA4E90PB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uIKC1HqxUH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uIKC1HqxUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKC1HqxUH .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uIKC1HqxUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIKC1HqxUH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIKC1HqxUH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIKC1HqxUH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uIKC1HqxUH .card-title,
.cid-uIKC1HqxUH .iconfont-wrapper {
  color: #000000;
}
.cid-uIKC1HqxUH .card-text {
  color: #000000;
}
.cid-uIKC1HqxUH .content-head {
  max-width: 800px;
}
.cid-uIKC1HqxUH .mbr-section-title {
  color: #000000;
}
.cid-uuvGPwMjbc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uuvGPwMjbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuvGPwMjbc .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-uuvGPwMjbc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuvGPwMjbc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuvGPwMjbc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuvGPwMjbc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuvGPwMjbc .mbr-section-title {
  color: #000000;
}
.cid-uuvGPwMjbc .mbr-text,
.cid-uuvGPwMjbc .mbr-section-btn {
  color: #232323;
}
.cid-uH950Qj2dZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uH950Qj2dZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH950Qj2dZ .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-uH950Qj2dZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH950Qj2dZ .row {
  flex-direction: row-reverse;
}
.cid-uH950Qj2dZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uH950Qj2dZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uH950Qj2dZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uH950Qj2dZ .mbr-section-title {
  color: #000000;
}
.cid-uH950Qj2dZ .mbr-text,
.cid-uH950Qj2dZ .mbr-section-btn {
  color: #232323;
}
.cid-uH952jAdiS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uH952jAdiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH952jAdiS .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-uH952jAdiS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH952jAdiS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uH952jAdiS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uH952jAdiS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uH952jAdiS .mbr-section-title {
  color: #000000;
}
.cid-uH952jAdiS .mbr-text,
.cid-uH952jAdiS .mbr-section-btn {
  color: #232323;
}
.cid-uH94ZuYKI4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uH94ZuYKI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH94ZuYKI4 .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-uH94ZuYKI4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH94ZuYKI4 .row {
  flex-direction: row-reverse;
}
.cid-uH94ZuYKI4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uH94ZuYKI4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uH94ZuYKI4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uH94ZuYKI4 .mbr-section-title {
  color: #000000;
}
.cid-uH94ZuYKI4 .mbr-text,
.cid-uH94ZuYKI4 .mbr-section-btn {
  color: #232323;
}
.cid-uH9502psuH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uH9502psuH .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uH9502psuH .panel-group {
  border: none;
}
.cid-uH9502psuH .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uH9502psuH .card-header {
    padding: 0rem;
  }
}
.cid-uH9502psuH .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uH9502psuH .img-col {
  padding: 0;
}
.cid-uH9502psuH .img-item {
  height: 100%;
}
.cid-uH9502psuH img {
  height: 100%;
  object-fit: cover;
}
.cid-uH9502psuH .collapsed span {
  transform: rotate(0deg);
}
.cid-uH9502psuH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uH9502psuH p {
  margin-bottom: 0.3rem;
}
.cid-uH9502psuH .panel-title-edit {
  color: #000000;
}
.cid-uH9502psuH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uH9502psuH .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uH9502psuH .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uH9502psuH .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uH9502psuH .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uH9502psuH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uH9502psuH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uH9502psuH .panel-title-edit,
.cid-uH9502psuH .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uH9502psuH .panel-title-edit,
.cid-uH9502psuH .mbr-iconfont P {
  text-align: center;
}
.cid-uH959jVjCz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uH959jVjCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH959jVjCz .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-uH959jVjCz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH959jVjCz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uH959jVjCz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uH959jVjCz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uH959jVjCz .mbr-section-title {
  color: #000000;
}
.cid-uH959jVjCz .mbr-text,
.cid-uH959jVjCz .mbr-section-btn {
  color: #232323;
}
.cid-uH95afEkop {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uH95afEkop .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uH95afEkop .panel-group {
  border: none;
}
.cid-uH95afEkop .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uH95afEkop .card-header {
    padding: 0rem;
  }
}
.cid-uH95afEkop .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uH95afEkop .img-col {
  padding: 0;
}
.cid-uH95afEkop .img-item {
  height: 100%;
}
.cid-uH95afEkop img {
  height: 100%;
  object-fit: cover;
}
.cid-uH95afEkop .collapsed span {
  transform: rotate(0deg);
}
.cid-uH95afEkop .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uH95afEkop p {
  margin-bottom: 0.3rem;
}
.cid-uH95afEkop .panel-title-edit {
  color: #000000;
}
.cid-uH95afEkop .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uH95afEkop .card {
  background: #fafafa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uH95afEkop .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uH95afEkop .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uH95afEkop .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uH95afEkop .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uH95afEkop .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uH95afEkop .panel-title-edit,
.cid-uH95afEkop .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uH95afEkop .panel-title-edit,
.cid-uH95afEkop .mbr-iconfont P {
  text-align: center;
}
.cid-uNKFlJGIRN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uNKFlJGIRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNKFlJGIRN .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-uNKFlJGIRN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNKFlJGIRN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNKFlJGIRN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNKFmeMeCN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uNKFmeMeCN .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uNKFmeMeCN .panel-group {
  border: none;
}
.cid-uNKFmeMeCN .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uNKFmeMeCN .card-header {
    padding: 0rem;
  }
}
.cid-uNKFmeMeCN .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uNKFmeMeCN .img-col {
  padding: 0;
}
.cid-uNKFmeMeCN .img-item {
  height: 100%;
}
.cid-uNKFmeMeCN img {
  height: 100%;
  object-fit: cover;
}
.cid-uNKFmeMeCN .collapsed span {
  transform: rotate(0deg);
}
.cid-uNKFmeMeCN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNKFmeMeCN p {
  margin-bottom: 0.3rem;
}
.cid-uNKFmeMeCN .panel-title-edit {
  color: #000000;
}
.cid-uNKFmeMeCN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uNKFmeMeCN .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uNKFmeMeCN .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNKFmeMeCN .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uNKFmeMeCN .panel-text {
  color: #000000;
}
.cid-uNKFmeMeCN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uNKFmeMeCN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNKFmeMeCN .panel-title-edit,
.cid-uNKFmeMeCN .mbr-iconfont {
  color: #000000;
}
.cid-ucoOGB54mM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ucoOGB54mM h6 {
  line-height: 1.2;
}
.cid-ucoOGB54mM img,
.cid-ucoOGB54mM .item-img {
  width: 100%;
  height: 100%;
}
.cid-ucoOGB54mM .item:focus,
.cid-ucoOGB54mM span:focus {
  outline: none;
}
.cid-ucoOGB54mM .item-img a {
  cursor: pointer;
}
.cid-ucoOGB54mM .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ucoOGB54mM .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ucoOGB54mM .mbr-section-title {
  color: #000000;
}
.cid-ucoOGB54mM .mbr-text,
.cid-ucoOGB54mM .mbr-section-btn {
  color: #000000;
}
.cid-ucoOGB54mM .item-title {
  color: #000000;
  text-align: center;
}
.cid-ucoOGB54mM .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucoOGB54mM .item-text {
  color: #000000;
  text-align: center;
}
.cid-ucoOGB54mM .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ucoOGB54mM .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ucoOHRuaVq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucoOHRuaVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucoOHRuaVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucoOHRuaVq .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucoOHRuaVq .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucoOHRuaVq .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucoOHRuaVq [class^="socicon-"]:before,
.cid-ucoOHRuaVq [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvlG1Jz6Ww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffcbcb;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlG1Jz6Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlG1Jz6Ww .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .footer-col {
    flex-direction: column;
  }
}
.cid-uvlG1Jz6Ww .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvlG1Jz6Ww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvlG1Jz6Ww .soc-item {
  margin: 8px;
}
.cid-uvlG1Jz6Ww .soc-item a:hover .mbr-iconfont,
.cid-uvlG1Jz6Ww .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uvlG1Jz6Ww .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvlG1Jz6Ww .row {
    text-align: center;
  }
  .cid-uvlG1Jz6Ww .social-row {
    justify-content: center;
  }
}
.cid-uvlG1Jz6Ww .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlG1Jz6Ww .list {
    margin-bottom: 0rem;
  }
}
.cid-uvlG1Jz6Ww .mbr-text {
  color: #bbbbbb;
}
.cid-uvlG1Jz6Ww .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlG1Jz6Ww .list,
.cid-uvlG1Jz6Ww .item-wrap {
  color: #232323;
}
.cid-uvlG1Jz6Ww .copyright {
  color: #000000;
}
