.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 {
  background-color: #fffaf0;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #118ab2 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #118ab2 !important;
  border-color: #118ab2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #15aee1 !important;
  border-color: #15aee1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #15aee1 !important;
  border-color: #15aee1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ef476f !important;
  border-color: #ef476f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f37694 !important;
  border-color: #f37694 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f37694 !important;
  border-color: #f37694 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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: #118ab2;
  color: #118ab2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #094d63 !important;
  background-color: transparent !important;
  border-color: #094d63 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #118ab2 !important;
  border-color: #118ab2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ef476f;
  color: #ef476f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cd123f !important;
  background-color: transparent !important;
  border-color: #cd123f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef476f !important;
  border-color: #ef476f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #118ab2 !important;
}
.text-secondary {
  color: #ef476f !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #084255 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bf113a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #118ab2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #118ab2;
  border-color: #118ab2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #118ab2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #54c8ef;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #118ab2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #118ab2;
}
/* 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: #118ab2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #118ab2;
}
.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: #118ab2;
  border-bottom-color: #118ab2;
}
.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: #118ab2 !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: #ef476f !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='%23118ab2' %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-tYr0crbIZf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tYr0crbIZf .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-tYr0crbIZf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tYr0crbIZf .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-tYr0crbIZf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-tYr0crbIZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYr0crbIZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYr0crbIZf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tYr0crbIZf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tYr0crbIZf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tYr0crbIZf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tYr0crbIZf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tYr0crbIZf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tYr0crbIZf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tYr0crbIZf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tYr0crbIZf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tYr0crbIZf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tYr0crbIZf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tYr0crbIZf .navbar-logo {
    padding-left: 0;
  }
}
.cid-tYr0crbIZf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tYr0crbIZf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tYr0crbIZf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tYr0crbIZf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-tYr0crbIZf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYr0crbIZf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tYr0crbIZf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYr0crbIZf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-tYr0crbIZf .nav-item:focus,
.cid-tYr0crbIZf .nav-link:focus {
  outline: none;
}
.cid-tYr0crbIZf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYr0crbIZf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYr0crbIZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYr0crbIZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYr0crbIZf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYr0crbIZf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYr0crbIZf .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-tYr0crbIZf .navbar.opened {
  transition: all 0.3s;
}
.cid-tYr0crbIZf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYr0crbIZf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-tYr0crbIZf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tYr0crbIZf .navbar.collapsed {
  justify-content: center;
}
.cid-tYr0crbIZf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYr0crbIZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYr0crbIZf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tYr0crbIZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYr0crbIZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYr0crbIZf .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-tYr0crbIZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYr0crbIZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYr0crbIZf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tYr0crbIZf .navbar {
    min-height: 72px;
  }
  .cid-tYr0crbIZf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tYr0crbIZf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYr0crbIZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYr0crbIZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYr0crbIZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYr0crbIZf .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-tYr0crbIZf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYr0crbIZf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tYr0crbIZf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYr0crbIZf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYr0crbIZf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tYr0crbIZf .dropdown-item.active,
.cid-tYr0crbIZf .dropdown-item:active {
  background-color: transparent;
}
.cid-tYr0crbIZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYr0crbIZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYr0crbIZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYr0crbIZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYr0crbIZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tYr0crbIZf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tYr0crbIZf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYr0crbIZf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tYr0crbIZf .navbar-buttons {
    text-align: left;
  }
}
.cid-tYr0crbIZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYr0crbIZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYr0crbIZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYr0crbIZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYr0crbIZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYr0crbIZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYr0crbIZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYr0crbIZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYr0crbIZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYr0crbIZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYr0crbIZf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYr0crbIZf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYr0crbIZf .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-tYr0crbIZf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYr0crbIZf .navbar {
    height: 70px;
  }
  .cid-tYr0crbIZf .navbar.opened {
    height: auto;
  }
  .cid-tYr0crbIZf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tYr0crbIZf .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tYr0crbIZf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tYr0crbIZf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tYr0crbIZf .navbar-brand {
    margin-right: auto;
  }
  .cid-tYr0crbIZf .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tYr0crbIZf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tYr0crbIZf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tYr0crbIZf .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-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tYr0crbIZf .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tYr0crbIZf .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-tYr0crbIZf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tYr0crbIZf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upk8xnNXlM {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-upk8xnNXlM .carousel {
  width: 100%;
}
.cid-upk8xnNXlM .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-upk8xnNXlM .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-upk8xnNXlM img,
.cid-upk8xnNXlM .item-wrapper {
  border-radius: 0 !important;
}
.cid-upk8xnNXlM .carousel-caption {
  bottom: 40px;
}
.cid-upk8xnNXlM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-upk8xnNXlM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-upk8xnNXlM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-upk8xnNXlM .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-upk8xnNXlM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-upk8xnNXlM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-upk8xnNXlM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-upk8xnNXlM .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-upk8xnNXlM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upk8xnNXlM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upk8xnNXlM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upk8xnNXlM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-upk8xnNXlM .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-upk8xnNXlM .carousel-indicators li.active,
.cid-upk8xnNXlM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upk8xnNXlM .carousel-indicators li::after,
.cid-upk8xnNXlM .carousel-indicators li::before {
  content: none;
}
.cid-upk8xnNXlM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upk8xnNXlM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upk8xnNXlM .mbr-section-subtitle,
  .cid-upk8xnNXlM .mbr-section-text,
  .cid-upk8xnNXlM .mbr-section-btn {
    text-align: center;
  }
}
.cid-tYr0crc8oo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYr0crc8oo .mbr-text {
  color: #000000;
}
.cid-tYr0crc8oo .mbr-section-subtitle {
  color: #000000;
}
.cid-tYr0crc8oo .mbr-section-title {
  color: #000000;
}
.cid-ucFXrjm4AI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ucFXrjm4AI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucFXrjm4AI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucFXrjm4AI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucFXrjm4AI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucFXrjm4AI .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ucFXrjm4AI .content-head {
  max-width: 800px;
}
.cid-tYr0crcGiH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYr0crcGiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYr0crcGiH .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-tYr0crcGiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYr0crcGiH .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-tYr0crcGiH .card-title,
.cid-tYr0crcGiH .iconfont-wrapper,
.cid-tYr0crcGiH .card-text {
  color: #000000;
  text-align: center;
}
.cid-tYr0crcGiH .content-head {
  max-width: 800px;
}
.cid-tYr0crcGiH .mbr-section-title {
  color: #000000;
}
.cid-tYr0crcGiH .mbr-section-btn {
  text-align: center;
}
.cid-tYr0crcGiH .card-title,
.cid-tYr0crcGiH .iconfont-wrapper {
  color: #118AB2;
}
.cid-tYr0crhRfa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYr0crhRfa .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-tYr0crhRfa img,
.cid-tYr0crhRfa .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tYr0crhRfa .item:focus,
.cid-tYr0crhRfa span:focus {
  outline: none;
}
.cid-tYr0crhRfa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tYr0crhRfa .item {
    margin-bottom: 1rem;
  }
}
.cid-tYr0crhRfa .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYr0crhRfa .mbr-section-title {
  color: #232323;
}
.cid-tYr0crhRfa .mbr-text,
.cid-tYr0crhRfa .mbr-section-btn {
  color: #232323;
}
.cid-tYr0crhRfa .item-title {
  color: #232323;
}
.cid-tYr0crhRfa .content-head {
  max-width: 800px;
}
.cid-ulsGxDXCfY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulsGxDXCfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulsGxDXCfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulsrePE0PD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulsrePE0PD .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulsrePE0PD .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ulsrePE0PD .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-ulsrePE0PD .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-ulsrePE0PD .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-ulsrePE0PD .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ulsrePE0PD .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-ulsrePE0PD .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-ulsrePE0PD .card .card-box .card-title,
  .cid-ulsrePE0PD .card .card-box .mbr-text,
  .cid-ulsrePE0PD .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-ulsrePE0PD .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ulsrePE0PD .card .card-img {
    text-align: right !important;
  }
}
.cid-tYr0crcWia {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYr0crcWia .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYr0crcWia .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-tYr0crcWia .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYr0crcWia .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYr0crcWia .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYr0crcWia .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYr0crcWia .mbr-section-title {
  color: #000000;
}
.cid-tYr0crcWia .mbr-text,
.cid-tYr0crcWia .mbr-section-btn {
  color: #000000;
}
.cid-tYr0crc0Wj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd166;
}
.cid-tYr0crc0Wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYr0crc0Wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYr0crc0Wj .content-head {
  max-width: 800px;
}
.cid-tYr0crc0Wj .mbr-section-title {
  color: #000000;
}
.cid-tYr0crc0Wj .mbr-text,
.cid-tYr0crc0Wj .mbr-section-btn {
  color: #000000;
}
.cid-tYr0crc0Wj img,
.cid-tYr0crc0Wj .item-img {
  width: 100%;
  height: 100%;
}
.cid-tYr0crgJFR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYr0crgJFR .item:focus,
.cid-tYr0crgJFR span:focus {
  outline: none;
}
.cid-tYr0crgJFR .item {
  cursor: pointer;
}
.cid-tYr0crgJFR .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-tYr0crgJFR .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-tYr0crgJFR .grid-container-1,
.cid-tYr0crgJFR .grid-container-2,
.cid-tYr0crgJFR .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tYr0crgJFR .grid-container-1,
  .cid-tYr0crgJFR .grid-container-2,
  .cid-tYr0crgJFR .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-tYr0crgJFR .mbr-section-title {
  color: #000000;
}
.cid-tYr0crgJFR .mbr-text,
.cid-tYr0crgJFR .mbr-section-btn {
  color: #000000;
}
.cid-tYr0crgJFR .content-head {
  max-width: 800px;
}
.cid-tYr0crgJFR .container,
.cid-tYr0crgJFR .container-fluid {
  overflow: hidden;
}
.cid-tYr0crgJFR .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-tYr0crgJFR .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYr0crgJFR .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tYr0crgJFR .grid-item img {
    min-width: 35vw;
  }
}
.cid-tYr0crgJFR .grid-container-1,
.cid-tYr0crgJFR .grid-container-2,
.cid-tYr0crgJFR .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-tYr0crgJFR .grid-container-1 {
  align-items: flex-end;
}
.cid-tYr0crgJFR .grid-container-2 {
  align-items: flex-start;
}
.cid-tYr0crgSsN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-tYr0crgSsN .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-tYr0crgSsN .panel-group {
  border: none;
}
.cid-tYr0crgSsN .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tYr0crgSsN .card-header {
    padding: 0rem;
  }
}
.cid-tYr0crgSsN .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-tYr0crgSsN .img-col {
  padding: 0;
}
.cid-tYr0crgSsN .img-item {
  height: 100%;
}
.cid-tYr0crgSsN img {
  height: 100%;
  object-fit: cover;
}
.cid-tYr0crgSsN .collapsed span {
  transform: rotate(0deg);
}
.cid-tYr0crgSsN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tYr0crgSsN p {
  margin-bottom: 0.3rem;
}
.cid-tYr0crgSsN .panel-title-edit {
  color: #000000;
}
.cid-tYr0crgSsN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tYr0crgSsN .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tYr0crgSsN .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tYr0crgSsN .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-tYr0crgSsN .panel-text {
  color: #000000;
}
.cid-tYr0crgSsN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tYr0crgSsN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYr0crgSsN .panel-title-edit,
.cid-tYr0crgSsN .mbr-iconfont {
  color: #000000;
}
.cid-tYr0crg2SB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYr0crg2SB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYr0crg2SB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYr0crg2SB .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #118ab2;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-tYr0crg2SB .card-title,
.cid-tYr0crg2SB .iconfont-wrapper {
  color: #000000;
}
.cid-tYr0crg2SB .card-text {
  color: #000000;
}
.cid-tYr0crg2SB .mbr-section-title {
  color: #000000;
}
.cid-tYr0crg2SB .mbr-section-subtitle {
  color: #000000;
}
.cid-tYr0crg2SB .content-head {
  max-width: 800px;
}
.cid-ubxi1JlMLN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ubxi1JlMLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxi1JlMLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxi1JlMLN .mbr-text {
  color: #000000;
}
.cid-ubxi1JlMLN .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ubxi1JlMLN .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ubxi1JlMLN .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubxi1JlMLN .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-ubxi1JlMLN .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubxi1JlMLN .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ubxi1JlMLN .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ubxi1JlMLN .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ubxi1JlMLN .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f6463;
  background-color: #1f6463;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ubxi1JlMLN .mbr-text UL {
  text-align: left;
}
.cid-ubxi1JlMLN .mbr-section-subtitle,
.cid-ubxi1JlMLN .main-button {
  color: #000000;
}
.cid-uhmU0ghc8Z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uhmU0ghc8Z .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhmU0ghc8Z .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uhmU0ghc8Z .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhmU0ghc8Z .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhmU0ghc8Z .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-uhmU0ghc8Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhmU0ghc8Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhmU0ghc8Z .content-head {
  max-width: 800px;
}
.cid-uhmVfkTywR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-uhmVfkTywR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhmVfkTywR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhmVfkTywR .card-row {
  align-items: stretch;
}
.cid-uhmVfkTywR .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uhmVfkTywR .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-uhmVfkTywR .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uhmVfkTywR .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-uhmVfkTywR .image-wrapper {
  margin-right: 30px;
}
.cid-uhmVfkTywR .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uhmVfkTywR .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-uhmVfkTywR .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-uhmVfkTywR .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-uhmVfkTywR .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uhmVfkTywR .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uhmVfkTywR .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uhmVfkTywR .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-uhmVfkTywR .social-container {
    padding-top: 25px;
  }
}
.cid-uhmVfkTywR .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-uhmVfkTywR .social-title {
    text-align: center !important;
  }
}
.cid-uhmVfkTywR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-uhmVfkTywR .social-list {
    justify-content: center !important;
  }
}
.cid-uhmVfkTywR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  transition: 0.4s all;
}
.cid-uhmVfkTywR .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhmVfkTywR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uhmVfkTywR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhmVfkTywR .soc-item:hover:before {
  opacity: 1;
}
.cid-uhmVfkTywR .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhmVfkTywR .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-uhmVfkTywR .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-uhmVfkTywR .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-uhmVfkTywR .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhmVfkTywR .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uhmVfkTywR .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhmVfkTywR .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhmVfkTywR .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-uhmVfkTywR .contact-item {
  padding: 10px 0 20px;
}
.cid-uhmVfkTywR .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-uhmVfkTywR .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-ubVFUKZJks {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ubVFUKZJks .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-ubU868Snxi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubU868Snxi .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-ubU868Snxi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubU868Snxi .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-ubU868Snxi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ubU868Snxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubU868Snxi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubU868Snxi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ubU868Snxi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ubU868Snxi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ubU868Snxi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubU868Snxi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubU868Snxi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubU868Snxi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ubU868Snxi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubU868Snxi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubU868Snxi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubU868Snxi .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubU868Snxi .navbar-logo {
    padding-left: 0;
  }
}
.cid-ubU868Snxi .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU868Snxi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubU868Snxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ubU868Snxi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-ubU868Snxi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU868Snxi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubU868Snxi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubU868Snxi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-ubU868Snxi .nav-item:focus,
.cid-ubU868Snxi .nav-link:focus {
  outline: none;
}
.cid-ubU868Snxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubU868Snxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubU868Snxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubU868Snxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubU868Snxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubU868Snxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubU868Snxi .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-ubU868Snxi .navbar.opened {
  transition: all 0.3s;
}
.cid-ubU868Snxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubU868Snxi .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ubU868Snxi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubU868Snxi .navbar.collapsed {
  justify-content: center;
}
.cid-ubU868Snxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubU868Snxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubU868Snxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-ubU868Snxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubU868Snxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubU868Snxi .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-ubU868Snxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubU868Snxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubU868Snxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubU868Snxi .navbar {
    min-height: 72px;
  }
  .cid-ubU868Snxi .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU868Snxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubU868Snxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubU868Snxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubU868Snxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubU868Snxi .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-ubU868Snxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubU868Snxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubU868Snxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubU868Snxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubU868Snxi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubU868Snxi .dropdown-item.active,
.cid-ubU868Snxi .dropdown-item:active {
  background-color: transparent;
}
.cid-ubU868Snxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubU868Snxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubU868Snxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubU868Snxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubU868Snxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubU868Snxi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubU868Snxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubU868Snxi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubU868Snxi .navbar-buttons {
    text-align: left;
  }
}
.cid-ubU868Snxi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubU868Snxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubU868Snxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubU868Snxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU868Snxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubU868Snxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubU868Snxi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU868Snxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubU868Snxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubU868Snxi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubU868Snxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubU868Snxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubU868Snxi .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-ubU868Snxi .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubU868Snxi .navbar {
    height: 70px;
  }
  .cid-ubU868Snxi .navbar.opened {
    height: auto;
  }
  .cid-ubU868Snxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubU868Snxi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubU868Snxi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubU868Snxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubU868Snxi .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ubU868Snxi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubU868Snxi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubU868Snxi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubU868Snxi .navbar-brand {
    margin-right: auto;
  }
  .cid-ubU868Snxi .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ubU868Snxi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubU868Snxi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubU868Snxi .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-ubU868Snxi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubU868Snxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubU868Snxi .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ubU868Snxi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubU868Snxi .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-ubU868Snxi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubU868Snxi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubU869yHQr {
  background-color: #ffffff;
}
.cid-ubU869yHQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU869yHQr .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-ubU869yHQr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubU869yHQr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubU869yHQr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubU869yHQr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubU869yHQr .mbr-section-title {
  color: #000000;
}
.cid-ubU869yHQr .mbr-text,
.cid-ubU869yHQr .mbr-section-btn {
  color: #232323;
}
.cid-ucG4PY0AYR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ucG4PY0AYR .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ucG4PY0AYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucG4PY0AYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucG4PY0AYR .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ucG4PY0AYR .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucG4PY0AYR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-ucG4PY0AYR .card-title,
.cid-ucG4PY0AYR .iconfont-wrapper {
  color: #000000;
}
.cid-ucG4PY0AYR .content-head {
  max-width: 800px;
}
.cid-ucG4PY0AYR .mbr-section-title {
  color: #9fe870;
}
.cid-ucG4PY0AYR .mbr-section-subtitle {
  color: #000000;
}
.cid-ucG4PY0AYR .card-text {
  color: #000000;
}
.cid-ucG4PY0AYR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucG4PY0AYR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ubU86a2bwg {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubU86a2bwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU86a2bwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU86a2bwg .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU86a2bwg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubU86a2bwg .mbr-section-title {
  text-align: center;
}
.cid-ubU86a2bwg .mbr-section-subtitle {
  text-align: center;
}
.cid-ubU86a2bwg .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ubU86a2bwg .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ubU86a2bwg .content-head {
  max-width: 800px;
}
.cid-ubU86a2bwg .img-box {
  display: flex;
  justify-content: center;
}
.cid-ubU86a2bwg .card-title {
  text-align: center;
}
.cid-ubU86a2bwg .card-text {
  text-align: center;
}
.cid-ubU86a2bwg .link {
  text-align: center;
}
.cid-udBN1qKqxk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-udBN1qKqxk .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udBN1qKqxk .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-udBN1qKqxk .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-udBN1qKqxk .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-udBN1qKqxk .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-udBN1qKqxk .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-udBN1qKqxk .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-udBN1qKqxk .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-udBN1qKqxk .card .card-box .card-title,
  .cid-udBN1qKqxk .card .card-box .mbr-text,
  .cid-udBN1qKqxk .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-udBN1qKqxk .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-udBN1qKqxk .card .card-img {
    text-align: right !important;
  }
}
.cid-ubU86aBehO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubU86aBehO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU86aBehO .item {
    margin-bottom: 1rem;
  }
}
.cid-ubU86aBehO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubU86aBehO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubU86aBehO .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-ubU86aBehO .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubU86aBehO .carousel-control,
.cid-ubU86aBehO .close {
  background: #1b1b1b;
}
.cid-ubU86aBehO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubU86aBehO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubU86aBehO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubU86aBehO .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubU86aBehO .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-ubU86aBehO .close::before {
  content: '\e91a';
}
.cid-ubU86aBehO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubU86aBehO .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-ubU86aBehO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU86aBehO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubU86aBehO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubU86aBehO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubU86aBehO .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-ubU86aBehO .carousel-indicators li.active,
.cid-ubU86aBehO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubU86aBehO .carousel-indicators li::after,
.cid-ubU86aBehO .carousel-indicators li::before {
  content: none;
}
.cid-ubU86aBehO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubU86aBehO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU86aBehO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU86aBehO .carousel-indicators {
    display: none;
  }
}
.cid-ubU86aBehO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubU86aBehO .carousel-inner > .active {
  display: block;
}
.cid-ubU86aBehO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU86aBehO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubU86aBehO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubU86aBehO .carousel-control,
  .cid-ubU86aBehO .carousel-indicators,
  .cid-ubU86aBehO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubU86aBehO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubU86aBehO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubU86aBehO .carousel-indicators .active,
.cid-ubU86aBehO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubU86aBehO .carousel-indicators .active {
  background: #fff;
}
.cid-ubU86aBehO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubU86aBehO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubU86aBehO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubU86aBehO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubU86aBehO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubU86aBehO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubU86aBehO .carousel {
  width: 100%;
}
.cid-ubU86aBehO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubU86aBehO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubU86aBehO .modal.fade .modal-dialog,
.cid-ubU86aBehO .modal.in .modal-dialog {
  transform: none;
}
.cid-ubU86aBehO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubU86aBehO .content-head {
  max-width: 800px;
}
.cid-ubU86bLngP {
  display: flex;
  background-image: url("../../../assets/images/20240427-192049-1-2000x1500.jpg");
}
.cid-ubU86bLngP .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubU86bLngP {
    align-items: flex-end;
  }
  .cid-ubU86bLngP .row {
    justify-content: center;
  }
  .cid-ubU86bLngP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubU86bLngP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubU86bLngP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubU86bLngP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubU86bLngP .content-wrap {
    width: 100%;
  }
}
.cid-ubU86bLngP .mbr-section-title,
.cid-ubU86bLngP .mbr-section-subtitle {
  text-align: center;
}
.cid-ubU86bLngP .mbr-text,
.cid-ubU86bLngP .mbr-section-btn {
  text-align: center;
  color: #a6a99c;
}
.cid-ubU86bLngP .mbr-section-title {
  color: #a6a99c;
}
.cid-ubU86cmZlR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ubU86cmZlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU86cmZlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU86cmZlR .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU86cmZlR .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-ubU86cmZlR .mbr-section-subtitle {
  color: #000000;
}
.cid-ubU86cmZlR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ubU86cmZlR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubU86cmZlR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ubU86cmZlR .mbr-number {
  color: #d70081;
}
.cid-ubU86cmZlR .mbr-section-title {
  text-align: center;
}
.cid-ubU86cmZlR .mbr-subtitle {
  text-align: center;
}
.cid-ubU86cmZlR .card-text,
.cid-ubU86cmZlR .item .mbr-section-btn {
  text-align: left;
}
.cid-uie5APyfdk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fffaf0;
}
.cid-uie5APyfdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uie5APyfdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-5p {
  /* Type valid CSS here */
}
#custom-html-5p div {
  padding: 20%;
  color: #777;
  text-align: center;
}
#custom-html-5p p {
  font-size: 60px;
  color: #777;
}
.cid-ui1XTidj4R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffaf0;
}
.cid-ui1XTidj4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1XTidj4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhZ9vaLOKz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uhZ9vaLOKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhZ9vaLOKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhZ9vaLOKz .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhZ9vaLOKz .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhZ9vaLOKz .google-map {
  height: 100%;
  position: relative;
}
.cid-uhZ9vaLOKz .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhZ9vaLOKz .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhZ9vaLOKz .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-uhZ9vaLOKz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhZ9vaLOKz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhZ9vaLOKz .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhZ9vaLOKz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhZ9vaLOKz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhZ9vaLOKz ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhZ9vaLOKz .content-head {
  max-width: 800px;
}
.cid-ubVFUKZJks {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ubVFUKZJks .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-tYr0crbIZf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tYr0crbIZf .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-tYr0crbIZf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tYr0crbIZf .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-tYr0crbIZf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-tYr0crbIZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYr0crbIZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYr0crbIZf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-tYr0crbIZf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tYr0crbIZf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tYr0crbIZf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tYr0crbIZf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tYr0crbIZf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tYr0crbIZf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tYr0crbIZf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tYr0crbIZf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tYr0crbIZf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tYr0crbIZf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tYr0crbIZf .navbar-logo {
    padding-left: 0;
  }
}
.cid-tYr0crbIZf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tYr0crbIZf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tYr0crbIZf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tYr0crbIZf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-tYr0crbIZf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYr0crbIZf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tYr0crbIZf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYr0crbIZf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-tYr0crbIZf .nav-item:focus,
.cid-tYr0crbIZf .nav-link:focus {
  outline: none;
}
.cid-tYr0crbIZf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYr0crbIZf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYr0crbIZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYr0crbIZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYr0crbIZf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYr0crbIZf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYr0crbIZf .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-tYr0crbIZf .navbar.opened {
  transition: all 0.3s;
}
.cid-tYr0crbIZf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYr0crbIZf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-tYr0crbIZf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tYr0crbIZf .navbar.collapsed {
  justify-content: center;
}
.cid-tYr0crbIZf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYr0crbIZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYr0crbIZf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tYr0crbIZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYr0crbIZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYr0crbIZf .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-tYr0crbIZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYr0crbIZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYr0crbIZf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tYr0crbIZf .navbar {
    min-height: 72px;
  }
  .cid-tYr0crbIZf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tYr0crbIZf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYr0crbIZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYr0crbIZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYr0crbIZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYr0crbIZf .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-tYr0crbIZf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYr0crbIZf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tYr0crbIZf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYr0crbIZf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYr0crbIZf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tYr0crbIZf .dropdown-item.active,
.cid-tYr0crbIZf .dropdown-item:active {
  background-color: transparent;
}
.cid-tYr0crbIZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYr0crbIZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYr0crbIZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYr0crbIZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYr0crbIZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tYr0crbIZf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tYr0crbIZf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYr0crbIZf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tYr0crbIZf .navbar-buttons {
    text-align: left;
  }
}
.cid-tYr0crbIZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYr0crbIZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYr0crbIZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYr0crbIZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYr0crbIZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYr0crbIZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYr0crbIZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYr0crbIZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYr0crbIZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYr0crbIZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYr0crbIZf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYr0crbIZf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYr0crbIZf .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-tYr0crbIZf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYr0crbIZf .navbar {
    height: 70px;
  }
  .cid-tYr0crbIZf .navbar.opened {
    height: auto;
  }
  .cid-tYr0crbIZf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tYr0crbIZf .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tYr0crbIZf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tYr0crbIZf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tYr0crbIZf .navbar-brand {
    margin-right: auto;
  }
  .cid-tYr0crbIZf .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tYr0crbIZf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tYr0crbIZf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tYr0crbIZf .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-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tYr0crbIZf .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tYr0crbIZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tYr0crbIZf .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-tYr0crbIZf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tYr0crbIZf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubU2WYiEch {
  background-color: #ffffff;
}
.cid-ubU2WYiEch .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU2WYiEch .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-ubU2WYiEch .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubU2WYiEch .row {
  flex-direction: row-reverse;
}
.cid-ubU2WYiEch .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubU2WYiEch .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubU2WYiEch .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubU2WYiEch .mbr-section-title {
  color: #000000;
}
.cid-ubU2WYiEch .mbr-text,
.cid-ubU2WYiEch .mbr-section-btn {
  color: #232323;
}
.cid-ucG2tEfyPW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ucG2tEfyPW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ucG2tEfyPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucG2tEfyPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucG2tEfyPW .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ucG2tEfyPW .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucG2tEfyPW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-ucG2tEfyPW .card-title,
.cid-ucG2tEfyPW .iconfont-wrapper {
  color: #000000;
}
.cid-ucG2tEfyPW .content-head {
  max-width: 800px;
}
.cid-ucG2tEfyPW .mbr-section-title {
  color: #9fe870;
}
.cid-ucG2tEfyPW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucG2tEfyPW .card-text {
  color: #000000;
}
.cid-ucG2tEfyPW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucG2tEfyPW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ubU3Ty6ruW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubU3Ty6ruW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU3Ty6ruW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU3Ty6ruW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU3Ty6ruW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubU3Ty6ruW .mbr-section-title {
  text-align: center;
}
.cid-ubU3Ty6ruW .mbr-section-subtitle {
  text-align: center;
}
.cid-ubU3Ty6ruW .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ubU3Ty6ruW .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ubU3Ty6ruW .content-head {
  max-width: 800px;
}
.cid-ubU3Ty6ruW .img-box {
  display: flex;
  justify-content: center;
}
.cid-ubU3Ty6ruW .card-title {
  text-align: center;
}
.cid-ubU3Ty6ruW .card-text {
  text-align: center;
}
.cid-ubU3Ty6ruW .link {
  text-align: center;
}
.cid-udBMJZzuV2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-udBMJZzuV2 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udBMJZzuV2 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-udBMJZzuV2 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-udBMJZzuV2 .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-udBMJZzuV2 .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-udBMJZzuV2 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-udBMJZzuV2 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-udBMJZzuV2 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-udBMJZzuV2 .card .card-box .card-title,
  .cid-udBMJZzuV2 .card .card-box .mbr-text,
  .cid-udBMJZzuV2 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-udBMJZzuV2 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-udBMJZzuV2 .card .card-img {
    text-align: right !important;
  }
}
.cid-ubU4h8YUqL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubU4h8YUqL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU4h8YUqL .item {
    margin-bottom: 1rem;
  }
}
.cid-ubU4h8YUqL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubU4h8YUqL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubU4h8YUqL .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-ubU4h8YUqL .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ubU4h8YUqL .carousel-control,
.cid-ubU4h8YUqL .close {
  background: #1b1b1b;
}
.cid-ubU4h8YUqL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubU4h8YUqL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubU4h8YUqL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubU4h8YUqL .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubU4h8YUqL .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-ubU4h8YUqL .close::before {
  content: '\e91a';
}
.cid-ubU4h8YUqL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubU4h8YUqL .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-ubU4h8YUqL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU4h8YUqL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubU4h8YUqL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubU4h8YUqL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubU4h8YUqL .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-ubU4h8YUqL .carousel-indicators li.active,
.cid-ubU4h8YUqL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubU4h8YUqL .carousel-indicators li::after,
.cid-ubU4h8YUqL .carousel-indicators li::before {
  content: none;
}
.cid-ubU4h8YUqL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubU4h8YUqL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubU4h8YUqL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU4h8YUqL .carousel-indicators {
    display: none;
  }
}
.cid-ubU4h8YUqL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubU4h8YUqL .carousel-inner > .active {
  display: block;
}
.cid-ubU4h8YUqL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubU4h8YUqL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubU4h8YUqL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubU4h8YUqL .carousel-control,
  .cid-ubU4h8YUqL .carousel-indicators,
  .cid-ubU4h8YUqL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubU4h8YUqL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubU4h8YUqL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubU4h8YUqL .carousel-indicators .active,
.cid-ubU4h8YUqL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubU4h8YUqL .carousel-indicators .active {
  background: #fff;
}
.cid-ubU4h8YUqL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubU4h8YUqL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubU4h8YUqL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubU4h8YUqL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubU4h8YUqL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubU4h8YUqL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubU4h8YUqL .carousel {
  width: 100%;
}
.cid-ubU4h8YUqL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubU4h8YUqL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubU4h8YUqL .modal.fade .modal-dialog,
.cid-ubU4h8YUqL .modal.in .modal-dialog {
  transform: none;
}
.cid-ubU4h8YUqL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubU4h8YUqL .content-head {
  max-width: 800px;
}
.cid-ubU2mNiLIL {
  display: flex;
  background-image: url("../../../assets/images/20240427-182035-1-2000x1500.jpeg");
}
.cid-ubU2mNiLIL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubU2mNiLIL {
    align-items: flex-end;
  }
  .cid-ubU2mNiLIL .row {
    justify-content: center;
  }
  .cid-ubU2mNiLIL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubU2mNiLIL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubU2mNiLIL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubU2mNiLIL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubU2mNiLIL .content-wrap {
    width: 100%;
  }
}
.cid-ubU2mNiLIL .mbr-section-title,
.cid-ubU2mNiLIL .mbr-section-subtitle {
  text-align: center;
}
.cid-ubU2mNiLIL .mbr-text,
.cid-ubU2mNiLIL .mbr-section-btn {
  text-align: center;
  color: #a6a99c;
}
.cid-ubU2mNiLIL .mbr-section-title {
  color: #a6a99c;
}
.cid-ubU3W6XiUu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ubU3W6XiUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU3W6XiUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU3W6XiUu .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubU3W6XiUu .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-ubU3W6XiUu .mbr-section-subtitle {
  color: #000000;
}
.cid-ubU3W6XiUu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ubU3W6XiUu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubU3W6XiUu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ubU3W6XiUu .mbr-number {
  color: #d70081;
}
.cid-ubU3W6XiUu .mbr-section-title {
  text-align: center;
}
.cid-ubU3W6XiUu .mbr-subtitle {
  text-align: center;
}
.cid-ubU3W6XiUu .card-text,
.cid-ubU3W6XiUu .item .mbr-section-btn {
  text-align: left;
}
.cid-uiweDLHdru {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fffaf0;
}
.cid-uiweDLHdru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiweDLHdru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-64 {
  /* Type valid CSS here */
}
#custom-html-64 div {
  padding: 20%;
  color: #777;
  text-align: center;
}
#custom-html-64 p {
  font-size: 60px;
  color: #777;
}
.cid-uiweGxLyR7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffaf0;
}
.cid-uiweGxLyR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiweGxLyR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubU6ciSfhk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-ubU6ciSfhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubU6ciSfhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubU6ciSfhk .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU6ciSfhk .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ubU6ciSfhk .google-map {
  height: 100%;
  position: relative;
}
.cid-ubU6ciSfhk .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ubU6ciSfhk .google-map iframe {
    min-height: 350px;
  }
}
.cid-ubU6ciSfhk .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-ubU6ciSfhk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ubU6ciSfhk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ubU6ciSfhk .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubU6ciSfhk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubU6ciSfhk .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ubU6ciSfhk ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ubU6ciSfhk .content-head {
  max-width: 800px;
}
.cid-ubVFUKZJks {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ubVFUKZJks .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uc7WMgbwsO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uc7WMgbwsO .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-uc7WMgbwsO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uc7WMgbwsO .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-uc7WMgbwsO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uc7WMgbwsO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uc7WMgbwsO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc7WMgbwsO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uc7WMgbwsO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uc7WMgbwsO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uc7WMgbwsO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uc7WMgbwsO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uc7WMgbwsO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uc7WMgbwsO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uc7WMgbwsO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uc7WMgbwsO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uc7WMgbwsO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uc7WMgbwsO .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uc7WMgbwsO .navbar-logo {
    padding-left: 0;
  }
}
.cid-uc7WMgbwsO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uc7WMgbwsO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uc7WMgbwsO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uc7WMgbwsO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uc7WMgbwsO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc7WMgbwsO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uc7WMgbwsO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uc7WMgbwsO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uc7WMgbwsO .nav-item:focus,
.cid-uc7WMgbwsO .nav-link:focus {
  outline: none;
}
.cid-uc7WMgbwsO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc7WMgbwsO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc7WMgbwsO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc7WMgbwsO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc7WMgbwsO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc7WMgbwsO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc7WMgbwsO .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-uc7WMgbwsO .navbar.opened {
  transition: all 0.3s;
}
.cid-uc7WMgbwsO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uc7WMgbwsO .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uc7WMgbwsO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uc7WMgbwsO .navbar.collapsed {
  justify-content: center;
}
.cid-uc7WMgbwsO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc7WMgbwsO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uc7WMgbwsO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uc7WMgbwsO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc7WMgbwsO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc7WMgbwsO .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-uc7WMgbwsO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc7WMgbwsO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uc7WMgbwsO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uc7WMgbwsO .navbar {
    min-height: 72px;
  }
  .cid-uc7WMgbwsO .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uc7WMgbwsO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc7WMgbwsO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc7WMgbwsO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc7WMgbwsO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uc7WMgbwsO .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-uc7WMgbwsO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uc7WMgbwsO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uc7WMgbwsO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc7WMgbwsO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uc7WMgbwsO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uc7WMgbwsO .dropdown-item.active,
.cid-uc7WMgbwsO .dropdown-item:active {
  background-color: transparent;
}
.cid-uc7WMgbwsO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uc7WMgbwsO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc7WMgbwsO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc7WMgbwsO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uc7WMgbwsO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uc7WMgbwsO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uc7WMgbwsO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uc7WMgbwsO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uc7WMgbwsO .navbar-buttons {
    text-align: left;
  }
}
.cid-uc7WMgbwsO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uc7WMgbwsO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc7WMgbwsO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc7WMgbwsO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc7WMgbwsO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc7WMgbwsO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc7WMgbwsO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc7WMgbwsO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc7WMgbwsO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc7WMgbwsO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc7WMgbwsO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uc7WMgbwsO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc7WMgbwsO .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-uc7WMgbwsO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc7WMgbwsO .navbar {
    height: 70px;
  }
  .cid-uc7WMgbwsO .navbar.opened {
    height: auto;
  }
  .cid-uc7WMgbwsO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc7WMgbwsO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uc7WMgbwsO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uc7WMgbwsO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uc7WMgbwsO .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uc7WMgbwsO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uc7WMgbwsO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uc7WMgbwsO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uc7WMgbwsO .navbar-brand {
    margin-right: auto;
  }
  .cid-uc7WMgbwsO .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uc7WMgbwsO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uc7WMgbwsO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uc7WMgbwsO .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-uc7WMgbwsO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uc7WMgbwsO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uc7WMgbwsO .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uc7WMgbwsO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uc7WMgbwsO .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-uc7WMgbwsO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uc7WMgbwsO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uc7WMgMulv {
  background-color: #ffffff;
}
.cid-uc7WMgMulv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7WMgMulv .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-uc7WMgMulv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc7WMgMulv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uc7WMgMulv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uc7WMgMulv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uc7WMgMulv .mbr-section-title {
  color: #000000;
}
.cid-uc7WMgMulv .mbr-text,
.cid-uc7WMgMulv .mbr-section-btn {
  color: #232323;
}
.cid-ucG7k1VeGH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ucG7k1VeGH .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ucG7k1VeGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucG7k1VeGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucG7k1VeGH .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ucG7k1VeGH .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucG7k1VeGH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-ucG7k1VeGH .card-title,
.cid-ucG7k1VeGH .iconfont-wrapper {
  color: #000000;
}
.cid-ucG7k1VeGH .content-head {
  max-width: 800px;
}
.cid-ucG7k1VeGH .mbr-section-title {
  color: #9fe870;
}
.cid-ucG7k1VeGH .mbr-section-subtitle {
  color: #000000;
}
.cid-ucG7k1VeGH .card-text {
  color: #000000;
}
.cid-ucG7k1VeGH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucG7k1VeGH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uc7WMhcH8Y {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uc7WMhcH8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7WMhcH8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7WMhcH8Y .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc7WMhcH8Y .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc7WMhcH8Y .mbr-section-title {
  text-align: center;
}
.cid-uc7WMhcH8Y .mbr-section-subtitle {
  text-align: center;
}
.cid-uc7WMhcH8Y .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uc7WMhcH8Y .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uc7WMhcH8Y .content-head {
  max-width: 800px;
}
.cid-uc7WMhcH8Y .img-box {
  display: flex;
  justify-content: center;
}
.cid-uc7WMhcH8Y .card-title {
  text-align: center;
}
.cid-uc7WMhcH8Y .card-text {
  text-align: center;
}
.cid-uc7WMhcH8Y .link {
  text-align: center;
}
.cid-uhj8VQIxEp {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uhj8VQIxEp .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uhj8VQIxEp .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uhj8VQIxEp .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-uhj8VQIxEp .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-uhj8VQIxEp .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-uhj8VQIxEp .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uhj8VQIxEp .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uhj8VQIxEp .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uhj8VQIxEp .card .card-box .card-title,
  .cid-uhj8VQIxEp .card .card-box .mbr-text,
  .cid-uhj8VQIxEp .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uhj8VQIxEp .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uhj8VQIxEp .card .card-img {
    text-align: right !important;
  }
}
.cid-uc7WMhJOsj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uc7WMhJOsj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc7WMhJOsj .item {
    margin-bottom: 1rem;
  }
}
.cid-uc7WMhJOsj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uc7WMhJOsj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uc7WMhJOsj .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-uc7WMhJOsj .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uc7WMhJOsj .carousel-control,
.cid-uc7WMhJOsj .close {
  background: #1b1b1b;
}
.cid-uc7WMhJOsj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uc7WMhJOsj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uc7WMhJOsj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uc7WMhJOsj .carousel-control-next span {
  margin-left: 5px;
}
.cid-uc7WMhJOsj .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-uc7WMhJOsj .close::before {
  content: '\e91a';
}
.cid-uc7WMhJOsj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uc7WMhJOsj .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-uc7WMhJOsj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uc7WMhJOsj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uc7WMhJOsj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uc7WMhJOsj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uc7WMhJOsj .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-uc7WMhJOsj .carousel-indicators li.active,
.cid-uc7WMhJOsj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uc7WMhJOsj .carousel-indicators li::after,
.cid-uc7WMhJOsj .carousel-indicators li::before {
  content: none;
}
.cid-uc7WMhJOsj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uc7WMhJOsj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uc7WMhJOsj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uc7WMhJOsj .carousel-indicators {
    display: none;
  }
}
.cid-uc7WMhJOsj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uc7WMhJOsj .carousel-inner > .active {
  display: block;
}
.cid-uc7WMhJOsj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uc7WMhJOsj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uc7WMhJOsj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uc7WMhJOsj .carousel-control,
  .cid-uc7WMhJOsj .carousel-indicators,
  .cid-uc7WMhJOsj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uc7WMhJOsj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uc7WMhJOsj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uc7WMhJOsj .carousel-indicators .active,
.cid-uc7WMhJOsj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uc7WMhJOsj .carousel-indicators .active {
  background: #fff;
}
.cid-uc7WMhJOsj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uc7WMhJOsj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uc7WMhJOsj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uc7WMhJOsj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uc7WMhJOsj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uc7WMhJOsj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uc7WMhJOsj .carousel {
  width: 100%;
}
.cid-uc7WMhJOsj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uc7WMhJOsj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uc7WMhJOsj .modal.fade .modal-dialog,
.cid-uc7WMhJOsj .modal.in .modal-dialog {
  transform: none;
}
.cid-uc7WMhJOsj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uc7WMhJOsj .content-head {
  max-width: 800px;
}
.cid-uc7WMiL5IN {
  display: flex;
  background-image: url("../../../assets/images/20240628-182925-2000x1500.jpg");
}
.cid-uc7WMiL5IN .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uc7WMiL5IN {
    align-items: flex-end;
  }
  .cid-uc7WMiL5IN .row {
    justify-content: center;
  }
  .cid-uc7WMiL5IN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uc7WMiL5IN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uc7WMiL5IN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uc7WMiL5IN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uc7WMiL5IN .content-wrap {
    width: 100%;
  }
}
.cid-uc7WMiL5IN .mbr-section-title,
.cid-uc7WMiL5IN .mbr-section-subtitle {
  text-align: center;
}
.cid-uc7WMiL5IN .mbr-text,
.cid-uc7WMiL5IN .mbr-section-btn {
  text-align: center;
  color: #a6a99c;
}
.cid-uc7WMiL5IN .mbr-section-title {
  color: #a6a99c;
}
.cid-uc7WMjjmSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uc7WMjjmSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7WMjjmSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7WMjjmSC .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc7WMjjmSC .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uc7WMjjmSC .mbr-section-subtitle {
  color: #000000;
}
.cid-uc7WMjjmSC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uc7WMjjmSC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uc7WMjjmSC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uc7WMjjmSC .mbr-number {
  color: #d70081;
}
.cid-uc7WMjjmSC .mbr-section-title {
  text-align: center;
}
.cid-uc7WMjjmSC .mbr-subtitle {
  text-align: center;
}
.cid-uc7WMjjmSC .card-text,
.cid-uc7WMjjmSC .item .mbr-section-btn {
  text-align: left;
}
.cid-uie4HYwnZ4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fffaf0;
}
.cid-uie4HYwnZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uie4HYwnZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-5z {
  /* Type valid CSS here */
}
#custom-html-5z div {
  padding: 20%;
  color: #777;
  text-align: center;
}
#custom-html-5z p {
  font-size: 60px;
  color: #777;
}
.cid-ui1YmmpJ3r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffaf0;
}
.cid-ui1YmmpJ3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YmmpJ3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7WMktevB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uc7WMktevB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7WMktevB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uc7WMktevB .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc7WMktevB .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uc7WMktevB .google-map {
  height: 100%;
  position: relative;
}
.cid-uc7WMktevB .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uc7WMktevB .google-map iframe {
    min-height: 350px;
  }
}
.cid-uc7WMktevB .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-uc7WMktevB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uc7WMktevB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uc7WMktevB .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uc7WMktevB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uc7WMktevB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uc7WMktevB ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uc7WMktevB .content-head {
  max-width: 800px;
}
.cid-uc7WMl6qFt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-uc7WMl6qFt .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uc803g0iXu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uc803g0iXu .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-uc803g0iXu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uc803g0iXu .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-uc803g0iXu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uc803g0iXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uc803g0iXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc803g0iXu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uc803g0iXu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uc803g0iXu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uc803g0iXu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uc803g0iXu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uc803g0iXu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uc803g0iXu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uc803g0iXu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uc803g0iXu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uc803g0iXu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uc803g0iXu .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uc803g0iXu .navbar-logo {
    padding-left: 0;
  }
}
.cid-uc803g0iXu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uc803g0iXu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uc803g0iXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uc803g0iXu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uc803g0iXu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc803g0iXu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uc803g0iXu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uc803g0iXu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uc803g0iXu .nav-item:focus,
.cid-uc803g0iXu .nav-link:focus {
  outline: none;
}
.cid-uc803g0iXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc803g0iXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc803g0iXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc803g0iXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc803g0iXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc803g0iXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc803g0iXu .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-uc803g0iXu .navbar.opened {
  transition: all 0.3s;
}
.cid-uc803g0iXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uc803g0iXu .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uc803g0iXu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uc803g0iXu .navbar.collapsed {
  justify-content: center;
}
.cid-uc803g0iXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc803g0iXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uc803g0iXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uc803g0iXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc803g0iXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc803g0iXu .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-uc803g0iXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc803g0iXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uc803g0iXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uc803g0iXu .navbar {
    min-height: 72px;
  }
  .cid-uc803g0iXu .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uc803g0iXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc803g0iXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc803g0iXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc803g0iXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uc803g0iXu .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-uc803g0iXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uc803g0iXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uc803g0iXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc803g0iXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uc803g0iXu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uc803g0iXu .dropdown-item.active,
.cid-uc803g0iXu .dropdown-item:active {
  background-color: transparent;
}
.cid-uc803g0iXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uc803g0iXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc803g0iXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc803g0iXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uc803g0iXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uc803g0iXu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uc803g0iXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uc803g0iXu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uc803g0iXu .navbar-buttons {
    text-align: left;
  }
}
.cid-uc803g0iXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uc803g0iXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc803g0iXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc803g0iXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc803g0iXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc803g0iXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc803g0iXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc803g0iXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc803g0iXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc803g0iXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc803g0iXu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uc803g0iXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc803g0iXu .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-uc803g0iXu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc803g0iXu .navbar {
    height: 70px;
  }
  .cid-uc803g0iXu .navbar.opened {
    height: auto;
  }
  .cid-uc803g0iXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc803g0iXu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uc803g0iXu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uc803g0iXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uc803g0iXu .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uc803g0iXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uc803g0iXu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uc803g0iXu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uc803g0iXu .navbar-brand {
    margin-right: auto;
  }
  .cid-uc803g0iXu .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uc803g0iXu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uc803g0iXu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uc803g0iXu .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-uc803g0iXu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uc803g0iXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uc803g0iXu .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uc803g0iXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uc803g0iXu .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-uc803g0iXu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uc803g0iXu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uc803gSTQw {
  background-color: #edefeb;
}
.cid-uc803gSTQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc803gSTQw .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-uc803gSTQw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc803gSTQw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uc803gSTQw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uc803gSTQw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uc803gSTQw .mbr-section-title {
  color: #000000;
}
.cid-uc803gSTQw .mbr-text,
.cid-uc803gSTQw .mbr-section-btn {
  color: #232323;
}
.cid-udBu4XOX9T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udBu4XOX9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBu4XOX9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udBu4XOX9T .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udBu4XOX9T .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udBu4XOX9T .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-udBu4XOX9T .content-head {
  max-width: 800px;
}
.cid-uc803hCmed {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uc803hCmed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc803hCmed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc803hCmed .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc803hCmed .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc803hCmed .mbr-section-title {
  text-align: center;
}
.cid-uc803hCmed .mbr-section-subtitle {
  text-align: center;
}
.cid-uc803hCmed .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uc803hCmed .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uc803hCmed .content-head {
  max-width: 800px;
}
.cid-uc803hCmed .img-box {
  display: flex;
  justify-content: center;
}
.cid-uc803hCmed .card-title {
  text-align: center;
}
.cid-uc803hCmed .card-text {
  text-align: center;
}
.cid-uc803hCmed .link {
  text-align: center;
}
.cid-uc803l2Y8O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uc803l2Y8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc803l2Y8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc803l2Y8O .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc803l2Y8O .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uc803l2Y8O .mbr-section-subtitle {
  color: #000000;
}
.cid-uc803l2Y8O .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uc803l2Y8O .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uc803l2Y8O .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uc803l2Y8O .mbr-number {
  color: #d70081;
}
.cid-uc803l2Y8O .mbr-section-title {
  text-align: center;
}
.cid-uc803l2Y8O .mbr-subtitle {
  text-align: center;
}
.cid-uc803l2Y8O .card-text,
.cid-uc803l2Y8O .item .mbr-section-btn {
  text-align: left;
}
.cid-uhyYufwC3d {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uhyYufwC3d .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhyYufwC3d .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uhyYufwC3d .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhyYufwC3d .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhyYufwC3d .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-uhyYufwC3d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhyYufwC3d .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhyYufwC3d .content-head {
  max-width: 800px;
}
.cid-uhyXJz48iY {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-uhyXJz48iY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyXJz48iY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyXJz48iY .card-row {
  align-items: stretch;
}
.cid-uhyXJz48iY .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uhyXJz48iY .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-uhyXJz48iY .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uhyXJz48iY .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-uhyXJz48iY .image-wrapper {
  margin-right: 30px;
}
.cid-uhyXJz48iY .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uhyXJz48iY .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-uhyXJz48iY .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-uhyXJz48iY .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-uhyXJz48iY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uhyXJz48iY .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uhyXJz48iY .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uhyXJz48iY .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-uhyXJz48iY .social-container {
    padding-top: 25px;
  }
}
.cid-uhyXJz48iY .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-uhyXJz48iY .social-title {
    text-align: center !important;
  }
}
.cid-uhyXJz48iY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-uhyXJz48iY .social-list {
    justify-content: center !important;
  }
}
.cid-uhyXJz48iY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uhyXJz48iY .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhyXJz48iY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uhyXJz48iY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhyXJz48iY .soc-item:hover:before {
  opacity: 1;
}
.cid-uhyXJz48iY .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhyXJz48iY .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-uhyXJz48iY .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-uhyXJz48iY .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-uhyXJz48iY .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhyXJz48iY .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uhyXJz48iY .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhyXJz48iY .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhyXJz48iY .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-uhyXJz48iY .contact-item {
  padding: 10px 0 20px;
}
.cid-uhyXJz48iY .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-uhyXJz48iY .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uc803nhSoZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-uc803nhSoZ .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-ucQV5SLHTs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucQV5SLHTs .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-ucQV5SLHTs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucQV5SLHTs .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-ucQV5SLHTs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucQV5SLHTs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucQV5SLHTs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucQV5SLHTs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ucQV5SLHTs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucQV5SLHTs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucQV5SLHTs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucQV5SLHTs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucQV5SLHTs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucQV5SLHTs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucQV5SLHTs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucQV5SLHTs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucQV5SLHTs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucQV5SLHTs .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucQV5SLHTs .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucQV5SLHTs .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucQV5SLHTs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucQV5SLHTs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucQV5SLHTs .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-ucQV5SLHTs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucQV5SLHTs .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucQV5SLHTs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucQV5SLHTs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-ucQV5SLHTs .nav-item:focus,
.cid-ucQV5SLHTs .nav-link:focus {
  outline: none;
}
.cid-ucQV5SLHTs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucQV5SLHTs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucQV5SLHTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucQV5SLHTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQV5SLHTs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucQV5SLHTs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucQV5SLHTs .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-ucQV5SLHTs .navbar.opened {
  transition: all 0.3s;
}
.cid-ucQV5SLHTs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucQV5SLHTs .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucQV5SLHTs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucQV5SLHTs .navbar.collapsed {
  justify-content: center;
}
.cid-ucQV5SLHTs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucQV5SLHTs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucQV5SLHTs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-ucQV5SLHTs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucQV5SLHTs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucQV5SLHTs .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-ucQV5SLHTs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucQV5SLHTs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucQV5SLHTs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucQV5SLHTs .navbar {
    min-height: 72px;
  }
  .cid-ucQV5SLHTs .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucQV5SLHTs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucQV5SLHTs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucQV5SLHTs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucQV5SLHTs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucQV5SLHTs .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-ucQV5SLHTs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucQV5SLHTs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucQV5SLHTs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucQV5SLHTs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucQV5SLHTs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucQV5SLHTs .dropdown-item.active,
.cid-ucQV5SLHTs .dropdown-item:active {
  background-color: transparent;
}
.cid-ucQV5SLHTs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucQV5SLHTs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucQV5SLHTs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucQV5SLHTs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucQV5SLHTs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucQV5SLHTs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucQV5SLHTs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucQV5SLHTs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucQV5SLHTs .navbar-buttons {
    text-align: left;
  }
}
.cid-ucQV5SLHTs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucQV5SLHTs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucQV5SLHTs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucQV5SLHTs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQV5SLHTs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQV5SLHTs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucQV5SLHTs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQV5SLHTs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucQV5SLHTs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucQV5SLHTs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQV5SLHTs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucQV5SLHTs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucQV5SLHTs .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-ucQV5SLHTs .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucQV5SLHTs .navbar {
    height: 70px;
  }
  .cid-ucQV5SLHTs .navbar.opened {
    height: auto;
  }
  .cid-ucQV5SLHTs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQV5SLHTs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucQV5SLHTs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucQV5SLHTs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucQV5SLHTs .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ucQV5SLHTs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucQV5SLHTs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucQV5SLHTs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucQV5SLHTs .navbar-brand {
    margin-right: auto;
  }
  .cid-ucQV5SLHTs .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucQV5SLHTs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucQV5SLHTs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucQV5SLHTs .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-ucQV5SLHTs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucQV5SLHTs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucQV5SLHTs .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ucQV5SLHTs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucQV5SLHTs .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-ucQV5SLHTs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucQV5SLHTs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucQV5Th51m {
  background-color: #edefeb;
}
.cid-ucQV5Th51m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQV5Th51m .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-ucQV5Th51m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucQV5Th51m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQV5Th51m .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQV5Th51m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQV5Th51m .mbr-section-title {
  color: #000000;
}
.cid-ucQV5Th51m .mbr-text,
.cid-ucQV5Th51m .mbr-section-btn {
  color: #232323;
}
.cid-ucQXGXHuC6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucQXGXHuC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXGXHuC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQXGXHuC6 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucQXGXHuC6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucQXGXHuC6 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ucQXGXHuC6 .content-head {
  max-width: 800px;
}
.cid-ucQVe4DHBR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #edefeb;
}
.cid-ucQVe4DHBR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ucQVe4DHBR .form-control,
.cid-ucQVe4DHBR .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ucQVe4DHBR .form-control::-webkit-input-placeholder,
.cid-ucQVe4DHBR .field-input::-webkit-input-placeholder,
.cid-ucQVe4DHBR .form-control::-webkit-input-placeholder,
.cid-ucQVe4DHBR .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ucQVe4DHBR .form-control:-moz-placeholder,
.cid-ucQVe4DHBR .field-input:-moz-placeholder,
.cid-ucQVe4DHBR .form-control:-moz-placeholder,
.cid-ucQVe4DHBR .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ucQVe4DHBR .form-control:hover,
.cid-ucQVe4DHBR .field-input:hover,
.cid-ucQVe4DHBR .form-control:focus,
.cid-ucQVe4DHBR .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-ucQVe4DHBR .form-control:hover::-webkit-input-placeholder,
.cid-ucQVe4DHBR .field-input:hover::-webkit-input-placeholder,
.cid-ucQVe4DHBR .form-control:focus::-webkit-input-placeholder,
.cid-ucQVe4DHBR .field-input:focus::-webkit-input-placeholder,
.cid-ucQVe4DHBR .form-control:hover::-webkit-input-placeholder,
.cid-ucQVe4DHBR .field-input:hover::-webkit-input-placeholder,
.cid-ucQVe4DHBR .form-control:focus::-webkit-input-placeholder,
.cid-ucQVe4DHBR .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ucQVe4DHBR .form-control:hover:-moz-placeholder,
.cid-ucQVe4DHBR .field-input:hover:-moz-placeholder,
.cid-ucQVe4DHBR .form-control:focus:-moz-placeholder,
.cid-ucQVe4DHBR .field-input:focus:-moz-placeholder,
.cid-ucQVe4DHBR .form-control:hover:-moz-placeholder,
.cid-ucQVe4DHBR .field-input:hover:-moz-placeholder,
.cid-ucQVe4DHBR .form-control:focus:-moz-placeholder,
.cid-ucQVe4DHBR .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ucQVe4DHBR .jq-number__spin:hover,
.cid-ucQVe4DHBR .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ucQVe4DHBR .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ucQVe4DHBR .jq-selectbox li,
.cid-ucQVe4DHBR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ucQVe4DHBR .jq-selectbox li:hover,
.cid-ucQVe4DHBR .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ucQVe4DHBR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ucQVe4DHBR .jq-number__spin.minus:hover:after,
.cid-ucQVe4DHBR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ucQVe4DHBR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ucQVe4DHBR .jq-number__spin.minus:after,
.cid-ucQVe4DHBR .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ucQVe4DHBR input::-webkit-clear-button {
  display: none;
}
.cid-ucQVe4DHBR input::-webkit-inner-spin-button {
  display: none;
}
.cid-ucQVe4DHBR input::-webkit-outer-spin-button {
  display: none;
}
.cid-ucQVe4DHBR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ucQV5UKlBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucQV5UKlBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQV5UKlBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQV5UKlBv .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucQV5UKlBv .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-ucQV5UKlBv .mbr-section-subtitle {
  color: #000000;
}
.cid-ucQV5UKlBv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ucQV5UKlBv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucQV5UKlBv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ucQV5UKlBv .mbr-number {
  color: #393193;
}
.cid-ucQV5UKlBv .mbr-section-title {
  text-align: center;
}
.cid-ucQV5UKlBv .mbr-subtitle {
  text-align: center;
}
.cid-ucQV5UKlBv .card-text,
.cid-ucQV5UKlBv .item .mbr-section-btn {
  text-align: left;
}
.cid-uhL2p2jQk4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uhL2p2jQk4 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhL2p2jQk4 .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uhL2p2jQk4 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhL2p2jQk4 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhL2p2jQk4 .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-uhL2p2jQk4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhL2p2jQk4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhL2p2jQk4 .content-head {
  max-width: 800px;
}
.cid-uhL2qglgKi {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-uhL2qglgKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhL2qglgKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhL2qglgKi .card-row {
  align-items: stretch;
}
.cid-uhL2qglgKi .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uhL2qglgKi .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-uhL2qglgKi .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uhL2qglgKi .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-uhL2qglgKi .image-wrapper {
  margin-right: 30px;
}
.cid-uhL2qglgKi .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uhL2qglgKi .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-uhL2qglgKi .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-uhL2qglgKi .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-uhL2qglgKi .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uhL2qglgKi .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uhL2qglgKi .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uhL2qglgKi .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-uhL2qglgKi .social-container {
    padding-top: 25px;
  }
}
.cid-uhL2qglgKi .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-uhL2qglgKi .social-title {
    text-align: center !important;
  }
}
.cid-uhL2qglgKi .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-uhL2qglgKi .social-list {
    justify-content: center !important;
  }
}
.cid-uhL2qglgKi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uhL2qglgKi .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhL2qglgKi .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uhL2qglgKi .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhL2qglgKi .soc-item:hover:before {
  opacity: 1;
}
.cid-uhL2qglgKi .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhL2qglgKi .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-uhL2qglgKi .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-uhL2qglgKi .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-uhL2qglgKi .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhL2qglgKi .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uhL2qglgKi .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhL2qglgKi .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhL2qglgKi .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-uhL2qglgKi .contact-item {
  padding: 10px 0 20px;
}
.cid-uhL2qglgKi .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-uhL2qglgKi .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-ucQV5WuCaA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ucQV5WuCaA .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-udBXgk7qc6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-udBXgk7qc6 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-udBXgk7qc6 .row {
    padding: 1rem 0rem;
  }
}
.cid-udBXgk7qc6 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-udBXgk7qc6 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-udBXgk7qc6 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-udBXgk7qc6 .mbr-text,
.cid-udBXgk7qc6 .mbr-section-btn {
  color: #000000;
}
.cid-udBXgk7qc6 .mbr-section-subtitle {
  color: #14191e;
}
.cid-udBuLvPInW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-udBuLvPInW .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBuLvPInW .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-udBuLvPInW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udBuLvPInW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udBuLvPInW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udBuLvPInW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udBuLvPInW .mbr-section-title {
  color: #000000;
}
.cid-udBuLvPInW .mbr-text,
.cid-udBuLvPInW .mbr-section-btn {
  color: #232323;
}
.cid-udBVWs5LAW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udBVWs5LAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBVWs5LAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udC12HF2DP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-udC12HF2DP {
    padding-bottom: 2rem;
  }
}
.cid-udC12HF2DP img,
.cid-udC12HF2DP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-udC12HF2DP img,
  .cid-udC12HF2DP .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-udC12HF2DP .mbr-text {
  color: #000000;
}
.cid-udC12HF2DP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-udC12HF2DP .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udC12HF2DP .main-button {
    margin-bottom: 2rem;
  }
}
.cid-udC12HF2DP .mbr-text UL {
  text-align: left;
}
.cid-udC12HF2DP .mbr-section-subtitle,
.cid-udC12HF2DP .main-button {
  color: #000000;
}
.cid-udC12HF2DP .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-udC12HF2DP .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-udC12HF2DP .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udC12HF2DP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udC12HF2DP .item-title {
  text-align: center;
}
.cid-udC12HF2DP .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udC12HF2DP .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-udC2dBIs7v {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-udC2dBIs7v {
    padding-bottom: 2rem;
  }
}
.cid-udC2dBIs7v img,
.cid-udC2dBIs7v .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-udC2dBIs7v img,
  .cid-udC2dBIs7v .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-udC2dBIs7v .mbr-text {
  color: #000000;
}
.cid-udC2dBIs7v .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-udC2dBIs7v .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udC2dBIs7v .main-button {
    margin-bottom: 2rem;
  }
}
.cid-udC2dBIs7v .mbr-text UL {
  text-align: left;
}
.cid-udC2dBIs7v .mbr-section-subtitle,
.cid-udC2dBIs7v .main-button {
  color: #000000;
}
.cid-udC2dBIs7v .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-udC2dBIs7v .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-udC2dBIs7v .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udC2dBIs7v .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udC2dBIs7v .item-title {
  text-align: center;
}
.cid-udC2dBIs7v .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udC2dBIs7v .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-udBGWC27pd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udBGWC27pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBGWC27pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udBuLwO8BL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udBuLwO8BL .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBuLwO8BL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udBuLwO8BL .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udBuLwO8BL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udBuLwO8BL .mbr-section-title {
  text-align: center;
}
.cid-udBuLwO8BL .mbr-section-subtitle {
  text-align: center;
}
.cid-udBuLwO8BL .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-udBuLwO8BL .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-udBuLwO8BL .content-head {
  max-width: 800px;
}
.cid-udBuLwO8BL .img-box {
  display: flex;
  justify-content: center;
}
.cid-udBuLwO8BL .card-title {
  text-align: center;
}
.cid-udBuLwO8BL .card-text {
  text-align: center;
}
.cid-udBuLwO8BL .link {
  text-align: center;
}
.cid-udBuLxlzJe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-udBuLxlzJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBuLxlzJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udBuLxlzJe .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udBuLxlzJe .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-udBuLxlzJe .mbr-section-subtitle {
  color: #000000;
}
.cid-udBuLxlzJe .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-udBuLxlzJe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-udBuLxlzJe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-udBuLxlzJe .mbr-number {
  color: #d70081;
}
.cid-udBuLxlzJe .mbr-section-title {
  text-align: center;
}
.cid-udBuLxlzJe .mbr-subtitle {
  text-align: center;
}
.cid-udBuLxlzJe .card-text,
.cid-udBuLxlzJe .item .mbr-section-btn {
  text-align: left;
}
.cid-udBNGrXmJD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udBNGrXmJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBNGrXmJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udBNGrXmJD .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #118ab2;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-udBNGrXmJD .card-title,
.cid-udBNGrXmJD .iconfont-wrapper {
  color: #000000;
}
.cid-udBNGrXmJD .card-text {
  color: #000000;
}
.cid-udBNGrXmJD .mbr-section-title {
  color: #000000;
}
.cid-udBNGrXmJD .mbr-section-subtitle {
  color: #000000;
}
.cid-udBNGrXmJD .content-head {
  max-width: 800px;
}
.cid-udBKW5hBj3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udBKW5hBj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBKW5hBj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udBEDiwLd8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udBEDiwLd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBEDiwLd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udBDn7Bxo1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udBDn7Bxo1 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udBDn7Bxo1 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-udBDn7Bxo1 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-udBDn7Bxo1 .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-udBDn7Bxo1 .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-udBDn7Bxo1 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-udBDn7Bxo1 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-udBDn7Bxo1 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-udBDn7Bxo1 .card .card-box .card-title,
  .cid-udBDn7Bxo1 .card .card-box .mbr-text,
  .cid-udBDn7Bxo1 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-udBDn7Bxo1 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-udBDn7Bxo1 .card .card-img {
    text-align: right !important;
  }
}
.cid-udBG4l7kYj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udBPIrImWz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-udBPIrImWz .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-udBPIrImWz .panel-group {
  border: none;
}
.cid-udBPIrImWz .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-udBPIrImWz .card-header {
    padding: 0rem;
  }
}
.cid-udBPIrImWz .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-udBPIrImWz .img-col {
  padding: 0;
}
.cid-udBPIrImWz .img-item {
  height: 100%;
}
.cid-udBPIrImWz img {
  height: 100%;
  object-fit: cover;
}
.cid-udBPIrImWz .collapsed span {
  transform: rotate(0deg);
}
.cid-udBPIrImWz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udBPIrImWz p {
  margin-bottom: 0.3rem;
}
.cid-udBPIrImWz .panel-title-edit {
  color: #000000;
}
.cid-udBPIrImWz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-udBPIrImWz .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-udBPIrImWz .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-udBPIrImWz .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-udBPIrImWz .panel-text {
  color: #000000;
}
.cid-udBPIrImWz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-udBPIrImWz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-udBPIrImWz .panel-title-edit,
.cid-udBPIrImWz .mbr-iconfont {
  color: #000000;
}
.cid-udBYtSyxOS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udBYtSyxOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBYtSyxOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udBuLz1IUH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-udBuLz1IUH .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uf8RxcZk0b {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uf8RxcZk0b .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-uf8RxcZk0b .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uf8RxcZk0b .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-uf8RxcZk0b .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uf8RxcZk0b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf8RxcZk0b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf8RxcZk0b .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uf8RxcZk0b .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uf8RxcZk0b .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uf8RxcZk0b .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf8RxcZk0b .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uf8RxcZk0b .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uf8RxcZk0b .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uf8RxcZk0b .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uf8RxcZk0b .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uf8RxcZk0b .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uf8RxcZk0b .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uf8RxcZk0b .navbar-logo {
    padding-left: 0;
  }
}
.cid-uf8RxcZk0b .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf8RxcZk0b .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uf8RxcZk0b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uf8RxcZk0b .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-uf8RxcZk0b .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uf8RxcZk0b .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uf8RxcZk0b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf8RxcZk0b .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uf8RxcZk0b .nav-item:focus,
.cid-uf8RxcZk0b .nav-link:focus {
  outline: none;
}
.cid-uf8RxcZk0b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf8RxcZk0b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf8RxcZk0b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf8RxcZk0b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf8RxcZk0b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf8RxcZk0b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf8RxcZk0b .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-uf8RxcZk0b .navbar.opened {
  transition: all 0.3s;
}
.cid-uf8RxcZk0b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf8RxcZk0b .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uf8RxcZk0b .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uf8RxcZk0b .navbar.collapsed {
  justify-content: center;
}
.cid-uf8RxcZk0b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf8RxcZk0b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf8RxcZk0b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uf8RxcZk0b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf8RxcZk0b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf8RxcZk0b .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-uf8RxcZk0b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf8RxcZk0b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf8RxcZk0b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf8RxcZk0b .navbar {
    min-height: 72px;
  }
  .cid-uf8RxcZk0b .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uf8RxcZk0b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf8RxcZk0b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf8RxcZk0b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf8RxcZk0b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf8RxcZk0b .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-uf8RxcZk0b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf8RxcZk0b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uf8RxcZk0b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf8RxcZk0b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uf8RxcZk0b .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uf8RxcZk0b .dropdown-item.active,
.cid-uf8RxcZk0b .dropdown-item:active {
  background-color: transparent;
}
.cid-uf8RxcZk0b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf8RxcZk0b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf8RxcZk0b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf8RxcZk0b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uf8RxcZk0b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uf8RxcZk0b .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uf8RxcZk0b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf8RxcZk0b .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uf8RxcZk0b .navbar-buttons {
    text-align: left;
  }
}
.cid-uf8RxcZk0b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf8RxcZk0b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uf8RxcZk0b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf8RxcZk0b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf8RxcZk0b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf8RxcZk0b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf8RxcZk0b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf8RxcZk0b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf8RxcZk0b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf8RxcZk0b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf8RxcZk0b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uf8RxcZk0b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf8RxcZk0b .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-uf8RxcZk0b .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uf8RxcZk0b .navbar {
    height: 70px;
  }
  .cid-uf8RxcZk0b .navbar.opened {
    height: auto;
  }
  .cid-uf8RxcZk0b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf8RxcZk0b .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uf8RxcZk0b .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uf8RxcZk0b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uf8RxcZk0b .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uf8RxcZk0b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uf8RxcZk0b .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uf8RxcZk0b .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uf8RxcZk0b .navbar-brand {
    margin-right: auto;
  }
  .cid-uf8RxcZk0b .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uf8RxcZk0b .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uf8RxcZk0b .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uf8RxcZk0b .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-uf8RxcZk0b .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uf8RxcZk0b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uf8RxcZk0b .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uf8RxcZk0b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uf8RxcZk0b .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-uf8RxcZk0b .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uf8RxcZk0b .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf8RxdtkjJ {
  background-color: #edefeb;
}
.cid-uf8RxdtkjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8RxdtkjJ .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-uf8RxdtkjJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf8RxdtkjJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf8RxdtkjJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uf8RxdtkjJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf8RxdtkjJ .mbr-section-title {
  color: #000000;
}
.cid-uf8RxdtkjJ .mbr-text,
.cid-uf8RxdtkjJ .mbr-section-btn {
  color: #232323;
}
.cid-uf8UVaVnd8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf8UVaVnd8 .mbr-text {
  color: #000000;
}
.cid-uf8UVaVnd8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uf8UVaVnd8 .mbr-section-title {
  color: #000000;
}
.cid-uf8VpkEPib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uf8VpkEPib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8VpkEPib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf8VpkEPib .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uf8VpkEPib .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uf8VpkEPib .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uf8VpkEPib .card-wrapper {
    padding: 4rem;
  }
}
.cid-uf8VpkEPib .mbr-text,
.cid-uf8VpkEPib .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uf8VpkEPib .card-title,
.cid-uf8VpkEPib .card-box {
  text-align: left;
  color: #000000;
}
.cid-uf8Rxej6I7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uf8Rxej6I7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf8Rxej6I7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf8Rxej6I7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uf8Rxej6I7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf8Rxej6I7 .mbr-section-title {
  text-align: center;
}
.cid-uf8Rxej6I7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uf8Rxej6I7 .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uf8Rxej6I7 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uf8Rxej6I7 .content-head {
  max-width: 800px;
}
.cid-uf8Rxej6I7 .img-box {
  display: flex;
  justify-content: center;
}
.cid-uf8Rxej6I7 .card-title {
  text-align: center;
}
.cid-uf8Rxej6I7 .card-text {
  text-align: center;
}
.cid-uf8Rxej6I7 .link {
  text-align: center;
}
.cid-uf91z3ZS1N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uf91z3ZS1N .mbr-text {
  color: #000000;
}
.cid-uf91z3ZS1N .mbr-section-subtitle {
  color: #000000;
}
.cid-uf91z3ZS1N .mbr-section-title {
  color: #000000;
}
.cid-ufzUXAvq7H {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufzUXAvq7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzUXAvq7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufA4ycQcen {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufA4ycQcen .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufA4ycQcen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufA4ycQcen .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ufA4ycQcen .mbr-section-title {
  text-align: left;
}
.cid-uhvRKZBW4C {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uhvRKZBW4C .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhvRKZBW4C .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uhvRKZBW4C .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhvRKZBW4C .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhvRKZBW4C .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-uhvRKZBW4C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhvRKZBW4C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhvRKZBW4C .content-head {
  max-width: 800px;
}
.cid-uhvRNHvxIJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-uhvRNHvxIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhvRNHvxIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhvRNHvxIJ .card-row {
  align-items: stretch;
}
.cid-uhvRNHvxIJ .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uhvRNHvxIJ .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-uhvRNHvxIJ .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uhvRNHvxIJ .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-uhvRNHvxIJ .image-wrapper {
  margin-right: 30px;
}
.cid-uhvRNHvxIJ .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uhvRNHvxIJ .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-uhvRNHvxIJ .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-uhvRNHvxIJ .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-uhvRNHvxIJ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uhvRNHvxIJ .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uhvRNHvxIJ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uhvRNHvxIJ .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-uhvRNHvxIJ .social-container {
    padding-top: 25px;
  }
}
.cid-uhvRNHvxIJ .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-uhvRNHvxIJ .social-title {
    text-align: center !important;
  }
}
.cid-uhvRNHvxIJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-uhvRNHvxIJ .social-list {
    justify-content: center !important;
  }
}
.cid-uhvRNHvxIJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uhvRNHvxIJ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhvRNHvxIJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uhvRNHvxIJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhvRNHvxIJ .soc-item:hover:before {
  opacity: 1;
}
.cid-uhvRNHvxIJ .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhvRNHvxIJ .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-uhvRNHvxIJ .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-uhvRNHvxIJ .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-uhvRNHvxIJ .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhvRNHvxIJ .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uhvRNHvxIJ .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhvRNHvxIJ .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhvRNHvxIJ .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-uhvRNHvxIJ .contact-item {
  padding: 10px 0 20px;
}
.cid-uhvRNHvxIJ .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-uhvRNHvxIJ .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uf8RxgooET {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-uf8RxgooET .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-ufzIUjFTKi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ufzIUjFTKi .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-ufzIUjFTKi .row {
    padding: 1rem 0rem;
  }
}
.cid-ufzIUjFTKi img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ufzIUjFTKi img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ufzIUjFTKi .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-ufzIUjFTKi .mbr-text,
.cid-ufzIUjFTKi .mbr-section-btn {
  color: #000000;
}
.cid-ufzIUjFTKi .mbr-section-subtitle {
  color: #14191e;
}
.cid-ufzIUkcJib {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ufzIUkcJib .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzIUkcJib .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-ufzIUkcJib .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzIUkcJib .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufzIUkcJib .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ufzIUkcJib .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufzIUkcJib .mbr-section-title {
  color: #000000;
}
.cid-ufzIUkcJib .mbr-text,
.cid-ufzIUkcJib .mbr-section-btn {
  color: #232323;
}
.cid-ufzIUkVAUQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufzIUkVAUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzIUkVAUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzIUkVAUQ .mbr-section-subtitle {
  text-align: left;
}
.cid-ufzNs5MfXJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufzNs5MfXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzNs5MfXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzIUlmD9r {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-ufzIUlmD9r {
    padding-bottom: 2rem;
  }
}
.cid-ufzIUlmD9r img,
.cid-ufzIUlmD9r .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-ufzIUlmD9r img,
  .cid-ufzIUlmD9r .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-ufzIUlmD9r .mbr-text {
  color: #000000;
}
.cid-ufzIUlmD9r .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ufzIUlmD9r .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufzIUlmD9r .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ufzIUlmD9r .mbr-text UL {
  text-align: left;
}
.cid-ufzIUlmD9r .mbr-section-subtitle,
.cid-ufzIUlmD9r .main-button {
  color: #000000;
}
.cid-ufzIUlmD9r .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ufzIUlmD9r .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ufzIUlmD9r .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufzIUlmD9r .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzIUlmD9r .item-title {
  text-align: center;
}
.cid-ufzIUlmD9r .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufzIUlmD9r .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-ufzIUlXdEH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-ufzIUlXdEH {
    padding-bottom: 2rem;
  }
}
.cid-ufzIUlXdEH img,
.cid-ufzIUlXdEH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-ufzIUlXdEH img,
  .cid-ufzIUlXdEH .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-ufzIUlXdEH .mbr-text {
  color: #000000;
}
.cid-ufzIUlXdEH .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ufzIUlXdEH .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufzIUlXdEH .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ufzIUlXdEH .mbr-text UL {
  text-align: left;
}
.cid-ufzIUlXdEH .mbr-section-subtitle,
.cid-ufzIUlXdEH .main-button {
  color: #000000;
}
.cid-ufzIUlXdEH .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ufzIUlXdEH .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ufzIUlXdEH .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufzIUlXdEH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzIUlXdEH .item-title {
  text-align: center;
}
.cid-ufzIUlXdEH .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufzIUlXdEH .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uhjh2dY1JL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-uhjh2dY1JL {
    padding-bottom: 2rem;
  }
}
.cid-uhjh2dY1JL img,
.cid-uhjh2dY1JL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uhjh2dY1JL img,
  .cid-uhjh2dY1JL .item-img {
    height: 225px;
    object-fit: cover;
  }
}
.cid-uhjh2dY1JL .mbr-text {
  color: #000000;
}
.cid-uhjh2dY1JL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhjh2dY1JL .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhjh2dY1JL .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uhjh2dY1JL .mbr-text UL {
  text-align: left;
}
.cid-uhjh2dY1JL .mbr-section-subtitle,
.cid-uhjh2dY1JL .main-button {
  color: #000000;
}
.cid-uhjh2dY1JL .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uhjh2dY1JL .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uhjh2dY1JL .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhjh2dY1JL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhjh2dY1JL .item-title {
  text-align: center;
}
.cid-uhjh2dY1JL .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhjh2dY1JL .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-ufzIUmwUV1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufzIUmwUV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzIUmwUV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzIUn2ypC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufzIUn2ypC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzIUn2ypC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzIUn2ypC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufzIUn2ypC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzIUn2ypC .mbr-section-title {
  text-align: center;
}
.cid-ufzIUn2ypC .mbr-section-subtitle {
  text-align: center;
}
.cid-ufzIUn2ypC .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ufzIUn2ypC .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ufzIUn2ypC .content-head {
  max-width: 800px;
}
.cid-ufzIUn2ypC .img-box {
  display: flex;
  justify-content: center;
}
.cid-ufzIUn2ypC .card-title {
  text-align: center;
}
.cid-ufzIUn2ypC .card-text {
  text-align: center;
}
.cid-ufzIUn2ypC .link {
  text-align: center;
}
.cid-ufzIUnFUjG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ufzIUnFUjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzIUnFUjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzIUnFUjG .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufzIUnFUjG .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-ufzIUnFUjG .mbr-section-subtitle {
  color: #000000;
}
.cid-ufzIUnFUjG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ufzIUnFUjG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ufzIUnFUjG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ufzIUnFUjG .mbr-number {
  color: #d70081;
}
.cid-ufzIUnFUjG .mbr-section-title {
  text-align: center;
}
.cid-ufzIUnFUjG .mbr-subtitle {
  text-align: center;
}
.cid-ufzIUnFUjG .card-text,
.cid-ufzIUnFUjG .item .mbr-section-btn {
  text-align: left;
}
.cid-ufzIUoi5EB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzIUoi5EB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzIUoi5EB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzIUoi5EB .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #118ab2;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-ufzIUoi5EB .card-title,
.cid-ufzIUoi5EB .iconfont-wrapper {
  color: #000000;
}
.cid-ufzIUoi5EB .card-text {
  color: #000000;
}
.cid-ufzIUoi5EB .mbr-section-title {
  color: #000000;
}
.cid-ufzIUoi5EB .mbr-section-subtitle {
  color: #000000;
}
.cid-ufzIUoi5EB .content-head {
  max-width: 800px;
}
.cid-ufzIUpvrQr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufzIUpvrQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzIUpvrQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzIUq6LBc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzIUq6LBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzIUq6LBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzIUqIAp9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufzIUqIAp9 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ufzIUqIAp9 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ufzIUqIAp9 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-ufzIUqIAp9 .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-ufzIUqIAp9 .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-ufzIUqIAp9 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ufzIUqIAp9 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-ufzIUqIAp9 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-ufzIUqIAp9 .card .card-box .card-title,
  .cid-ufzIUqIAp9 .card .card-box .mbr-text,
  .cid-ufzIUqIAp9 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-ufzIUqIAp9 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ufzIUqIAp9 .card .card-img {
    text-align: right !important;
  }
}
.cid-ufzIUrG6dc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufzIUsj2So {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ufzIUsj2So .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-ufzIUsj2So .panel-group {
  border: none;
}
.cid-ufzIUsj2So .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ufzIUsj2So .card-header {
    padding: 0rem;
  }
}
.cid-ufzIUsj2So .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ufzIUsj2So .img-col {
  padding: 0;
}
.cid-ufzIUsj2So .img-item {
  height: 100%;
}
.cid-ufzIUsj2So img {
  height: 100%;
  object-fit: cover;
}
.cid-ufzIUsj2So .collapsed span {
  transform: rotate(0deg);
}
.cid-ufzIUsj2So .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ufzIUsj2So p {
  margin-bottom: 0.3rem;
}
.cid-ufzIUsj2So .panel-title-edit {
  color: #000000;
}
.cid-ufzIUsj2So .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ufzIUsj2So .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ufzIUsj2So .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ufzIUsj2So .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ufzIUsj2So .panel-text {
  color: #000000;
}
.cid-ufzIUsj2So .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ufzIUsj2So .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ufzIUsj2So .panel-title-edit,
.cid-ufzIUsj2So .mbr-iconfont {
  color: #000000;
}
.cid-ufzIUt7j1E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufzIUt7j1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzIUt7j1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzIUuFQvm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ufzIUuFQvm .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-ufAtDpOMSV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ufAtDpOMSV .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-ufAtDpOMSV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ufAtDpOMSV .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-ufAtDpOMSV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ufAtDpOMSV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufAtDpOMSV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufAtDpOMSV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ufAtDpOMSV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ufAtDpOMSV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ufAtDpOMSV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufAtDpOMSV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ufAtDpOMSV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ufAtDpOMSV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ufAtDpOMSV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ufAtDpOMSV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ufAtDpOMSV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ufAtDpOMSV .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ufAtDpOMSV .navbar-logo {
    padding-left: 0;
  }
}
.cid-ufAtDpOMSV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufAtDpOMSV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ufAtDpOMSV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ufAtDpOMSV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-ufAtDpOMSV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufAtDpOMSV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ufAtDpOMSV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufAtDpOMSV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-ufAtDpOMSV .nav-item:focus,
.cid-ufAtDpOMSV .nav-link:focus {
  outline: none;
}
.cid-ufAtDpOMSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufAtDpOMSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufAtDpOMSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufAtDpOMSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufAtDpOMSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufAtDpOMSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufAtDpOMSV .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-ufAtDpOMSV .navbar.opened {
  transition: all 0.3s;
}
.cid-ufAtDpOMSV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufAtDpOMSV .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ufAtDpOMSV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ufAtDpOMSV .navbar.collapsed {
  justify-content: center;
}
.cid-ufAtDpOMSV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufAtDpOMSV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufAtDpOMSV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-ufAtDpOMSV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufAtDpOMSV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufAtDpOMSV .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-ufAtDpOMSV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufAtDpOMSV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufAtDpOMSV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufAtDpOMSV .navbar {
    min-height: 72px;
  }
  .cid-ufAtDpOMSV .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ufAtDpOMSV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufAtDpOMSV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufAtDpOMSV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufAtDpOMSV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufAtDpOMSV .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-ufAtDpOMSV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufAtDpOMSV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ufAtDpOMSV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufAtDpOMSV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufAtDpOMSV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ufAtDpOMSV .dropdown-item.active,
.cid-ufAtDpOMSV .dropdown-item:active {
  background-color: transparent;
}
.cid-ufAtDpOMSV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufAtDpOMSV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufAtDpOMSV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufAtDpOMSV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufAtDpOMSV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ufAtDpOMSV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ufAtDpOMSV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufAtDpOMSV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ufAtDpOMSV .navbar-buttons {
    text-align: left;
  }
}
.cid-ufAtDpOMSV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufAtDpOMSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ufAtDpOMSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufAtDpOMSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufAtDpOMSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufAtDpOMSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufAtDpOMSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufAtDpOMSV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufAtDpOMSV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufAtDpOMSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufAtDpOMSV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ufAtDpOMSV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufAtDpOMSV .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-ufAtDpOMSV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufAtDpOMSV .navbar {
    height: 70px;
  }
  .cid-ufAtDpOMSV .navbar.opened {
    height: auto;
  }
  .cid-ufAtDpOMSV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufAtDpOMSV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ufAtDpOMSV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ufAtDpOMSV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ufAtDpOMSV .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ufAtDpOMSV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ufAtDpOMSV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ufAtDpOMSV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ufAtDpOMSV .navbar-brand {
    margin-right: auto;
  }
  .cid-ufAtDpOMSV .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ufAtDpOMSV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ufAtDpOMSV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ufAtDpOMSV .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-ufAtDpOMSV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ufAtDpOMSV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ufAtDpOMSV .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ufAtDpOMSV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ufAtDpOMSV .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-ufAtDpOMSV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ufAtDpOMSV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ufAtDqq0W0 {
  background-color: #edefeb;
}
.cid-ufAtDqq0W0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAtDqq0W0 .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-ufAtDqq0W0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufAtDqq0W0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufAtDqq0W0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ufAtDqq0W0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufAtDqq0W0 .mbr-section-title {
  color: #000000;
}
.cid-ufAtDqq0W0 .mbr-text,
.cid-ufAtDqq0W0 .mbr-section-btn {
  color: #232323;
}
.cid-ufAtDrpqgh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufAtDrpqgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAtDrpqgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAtDrpqgh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufAtDrpqgh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufAtDrpqgh .mbr-section-title {
  text-align: center;
}
.cid-ufAtDrpqgh .mbr-section-subtitle {
  text-align: center;
}
.cid-ufAtDrpqgh .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ufAtDrpqgh .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ufAtDrpqgh .content-head {
  max-width: 800px;
}
.cid-ufAtDrpqgh .img-box {
  display: flex;
  justify-content: center;
}
.cid-ufAtDrpqgh .card-title {
  text-align: center;
}
.cid-ufAtDrpqgh .card-text {
  text-align: center;
}
.cid-ufAtDrpqgh .link {
  text-align: center;
}
.cid-ufAGUomkUi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ufAGUomkUi .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ufAGUomkUi img,
.cid-ufAGUomkUi .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ufAGUomkUi .item:focus,
.cid-ufAGUomkUi span:focus {
  outline: none;
}
.cid-ufAGUomkUi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ufAGUomkUi .item {
    margin-bottom: 1rem;
  }
}
.cid-ufAGUomkUi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ufAGUomkUi .mbr-section-title {
  color: #232323;
}
.cid-ufAGUomkUi .mbr-text,
.cid-ufAGUomkUi .mbr-section-btn {
  color: #232323;
}
.cid-ufAGUomkUi .item-title {
  color: #232323;
}
.cid-ufAGUomkUi .content-head {
  max-width: 800px;
}
.cid-uhL3abDHf5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uhL3abDHf5 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uhL3abDHf5 .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uhL3abDHf5 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhL3abDHf5 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uhL3abDHf5 .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-uhL3abDHf5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhL3abDHf5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhL3abDHf5 .content-head {
  max-width: 800px;
}
.cid-uhL3b7JREA {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-uhL3b7JREA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhL3b7JREA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhL3b7JREA .card-row {
  align-items: stretch;
}
.cid-uhL3b7JREA .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uhL3b7JREA .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-uhL3b7JREA .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uhL3b7JREA .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-uhL3b7JREA .image-wrapper {
  margin-right: 30px;
}
.cid-uhL3b7JREA .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uhL3b7JREA .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-uhL3b7JREA .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-uhL3b7JREA .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-uhL3b7JREA .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uhL3b7JREA .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uhL3b7JREA .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uhL3b7JREA .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-uhL3b7JREA .social-container {
    padding-top: 25px;
  }
}
.cid-uhL3b7JREA .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-uhL3b7JREA .social-title {
    text-align: center !important;
  }
}
.cid-uhL3b7JREA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-uhL3b7JREA .social-list {
    justify-content: center !important;
  }
}
.cid-uhL3b7JREA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uhL3b7JREA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uhL3b7JREA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uhL3b7JREA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uhL3b7JREA .soc-item:hover:before {
  opacity: 1;
}
.cid-uhL3b7JREA .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhL3b7JREA .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-uhL3b7JREA .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-uhL3b7JREA .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-uhL3b7JREA .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhL3b7JREA .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uhL3b7JREA .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhL3b7JREA .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uhL3b7JREA .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-uhL3b7JREA .contact-item {
  padding: 10px 0 20px;
}
.cid-uhL3b7JREA .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-uhL3b7JREA .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-ufAtDtMmPD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ufAtDtMmPD .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-ulsLxigJbH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulsLxigJbH .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-ulsLxigJbH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulsLxigJbH .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-ulsLxigJbH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ulsLxigJbH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulsLxigJbH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulsLxigJbH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulsLxigJbH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulsLxigJbH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulsLxigJbH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulsLxigJbH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulsLxigJbH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulsLxigJbH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulsLxigJbH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulsLxigJbH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulsLxigJbH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulsLxigJbH .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulsLxigJbH .navbar-logo {
    padding-left: 0;
  }
}
.cid-ulsLxigJbH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulsLxigJbH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulsLxigJbH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulsLxigJbH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-ulsLxigJbH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulsLxigJbH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulsLxigJbH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulsLxigJbH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-ulsLxigJbH .nav-item:focus,
.cid-ulsLxigJbH .nav-link:focus {
  outline: none;
}
.cid-ulsLxigJbH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulsLxigJbH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulsLxigJbH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulsLxigJbH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulsLxigJbH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulsLxigJbH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulsLxigJbH .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-ulsLxigJbH .navbar.opened {
  transition: all 0.3s;
}
.cid-ulsLxigJbH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulsLxigJbH .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ulsLxigJbH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulsLxigJbH .navbar.collapsed {
  justify-content: center;
}
.cid-ulsLxigJbH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulsLxigJbH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulsLxigJbH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-ulsLxigJbH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulsLxigJbH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulsLxigJbH .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-ulsLxigJbH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulsLxigJbH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulsLxigJbH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulsLxigJbH .navbar {
    min-height: 72px;
  }
  .cid-ulsLxigJbH .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulsLxigJbH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulsLxigJbH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulsLxigJbH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulsLxigJbH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulsLxigJbH .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-ulsLxigJbH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulsLxigJbH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulsLxigJbH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulsLxigJbH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulsLxigJbH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulsLxigJbH .dropdown-item.active,
.cid-ulsLxigJbH .dropdown-item:active {
  background-color: transparent;
}
.cid-ulsLxigJbH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulsLxigJbH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulsLxigJbH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulsLxigJbH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulsLxigJbH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulsLxigJbH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulsLxigJbH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulsLxigJbH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulsLxigJbH .navbar-buttons {
    text-align: left;
  }
}
.cid-ulsLxigJbH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulsLxigJbH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulsLxigJbH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulsLxigJbH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulsLxigJbH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulsLxigJbH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulsLxigJbH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulsLxigJbH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulsLxigJbH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulsLxigJbH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulsLxigJbH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ulsLxigJbH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulsLxigJbH .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-ulsLxigJbH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulsLxigJbH .navbar {
    height: 70px;
  }
  .cid-ulsLxigJbH .navbar.opened {
    height: auto;
  }
  .cid-ulsLxigJbH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulsLxigJbH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulsLxigJbH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulsLxigJbH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulsLxigJbH .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulsLxigJbH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulsLxigJbH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulsLxigJbH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulsLxigJbH .navbar-brand {
    margin-right: auto;
  }
  .cid-ulsLxigJbH .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulsLxigJbH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulsLxigJbH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulsLxigJbH .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-ulsLxigJbH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulsLxigJbH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulsLxigJbH .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulsLxigJbH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulsLxigJbH .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-ulsLxigJbH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ulsLxigJbH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulsLxiW2Ge {
  background-color: #ffffff;
}
.cid-ulsLxiW2Ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulsLxiW2Ge .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-ulsLxiW2Ge .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulsLxiW2Ge .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulsLxiW2Ge .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulsLxiW2Ge .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulsLxiW2Ge .mbr-section-title {
  color: #000000;
}
.cid-ulsLxiW2Ge .mbr-text,
.cid-ulsLxiW2Ge .mbr-section-btn {
  color: #232323;
}
.cid-ulsLxjOubc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ulsLxjOubc .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ulsLxjOubc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulsLxjOubc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulsLxjOubc .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ulsLxjOubc .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulsLxjOubc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-ulsLxjOubc .card-title,
.cid-ulsLxjOubc .iconfont-wrapper {
  color: #000000;
}
.cid-ulsLxjOubc .content-head {
  max-width: 800px;
}
.cid-ulsLxjOubc .mbr-section-title {
  color: #9fe870;
}
.cid-ulsLxjOubc .mbr-section-subtitle {
  color: #000000;
}
.cid-ulsLxjOubc .card-text {
  color: #000000;
}
.cid-ulsLxjOubc .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulsLxjOubc .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulsLxkm9so {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulsLxkm9so .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulsLxkm9so .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulsLxkm9so .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulsLxkm9so .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulsLxkm9so .mbr-section-title {
  text-align: center;
}
.cid-ulsLxkm9so .mbr-section-subtitle {
  text-align: center;
}
.cid-ulsLxkm9so .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ulsLxkm9so .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ulsLxkm9so .content-head {
  max-width: 800px;
}
.cid-ulsLxkm9so .img-box {
  display: flex;
  justify-content: center;
}
.cid-ulsLxkm9so .card-title {
  text-align: center;
}
.cid-ulsLxkm9so .card-text {
  text-align: center;
}
.cid-ulsLxkm9so .link {
  text-align: center;
}
.cid-ulsLxl0pPp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ulsLxl0pPp .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulsLxl0pPp .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ulsLxl0pPp .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-ulsLxl0pPp .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-ulsLxl0pPp .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-ulsLxl0pPp .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ulsLxl0pPp .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-ulsLxl0pPp .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-ulsLxl0pPp .card .card-box .card-title,
  .cid-ulsLxl0pPp .card .card-box .mbr-text,
  .cid-ulsLxl0pPp .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-ulsLxl0pPp .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ulsLxl0pPp .card .card-img {
    text-align: right !important;
  }
}
.cid-ulsLxlXYlv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ulsLxlXYlv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulsLxlXYlv .item {
    margin-bottom: 1rem;
  }
}
.cid-ulsLxlXYlv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ulsLxlXYlv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ulsLxlXYlv .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-ulsLxlXYlv .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ulsLxlXYlv .carousel-control,
.cid-ulsLxlXYlv .close {
  background: #1b1b1b;
}
.cid-ulsLxlXYlv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ulsLxlXYlv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ulsLxlXYlv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ulsLxlXYlv .carousel-control-next span {
  margin-left: 5px;
}
.cid-ulsLxlXYlv .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-ulsLxlXYlv .close::before {
  content: '\e91a';
}
.cid-ulsLxlXYlv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ulsLxlXYlv .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-ulsLxlXYlv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulsLxlXYlv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulsLxlXYlv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulsLxlXYlv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ulsLxlXYlv .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-ulsLxlXYlv .carousel-indicators li.active,
.cid-ulsLxlXYlv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ulsLxlXYlv .carousel-indicators li::after,
.cid-ulsLxlXYlv .carousel-indicators li::before {
  content: none;
}
.cid-ulsLxlXYlv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulsLxlXYlv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ulsLxlXYlv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulsLxlXYlv .carousel-indicators {
    display: none;
  }
}
.cid-ulsLxlXYlv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ulsLxlXYlv .carousel-inner > .active {
  display: block;
}
.cid-ulsLxlXYlv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulsLxlXYlv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulsLxlXYlv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ulsLxlXYlv .carousel-control,
  .cid-ulsLxlXYlv .carousel-indicators,
  .cid-ulsLxlXYlv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ulsLxlXYlv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ulsLxlXYlv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ulsLxlXYlv .carousel-indicators .active,
.cid-ulsLxlXYlv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ulsLxlXYlv .carousel-indicators .active {
  background: #fff;
}
.cid-ulsLxlXYlv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ulsLxlXYlv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ulsLxlXYlv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ulsLxlXYlv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ulsLxlXYlv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ulsLxlXYlv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ulsLxlXYlv .carousel {
  width: 100%;
}
.cid-ulsLxlXYlv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ulsLxlXYlv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ulsLxlXYlv .modal.fade .modal-dialog,
.cid-ulsLxlXYlv .modal.in .modal-dialog {
  transform: none;
}
.cid-ulsLxlXYlv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ulsLxlXYlv .content-head {
  max-width: 800px;
}
.cid-ulsLxmZNB7 {
  display: flex;
  background-image: url("../../../assets/images/20241016-103502-2000x1500.jpg");
}
.cid-ulsLxmZNB7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ulsLxmZNB7 {
    align-items: flex-end;
  }
  .cid-ulsLxmZNB7 .row {
    justify-content: center;
  }
  .cid-ulsLxmZNB7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulsLxmZNB7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulsLxmZNB7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ulsLxmZNB7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulsLxmZNB7 .content-wrap {
    width: 100%;
  }
}
.cid-ulsLxmZNB7 .mbr-section-title,
.cid-ulsLxmZNB7 .mbr-section-subtitle {
  text-align: center;
}
.cid-ulsLxmZNB7 .mbr-text,
.cid-ulsLxmZNB7 .mbr-section-btn {
  text-align: center;
  color: #a6a99c;
}
.cid-ulsLxmZNB7 .mbr-section-title {
  color: #a6a99c;
}
.cid-ulsLxnClOe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ulsLxnClOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulsLxnClOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulsLxnClOe .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulsLxnClOe .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-ulsLxnClOe .mbr-section-subtitle {
  color: #000000;
}
.cid-ulsLxnClOe .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ulsLxnClOe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulsLxnClOe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulsLxnClOe .mbr-number {
  color: #d70081;
}
.cid-ulsLxnClOe .mbr-section-title {
  text-align: center;
}
.cid-ulsLxnClOe .mbr-subtitle {
  text-align: center;
}
.cid-ulsLxnClOe .card-text,
.cid-ulsLxnClOe .item .mbr-section-btn {
  text-align: left;
}
.cid-ulsLxoqnL1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fffaf0;
}
.cid-ulsLxoqnL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulsLxoqnL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-6h {
  /* Type valid CSS here */
}
#custom-html-6h div {
  padding: 20%;
  color: #777;
  text-align: center;
}
#custom-html-6h p {
  font-size: 60px;
  color: #777;
}
.cid-ulsLxptDJF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffaf0;
}
.cid-ulsLxptDJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulsLxptDJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulsLxqa6vG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-ulsLxqa6vG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulsLxqa6vG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ulsLxqa6vG .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulsLxqa6vG .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ulsLxqa6vG .google-map {
  height: 100%;
  position: relative;
}
.cid-ulsLxqa6vG .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ulsLxqa6vG .google-map iframe {
    min-height: 350px;
  }
}
.cid-ulsLxqa6vG .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-ulsLxqa6vG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulsLxqa6vG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulsLxqa6vG .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulsLxqa6vG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulsLxqa6vG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulsLxqa6vG ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ulsLxqa6vG .content-head {
  max-width: 800px;
}
.cid-ulsLxqXcx7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-ulsLxqXcx7 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-umQWDAdHRa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umQWDAdHRa .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-umQWDAdHRa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umQWDAdHRa .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-umQWDAdHRa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-umQWDAdHRa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umQWDAdHRa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umQWDAdHRa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-umQWDAdHRa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-umQWDAdHRa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-umQWDAdHRa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umQWDAdHRa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umQWDAdHRa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umQWDAdHRa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-umQWDAdHRa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umQWDAdHRa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umQWDAdHRa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umQWDAdHRa .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umQWDAdHRa .navbar-logo {
    padding-left: 0;
  }
}
.cid-umQWDAdHRa .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umQWDAdHRa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umQWDAdHRa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-umQWDAdHRa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-umQWDAdHRa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umQWDAdHRa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umQWDAdHRa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umQWDAdHRa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-umQWDAdHRa .nav-item:focus,
.cid-umQWDAdHRa .nav-link:focus {
  outline: none;
}
.cid-umQWDAdHRa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umQWDAdHRa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umQWDAdHRa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umQWDAdHRa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umQWDAdHRa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umQWDAdHRa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umQWDAdHRa .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-umQWDAdHRa .navbar.opened {
  transition: all 0.3s;
}
.cid-umQWDAdHRa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umQWDAdHRa .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-umQWDAdHRa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umQWDAdHRa .navbar.collapsed {
  justify-content: center;
}
.cid-umQWDAdHRa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umQWDAdHRa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umQWDAdHRa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-umQWDAdHRa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umQWDAdHRa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umQWDAdHRa .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-umQWDAdHRa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umQWDAdHRa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umQWDAdHRa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umQWDAdHRa .navbar {
    min-height: 72px;
  }
  .cid-umQWDAdHRa .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umQWDAdHRa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umQWDAdHRa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umQWDAdHRa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umQWDAdHRa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umQWDAdHRa .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-umQWDAdHRa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umQWDAdHRa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umQWDAdHRa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umQWDAdHRa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umQWDAdHRa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umQWDAdHRa .dropdown-item.active,
.cid-umQWDAdHRa .dropdown-item:active {
  background-color: transparent;
}
.cid-umQWDAdHRa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umQWDAdHRa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umQWDAdHRa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umQWDAdHRa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umQWDAdHRa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umQWDAdHRa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umQWDAdHRa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umQWDAdHRa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umQWDAdHRa .navbar-buttons {
    text-align: left;
  }
}
.cid-umQWDAdHRa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umQWDAdHRa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-umQWDAdHRa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umQWDAdHRa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umQWDAdHRa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umQWDAdHRa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umQWDAdHRa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umQWDAdHRa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umQWDAdHRa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umQWDAdHRa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umQWDAdHRa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umQWDAdHRa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umQWDAdHRa .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-umQWDAdHRa .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umQWDAdHRa .navbar {
    height: 70px;
  }
  .cid-umQWDAdHRa .navbar.opened {
    height: auto;
  }
  .cid-umQWDAdHRa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umQWDAdHRa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umQWDAdHRa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umQWDAdHRa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umQWDAdHRa .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-umQWDAdHRa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umQWDAdHRa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umQWDAdHRa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umQWDAdHRa .navbar-brand {
    margin-right: auto;
  }
  .cid-umQWDAdHRa .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-umQWDAdHRa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umQWDAdHRa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umQWDAdHRa .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-umQWDAdHRa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umQWDAdHRa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umQWDAdHRa .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-umQWDAdHRa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umQWDAdHRa .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-umQWDAdHRa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umQWDAdHRa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umQWDAXRZf {
  display: flex;
  background-image: url("../../../assets/images/img-20241008-wa0022-1108x830.jpg");
}
.cid-umQWDAXRZf .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-umQWDAXRZf {
    align-items: flex-end;
  }
  .cid-umQWDAXRZf .row {
    justify-content: center;
  }
  .cid-umQWDAXRZf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umQWDAXRZf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-umQWDAXRZf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-umQWDAXRZf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-umQWDAXRZf .content-wrap {
    width: 100%;
  }
}
.cid-umQWDAXRZf .mbr-section-title,
.cid-umQWDAXRZf .mbr-section-subtitle {
  text-align: center;
}
.cid-umQWDAXRZf .mbr-text,
.cid-umQWDAXRZf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-umQWDAXRZf .mbr-section-title {
  color: #ffffff;
}
.cid-umQZN2qBj0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-umQZN2qBj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQZN2qBj0 .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-umQZN2qBj0 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-umQZN2qBj0 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-umQZN2qBj0 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-umQZN2qBj0 .card-wrapper {
  background: #ffffff;
}
.cid-umQZN2qBj0 .mbr-text,
.cid-umQZN2qBj0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-umQZN2qBj0 .card-title,
.cid-umQZN2qBj0 .card-box {
  text-align: left;
  color: #000000;
}
.cid-umQZN2qBj0 .image-wrapper img {
  width: 100%;
}
.cid-umQWDBKUV3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umQWDBKUV3 .mbr-text {
  color: #000000;
}
.cid-umQWDBKUV3 .mbr-section-subtitle {
  color: #000000;
}
.cid-umQWDBKUV3 .mbr-section-title {
  color: #000000;
}
.cid-umQWDCawx2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-umQWDCawx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQWDCawx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQWDCawx2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umQWDCawx2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umQWDCawx2 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-umQWDCawx2 .content-head {
  max-width: 800px;
}
.cid-umQWDCS0VM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umQWDCS0VM .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQWDCS0VM .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-umQWDCS0VM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQWDCS0VM .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-umQWDCS0VM .card-title,
.cid-umQWDCS0VM .iconfont-wrapper,
.cid-umQWDCS0VM .card-text {
  color: #000000;
  text-align: center;
}
.cid-umQWDCS0VM .content-head {
  max-width: 800px;
}
.cid-umQWDCS0VM .mbr-section-title {
  color: #000000;
}
.cid-umQWDCS0VM .mbr-section-btn {
  text-align: center;
}
.cid-umQWDCS0VM .card-title,
.cid-umQWDCS0VM .iconfont-wrapper {
  color: #118AB2;
}
.cid-umQWDDBJTY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umQWDDBJTY .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-umQWDDBJTY img,
.cid-umQWDDBJTY .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-umQWDDBJTY .item:focus,
.cid-umQWDDBJTY span:focus {
  outline: none;
}
.cid-umQWDDBJTY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umQWDDBJTY .item {
    margin-bottom: 1rem;
  }
}
.cid-umQWDDBJTY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umQWDDBJTY .mbr-section-title {
  color: #232323;
}
.cid-umQWDDBJTY .mbr-text,
.cid-umQWDDBJTY .mbr-section-btn {
  color: #232323;
}
.cid-umQWDDBJTY .item-title {
  color: #232323;
}
.cid-umQWDDBJTY .content-head {
  max-width: 800px;
}
.cid-umQWDEkP1p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umQWDEkP1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQWDEkP1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQWDEXvSr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umQWDEXvSr .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umQWDEXvSr .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-umQWDEXvSr .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-umQWDEXvSr .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-umQWDEXvSr .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-umQWDEXvSr .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-umQWDEXvSr .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-umQWDEXvSr .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-umQWDEXvSr .card .card-box .card-title,
  .cid-umQWDEXvSr .card .card-box .mbr-text,
  .cid-umQWDEXvSr .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-umQWDEXvSr .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-umQWDEXvSr .card .card-img {
    text-align: right !important;
  }
}
.cid-umQWDFY4p3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umQWDFY4p3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQWDFY4p3 .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-umQWDFY4p3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umQWDFY4p3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umQWDFY4p3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umQWDFY4p3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umQWDFY4p3 .mbr-section-title {
  color: #000000;
}
.cid-umQWDFY4p3 .mbr-text,
.cid-umQWDFY4p3 .mbr-section-btn {
  color: #000000;
}
.cid-umRICp3nFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-umRICp3nFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRICp3nFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRICp3nFm .row {
  justify-content: space-between;
}
.cid-umRICp3nFm .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-umRICp3nFm .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-umRICp3nFm .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-umRICp3nFm .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umRICp3nFm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-umRICp3nFm .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-umRICp3nFm .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-umRICp3nFm .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-umRICp3nFm .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-umRICp3nFm .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-umRICp3nFm .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-umRICp3nFm .dragArea.row .form-group .form-control:hover,
.cid-umRICp3nFm .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-umRICp3nFm .dragArea.row .form-group .form-control::placeholder {
  color: #118ab2;
}
.cid-umRICp3nFm .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-umRICp3nFm .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-umRICp3nFm .dragArea.row .form-group .form-check .form-check-input {
  background-color: #118ab2;
  border-color: #118ab2;
  border-radius: 0;
}
.cid-umRICp3nFm .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-umRICp3nFm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-umRICp3nFm .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-umRICp3nFm .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umRICp3nFm .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-umRICp3nFm .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-umRICp3nFm .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-umRICp3nFm .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-umRICp3nFm .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-umRICp3nFm .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-umRICp3nFm .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-umRICp3nFm .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-umRICp3nFm .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umRICp3nFm .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umRICp3nFm .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-umRICp3nFm .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-umRICp3nFm .mbr-section-title {
  color: #000000;
}
.cid-umRICp3nFm .mbr-text {
  color: #000000;
}
.cid-umRICp3nFm .mbr-section-subtitle {
  color: #000000;
}
.cid-umRICp3nFm .list {
  color: #000000;
}
.cid-umRICp3nFm .mbr-desc {
  color: #000000;
}
.cid-umRICp3nFm label {
  color: #000000;
}
.cid-umQWDHhy8T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umQWDHhy8T .item:focus,
.cid-umQWDHhy8T span:focus {
  outline: none;
}
.cid-umQWDHhy8T .item {
  cursor: pointer;
}
.cid-umQWDHhy8T .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-umQWDHhy8T .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-umQWDHhy8T .grid-container-1,
.cid-umQWDHhy8T .grid-container-2,
.cid-umQWDHhy8T .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-umQWDHhy8T .grid-container-1,
  .cid-umQWDHhy8T .grid-container-2,
  .cid-umQWDHhy8T .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-umQWDHhy8T .mbr-section-title {
  color: #000000;
}
.cid-umQWDHhy8T .mbr-text,
.cid-umQWDHhy8T .mbr-section-btn {
  color: #000000;
}
.cid-umQWDHhy8T .content-head {
  max-width: 800px;
}
.cid-umQWDHhy8T .container,
.cid-umQWDHhy8T .container-fluid {
  overflow: hidden;
}
.cid-umQWDHhy8T .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-umQWDHhy8T .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umQWDHhy8T .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-umQWDHhy8T .grid-item img {
    min-width: 35vw;
  }
}
.cid-umQWDHhy8T .grid-container-1,
.cid-umQWDHhy8T .grid-container-2,
.cid-umQWDHhy8T .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-umQWDHhy8T .grid-container-1 {
  align-items: flex-end;
}
.cid-umQWDHhy8T .grid-container-2 {
  align-items: flex-start;
}
.cid-umQWDHXqIa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-umQWDHXqIa .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-umQWDHXqIa .panel-group {
  border: none;
}
.cid-umQWDHXqIa .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-umQWDHXqIa .card-header {
    padding: 0rem;
  }
}
.cid-umQWDHXqIa .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-umQWDHXqIa .img-col {
  padding: 0;
}
.cid-umQWDHXqIa .img-item {
  height: 100%;
}
.cid-umQWDHXqIa img {
  height: 100%;
  object-fit: cover;
}
.cid-umQWDHXqIa .collapsed span {
  transform: rotate(0deg);
}
.cid-umQWDHXqIa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umQWDHXqIa p {
  margin-bottom: 0.3rem;
}
.cid-umQWDHXqIa .panel-title-edit {
  color: #000000;
}
.cid-umQWDHXqIa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-umQWDHXqIa .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-umQWDHXqIa .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umQWDHXqIa .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-umQWDHXqIa .panel-text {
  color: #000000;
}
.cid-umQWDHXqIa .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-umQWDHXqIa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-umQWDHXqIa .panel-title-edit,
.cid-umQWDHXqIa .mbr-iconfont {
  color: #000000;
}
.cid-umQWDIHk6a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umQWDIHk6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQWDIHk6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQWDIHk6a .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #118ab2;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-umQWDIHk6a .card-title,
.cid-umQWDIHk6a .iconfont-wrapper {
  color: #000000;
}
.cid-umQWDIHk6a .card-text {
  color: #000000;
}
.cid-umQWDIHk6a .mbr-section-title {
  color: #000000;
}
.cid-umQWDIHk6a .mbr-section-subtitle {
  color: #000000;
}
.cid-umQWDIHk6a .content-head {
  max-width: 800px;
}
.cid-umQWDK1P0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-umQWDK1P0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQWDK1P0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQWDK1P0p .mbr-text {
  color: #000000;
}
.cid-umQWDK1P0p .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-umQWDK1P0p .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-umQWDK1P0p .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umQWDK1P0p .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-umQWDK1P0p .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umQWDK1P0p .main-button {
    margin-bottom: 2rem;
  }
}
.cid-umQWDK1P0p .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-umQWDK1P0p .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-umQWDK1P0p .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f6463;
  background-color: #1f6463;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-umQWDK1P0p .mbr-text UL {
  text-align: left;
}
.cid-umQWDK1P0p .mbr-section-subtitle,
.cid-umQWDK1P0p .main-button {
  color: #000000;
}
.cid-umQWDKQgC3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-umQWDKQgC3 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-umQWDKQgC3 .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-umQWDKQgC3 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-umQWDKQgC3 .google-map iframe {
    min-height: 350px;
  }
}
.cid-umQWDKQgC3 .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-umQWDKQgC3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umQWDKQgC3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-umQWDKQgC3 .content-head {
  max-width: 800px;
}
.cid-umQWDLLOLG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-umQWDLLOLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQWDLLOLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQWDLLOLG .card-row {
  align-items: stretch;
}
.cid-umQWDLLOLG .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-umQWDLLOLG .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-umQWDLLOLG .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-umQWDLLOLG .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-umQWDLLOLG .image-wrapper {
  margin-right: 30px;
}
.cid-umQWDLLOLG .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-umQWDLLOLG .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-umQWDLLOLG .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-umQWDLLOLG .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-umQWDLLOLG .mbr-section-title {
    text-align: center !important;
  }
}
.cid-umQWDLLOLG .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-umQWDLLOLG .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-umQWDLLOLG .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-umQWDLLOLG .social-container {
    padding-top: 25px;
  }
}
.cid-umQWDLLOLG .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-umQWDLLOLG .social-title {
    text-align: center !important;
  }
}
.cid-umQWDLLOLG .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-umQWDLLOLG .social-list {
    justify-content: center !important;
  }
}
.cid-umQWDLLOLG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-umQWDLLOLG .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-umQWDLLOLG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-umQWDLLOLG .soc-item:hover {
  transform: translateY(-3px);
}
.cid-umQWDLLOLG .soc-item:hover:before {
  opacity: 1;
}
.cid-umQWDLLOLG .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-umQWDLLOLG .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-umQWDLLOLG .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-umQWDLLOLG .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-umQWDLLOLG .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-umQWDLLOLG .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-umQWDLLOLG .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-umQWDLLOLG .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-umQWDLLOLG .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-umQWDLLOLG .contact-item {
  padding: 10px 0 20px;
}
.cid-umQWDLLOLG .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-umQWDLLOLG .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-umQWDMPNw4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-umQWDMPNw4 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-usiYeSjCnW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usiYeSjCnW .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-usiYeSjCnW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usiYeSjCnW .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-usiYeSjCnW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-usiYeSjCnW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usiYeSjCnW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usiYeSjCnW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-usiYeSjCnW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-usiYeSjCnW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-usiYeSjCnW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-usiYeSjCnW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usiYeSjCnW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usiYeSjCnW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-usiYeSjCnW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usiYeSjCnW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-usiYeSjCnW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usiYeSjCnW .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usiYeSjCnW .navbar-logo {
    padding-left: 0;
  }
}
.cid-usiYeSjCnW .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usiYeSjCnW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usiYeSjCnW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-usiYeSjCnW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-usiYeSjCnW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usiYeSjCnW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-usiYeSjCnW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usiYeSjCnW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-usiYeSjCnW .nav-item:focus,
.cid-usiYeSjCnW .nav-link:focus {
  outline: none;
}
.cid-usiYeSjCnW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usiYeSjCnW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usiYeSjCnW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usiYeSjCnW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usiYeSjCnW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usiYeSjCnW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usiYeSjCnW .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-usiYeSjCnW .navbar.opened {
  transition: all 0.3s;
}
.cid-usiYeSjCnW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usiYeSjCnW .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-usiYeSjCnW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usiYeSjCnW .navbar.collapsed {
  justify-content: center;
}
.cid-usiYeSjCnW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usiYeSjCnW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usiYeSjCnW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-usiYeSjCnW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usiYeSjCnW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usiYeSjCnW .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-usiYeSjCnW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usiYeSjCnW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usiYeSjCnW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usiYeSjCnW .navbar {
    min-height: 72px;
  }
  .cid-usiYeSjCnW .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usiYeSjCnW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usiYeSjCnW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usiYeSjCnW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usiYeSjCnW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usiYeSjCnW .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-usiYeSjCnW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usiYeSjCnW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usiYeSjCnW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usiYeSjCnW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usiYeSjCnW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usiYeSjCnW .dropdown-item.active,
.cid-usiYeSjCnW .dropdown-item:active {
  background-color: transparent;
}
.cid-usiYeSjCnW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usiYeSjCnW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usiYeSjCnW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usiYeSjCnW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usiYeSjCnW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usiYeSjCnW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usiYeSjCnW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usiYeSjCnW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usiYeSjCnW .navbar-buttons {
    text-align: left;
  }
}
.cid-usiYeSjCnW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usiYeSjCnW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usiYeSjCnW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usiYeSjCnW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usiYeSjCnW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usiYeSjCnW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usiYeSjCnW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usiYeSjCnW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usiYeSjCnW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usiYeSjCnW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usiYeSjCnW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usiYeSjCnW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usiYeSjCnW .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-usiYeSjCnW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usiYeSjCnW .navbar {
    height: 70px;
  }
  .cid-usiYeSjCnW .navbar.opened {
    height: auto;
  }
  .cid-usiYeSjCnW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usiYeSjCnW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usiYeSjCnW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usiYeSjCnW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usiYeSjCnW .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-usiYeSjCnW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usiYeSjCnW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usiYeSjCnW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usiYeSjCnW .navbar-brand {
    margin-right: auto;
  }
  .cid-usiYeSjCnW .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-usiYeSjCnW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usiYeSjCnW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usiYeSjCnW .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-usiYeSjCnW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usiYeSjCnW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usiYeSjCnW .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-usiYeSjCnW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usiYeSjCnW .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-usiYeSjCnW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usiYeSjCnW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usiYeSSz5h {
  background-color: #edefeb;
}
.cid-usiYeSSz5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-usiYeSSz5h .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-usiYeSSz5h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usiYeSSz5h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usiYeSSz5h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usiYeSSz5h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-usiYeSSz5h .mbr-section-title {
  color: #000000;
}
.cid-usiYeSSz5h .mbr-text,
.cid-usiYeSSz5h .mbr-section-btn {
  color: #232323;
}
.cid-usiYeTGyjh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usiYeTGyjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-usiYeTGyjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usiYeTGyjh .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-usiYeTGyjh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usiYeTGyjh .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-usiYeTGyjh .card-wrapper {
    padding: 4rem;
  }
}
.cid-usiYeTGyjh .mbr-text,
.cid-usiYeTGyjh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usiYeTGyjh .card-title,
.cid-usiYeTGyjh .card-box {
  text-align: left;
  color: #000000;
}
.cid-usiYeUR3wB {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usiYeUR3wB .mbr-text {
  color: #000000;
}
.cid-usiYeUR3wB .mbr-section-subtitle {
  color: #000000;
}
.cid-usiYeUR3wB .mbr-section-title {
  color: #000000;
}
.cid-usiYeWihtA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-usiYeWihtA .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-usiYeWihtA .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-usiYeWihtA .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-usiYeWihtA .google-map iframe {
    min-height: 350px;
  }
}
.cid-usiYeWihtA .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-usiYeWihtA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usiYeWihtA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usiYeWihtA .content-head {
  max-width: 800px;
}
.cid-usiYeWRNjL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-usiYeWRNjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-usiYeWRNjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usiYeWRNjL .card-row {
  align-items: stretch;
}
.cid-usiYeWRNjL .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-usiYeWRNjL .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-usiYeWRNjL .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-usiYeWRNjL .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-usiYeWRNjL .image-wrapper {
  margin-right: 30px;
}
.cid-usiYeWRNjL .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-usiYeWRNjL .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-usiYeWRNjL .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-usiYeWRNjL .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-usiYeWRNjL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-usiYeWRNjL .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-usiYeWRNjL .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-usiYeWRNjL .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-usiYeWRNjL .social-container {
    padding-top: 25px;
  }
}
.cid-usiYeWRNjL .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-usiYeWRNjL .social-title {
    text-align: center !important;
  }
}
.cid-usiYeWRNjL .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-usiYeWRNjL .social-list {
    justify-content: center !important;
  }
}
.cid-usiYeWRNjL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-usiYeWRNjL .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-usiYeWRNjL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-usiYeWRNjL .soc-item:hover {
  transform: translateY(-3px);
}
.cid-usiYeWRNjL .soc-item:hover:before {
  opacity: 1;
}
.cid-usiYeWRNjL .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usiYeWRNjL .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-usiYeWRNjL .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-usiYeWRNjL .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-usiYeWRNjL .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-usiYeWRNjL .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-usiYeWRNjL .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-usiYeWRNjL .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-usiYeWRNjL .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-usiYeWRNjL .contact-item {
  padding: 10px 0 20px;
}
.cid-usiYeWRNjL .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-usiYeWRNjL .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-usiYeXCjMj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-usiYeXCjMj .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-usjc4A6AL5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usjc4A6AL5 .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-usjc4A6AL5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usjc4A6AL5 .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-usjc4A6AL5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-usjc4A6AL5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usjc4A6AL5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usjc4A6AL5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-usjc4A6AL5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-usjc4A6AL5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-usjc4A6AL5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-usjc4A6AL5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usjc4A6AL5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usjc4A6AL5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-usjc4A6AL5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usjc4A6AL5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-usjc4A6AL5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usjc4A6AL5 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usjc4A6AL5 .navbar-logo {
    padding-left: 0;
  }
}
.cid-usjc4A6AL5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usjc4A6AL5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usjc4A6AL5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-usjc4A6AL5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-usjc4A6AL5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usjc4A6AL5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-usjc4A6AL5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usjc4A6AL5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-usjc4A6AL5 .nav-item:focus,
.cid-usjc4A6AL5 .nav-link:focus {
  outline: none;
}
.cid-usjc4A6AL5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usjc4A6AL5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usjc4A6AL5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usjc4A6AL5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usjc4A6AL5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usjc4A6AL5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usjc4A6AL5 .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-usjc4A6AL5 .navbar.opened {
  transition: all 0.3s;
}
.cid-usjc4A6AL5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usjc4A6AL5 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-usjc4A6AL5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usjc4A6AL5 .navbar.collapsed {
  justify-content: center;
}
.cid-usjc4A6AL5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usjc4A6AL5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usjc4A6AL5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-usjc4A6AL5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usjc4A6AL5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usjc4A6AL5 .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-usjc4A6AL5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usjc4A6AL5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usjc4A6AL5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usjc4A6AL5 .navbar {
    min-height: 72px;
  }
  .cid-usjc4A6AL5 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usjc4A6AL5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usjc4A6AL5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usjc4A6AL5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usjc4A6AL5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usjc4A6AL5 .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-usjc4A6AL5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usjc4A6AL5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usjc4A6AL5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usjc4A6AL5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usjc4A6AL5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usjc4A6AL5 .dropdown-item.active,
.cid-usjc4A6AL5 .dropdown-item:active {
  background-color: transparent;
}
.cid-usjc4A6AL5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usjc4A6AL5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usjc4A6AL5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usjc4A6AL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usjc4A6AL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usjc4A6AL5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usjc4A6AL5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usjc4A6AL5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usjc4A6AL5 .navbar-buttons {
    text-align: left;
  }
}
.cid-usjc4A6AL5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usjc4A6AL5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usjc4A6AL5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usjc4A6AL5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usjc4A6AL5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usjc4A6AL5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usjc4A6AL5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usjc4A6AL5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usjc4A6AL5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usjc4A6AL5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usjc4A6AL5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usjc4A6AL5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usjc4A6AL5 .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-usjc4A6AL5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usjc4A6AL5 .navbar {
    height: 70px;
  }
  .cid-usjc4A6AL5 .navbar.opened {
    height: auto;
  }
  .cid-usjc4A6AL5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usjc4A6AL5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usjc4A6AL5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usjc4A6AL5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usjc4A6AL5 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-usjc4A6AL5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usjc4A6AL5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usjc4A6AL5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usjc4A6AL5 .navbar-brand {
    margin-right: auto;
  }
  .cid-usjc4A6AL5 .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-usjc4A6AL5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usjc4A6AL5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usjc4A6AL5 .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-usjc4A6AL5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usjc4A6AL5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usjc4A6AL5 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-usjc4A6AL5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usjc4A6AL5 .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-usjc4A6AL5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usjc4A6AL5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usjc4AD86F {
  background-color: #edefeb;
}
.cid-usjc4AD86F .mbr-fallback-image.disabled {
  display: none;
}
.cid-usjc4AD86F .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-usjc4AD86F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usjc4AD86F .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usjc4AD86F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usjc4AD86F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-usjc4AD86F .mbr-section-title {
  color: #000000;
}
.cid-usjc4AD86F .mbr-text,
.cid-usjc4AD86F .mbr-section-btn {
  color: #232323;
}
.cid-usjc4B3Z3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usjc4B3Z3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-usjc4B3Z3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usjc4B3Z3J .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-usjc4B3Z3J .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usjc4B3Z3J .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-usjc4B3Z3J .card-wrapper {
    padding: 4rem;
  }
}
.cid-usjc4B3Z3J .mbr-text,
.cid-usjc4B3Z3J .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usjc4B3Z3J .card-title,
.cid-usjc4B3Z3J .card-box {
  text-align: left;
  color: #000000;
}
.cid-usjc4Bzn5t {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usjc4Bzn5t .mbr-text {
  color: #000000;
}
.cid-usjc4Bzn5t .mbr-section-subtitle {
  color: #000000;
}
.cid-usjc4Bzn5t .mbr-section-title {
  color: #000000;
}
.cid-usjc4BW2vo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-usjc4BW2vo .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-usjc4BW2vo .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-usjc4BW2vo .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-usjc4BW2vo .google-map iframe {
    min-height: 350px;
  }
}
.cid-usjc4BW2vo .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-usjc4BW2vo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usjc4BW2vo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usjc4BW2vo .content-head {
  max-width: 800px;
}
.cid-usjc4Cu7DJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-usjc4Cu7DJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usjc4Cu7DJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usjc4Cu7DJ .card-row {
  align-items: stretch;
}
.cid-usjc4Cu7DJ .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-usjc4Cu7DJ .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-usjc4Cu7DJ .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-usjc4Cu7DJ .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-usjc4Cu7DJ .image-wrapper {
  margin-right: 30px;
}
.cid-usjc4Cu7DJ .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-usjc4Cu7DJ .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-usjc4Cu7DJ .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-usjc4Cu7DJ .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-usjc4Cu7DJ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-usjc4Cu7DJ .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-usjc4Cu7DJ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-usjc4Cu7DJ .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-usjc4Cu7DJ .social-container {
    padding-top: 25px;
  }
}
.cid-usjc4Cu7DJ .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-usjc4Cu7DJ .social-title {
    text-align: center !important;
  }
}
.cid-usjc4Cu7DJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-usjc4Cu7DJ .social-list {
    justify-content: center !important;
  }
}
.cid-usjc4Cu7DJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-usjc4Cu7DJ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-usjc4Cu7DJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-usjc4Cu7DJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-usjc4Cu7DJ .soc-item:hover:before {
  opacity: 1;
}
.cid-usjc4Cu7DJ .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usjc4Cu7DJ .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-usjc4Cu7DJ .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-usjc4Cu7DJ .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-usjc4Cu7DJ .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-usjc4Cu7DJ .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-usjc4Cu7DJ .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-usjc4Cu7DJ .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-usjc4Cu7DJ .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-usjc4Cu7DJ .contact-item {
  padding: 10px 0 20px;
}
.cid-usjc4Cu7DJ .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-usjc4Cu7DJ .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-usjc4D7hcS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-usjc4D7hcS .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-usk12prOXq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usk12prOXq .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-usk12prOXq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usk12prOXq .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-usk12prOXq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-usk12prOXq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usk12prOXq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usk12prOXq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-usk12prOXq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-usk12prOXq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-usk12prOXq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-usk12prOXq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usk12prOXq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usk12prOXq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-usk12prOXq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usk12prOXq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-usk12prOXq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usk12prOXq .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usk12prOXq .navbar-logo {
    padding-left: 0;
  }
}
.cid-usk12prOXq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usk12prOXq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usk12prOXq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-usk12prOXq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-usk12prOXq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usk12prOXq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-usk12prOXq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usk12prOXq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-usk12prOXq .nav-item:focus,
.cid-usk12prOXq .nav-link:focus {
  outline: none;
}
.cid-usk12prOXq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usk12prOXq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usk12prOXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usk12prOXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usk12prOXq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usk12prOXq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usk12prOXq .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-usk12prOXq .navbar.opened {
  transition: all 0.3s;
}
.cid-usk12prOXq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usk12prOXq .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-usk12prOXq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usk12prOXq .navbar.collapsed {
  justify-content: center;
}
.cid-usk12prOXq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usk12prOXq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usk12prOXq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-usk12prOXq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usk12prOXq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usk12prOXq .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-usk12prOXq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usk12prOXq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usk12prOXq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usk12prOXq .navbar {
    min-height: 72px;
  }
  .cid-usk12prOXq .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usk12prOXq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usk12prOXq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usk12prOXq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usk12prOXq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usk12prOXq .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-usk12prOXq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usk12prOXq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usk12prOXq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usk12prOXq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usk12prOXq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usk12prOXq .dropdown-item.active,
.cid-usk12prOXq .dropdown-item:active {
  background-color: transparent;
}
.cid-usk12prOXq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usk12prOXq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usk12prOXq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usk12prOXq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usk12prOXq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usk12prOXq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usk12prOXq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usk12prOXq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usk12prOXq .navbar-buttons {
    text-align: left;
  }
}
.cid-usk12prOXq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usk12prOXq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usk12prOXq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usk12prOXq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usk12prOXq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usk12prOXq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usk12prOXq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usk12prOXq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usk12prOXq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usk12prOXq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usk12prOXq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usk12prOXq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usk12prOXq .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-usk12prOXq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usk12prOXq .navbar {
    height: 70px;
  }
  .cid-usk12prOXq .navbar.opened {
    height: auto;
  }
  .cid-usk12prOXq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usk12prOXq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usk12prOXq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usk12prOXq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usk12prOXq .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-usk12prOXq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usk12prOXq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usk12prOXq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usk12prOXq .navbar-brand {
    margin-right: auto;
  }
  .cid-usk12prOXq .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-usk12prOXq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usk12prOXq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usk12prOXq .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-usk12prOXq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usk12prOXq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usk12prOXq .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-usk12prOXq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usk12prOXq .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-usk12prOXq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usk12prOXq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usk12qqbRC {
  background-color: #edefeb;
}
.cid-usk12qqbRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usk12qqbRC .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-usk12qqbRC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usk12qqbRC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usk12qqbRC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usk12qqbRC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-usk12qqbRC .mbr-section-title {
  color: #000000;
}
.cid-usk12qqbRC .mbr-text,
.cid-usk12qqbRC .mbr-section-btn {
  color: #232323;
}
.cid-usk12qQ7rP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usk12qQ7rP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usk12qQ7rP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usk12qQ7rP .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-usk12qQ7rP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usk12qQ7rP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-usk12qQ7rP .card-wrapper {
    padding: 4rem;
  }
}
.cid-usk12qQ7rP .mbr-text,
.cid-usk12qQ7rP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usk12qQ7rP .card-title,
.cid-usk12qQ7rP .card-box {
  text-align: left;
  color: #000000;
}
.cid-usk12rkvhS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usk12rkvhS .mbr-text {
  color: #000000;
}
.cid-usk12rkvhS .mbr-section-subtitle {
  color: #000000;
}
.cid-usk12rkvhS .mbr-section-title {
  color: #000000;
}
.cid-usk12rF6TX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-usk12rF6TX .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-usk12rF6TX .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-usk12rF6TX .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-usk12rF6TX .google-map iframe {
    min-height: 350px;
  }
}
.cid-usk12rF6TX .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-usk12rF6TX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usk12rF6TX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usk12rF6TX .content-head {
  max-width: 800px;
}
.cid-usk12s9TM4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-usk12s9TM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usk12s9TM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usk12s9TM4 .card-row {
  align-items: stretch;
}
.cid-usk12s9TM4 .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-usk12s9TM4 .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-usk12s9TM4 .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-usk12s9TM4 .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-usk12s9TM4 .image-wrapper {
  margin-right: 30px;
}
.cid-usk12s9TM4 .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-usk12s9TM4 .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-usk12s9TM4 .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-usk12s9TM4 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-usk12s9TM4 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-usk12s9TM4 .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-usk12s9TM4 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-usk12s9TM4 .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-usk12s9TM4 .social-container {
    padding-top: 25px;
  }
}
.cid-usk12s9TM4 .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-usk12s9TM4 .social-title {
    text-align: center !important;
  }
}
.cid-usk12s9TM4 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-usk12s9TM4 .social-list {
    justify-content: center !important;
  }
}
.cid-usk12s9TM4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-usk12s9TM4 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-usk12s9TM4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-usk12s9TM4 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-usk12s9TM4 .soc-item:hover:before {
  opacity: 1;
}
.cid-usk12s9TM4 .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usk12s9TM4 .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-usk12s9TM4 .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-usk12s9TM4 .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-usk12s9TM4 .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-usk12s9TM4 .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-usk12s9TM4 .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-usk12s9TM4 .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-usk12s9TM4 .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-usk12s9TM4 .contact-item {
  padding: 10px 0 20px;
}
.cid-usk12s9TM4 .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-usk12s9TM4 .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-usk12sMZPq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-usk12sMZPq .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-usoQKyAU7F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usoQKyAU7F .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-usoQKyAU7F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usoQKyAU7F .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-usoQKyAU7F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-usoQKyAU7F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usoQKyAU7F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usoQKyAU7F .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-usoQKyAU7F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-usoQKyAU7F .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-usoQKyAU7F .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-usoQKyAU7F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usoQKyAU7F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usoQKyAU7F .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-usoQKyAU7F .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usoQKyAU7F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-usoQKyAU7F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usoQKyAU7F .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usoQKyAU7F .navbar-logo {
    padding-left: 0;
  }
}
.cid-usoQKyAU7F .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usoQKyAU7F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usoQKyAU7F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-usoQKyAU7F .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !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-usoQKyAU7F .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usoQKyAU7F .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-usoQKyAU7F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usoQKyAU7F .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-usoQKyAU7F .nav-item:focus,
.cid-usoQKyAU7F .nav-link:focus {
  outline: none;
}
.cid-usoQKyAU7F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usoQKyAU7F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usoQKyAU7F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usoQKyAU7F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usoQKyAU7F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usoQKyAU7F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usoQKyAU7F .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-usoQKyAU7F .navbar.opened {
  transition: all 0.3s;
}
.cid-usoQKyAU7F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usoQKyAU7F .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-usoQKyAU7F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usoQKyAU7F .navbar.collapsed {
  justify-content: center;
}
.cid-usoQKyAU7F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usoQKyAU7F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usoQKyAU7F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-usoQKyAU7F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usoQKyAU7F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usoQKyAU7F .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-usoQKyAU7F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usoQKyAU7F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usoQKyAU7F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usoQKyAU7F .navbar {
    min-height: 72px;
  }
  .cid-usoQKyAU7F .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usoQKyAU7F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usoQKyAU7F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usoQKyAU7F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usoQKyAU7F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usoQKyAU7F .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-usoQKyAU7F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usoQKyAU7F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usoQKyAU7F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usoQKyAU7F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usoQKyAU7F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usoQKyAU7F .dropdown-item.active,
.cid-usoQKyAU7F .dropdown-item:active {
  background-color: transparent;
}
.cid-usoQKyAU7F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usoQKyAU7F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usoQKyAU7F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usoQKyAU7F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usoQKyAU7F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usoQKyAU7F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usoQKyAU7F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usoQKyAU7F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usoQKyAU7F .navbar-buttons {
    text-align: left;
  }
}
.cid-usoQKyAU7F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usoQKyAU7F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usoQKyAU7F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usoQKyAU7F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usoQKyAU7F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usoQKyAU7F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usoQKyAU7F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usoQKyAU7F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usoQKyAU7F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usoQKyAU7F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usoQKyAU7F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usoQKyAU7F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usoQKyAU7F .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-usoQKyAU7F .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usoQKyAU7F .navbar {
    height: 70px;
  }
  .cid-usoQKyAU7F .navbar.opened {
    height: auto;
  }
  .cid-usoQKyAU7F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usoQKyAU7F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usoQKyAU7F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usoQKyAU7F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usoQKyAU7F .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-usoQKyAU7F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usoQKyAU7F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usoQKyAU7F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usoQKyAU7F .navbar-brand {
    margin-right: auto;
  }
  .cid-usoQKyAU7F .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-usoQKyAU7F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usoQKyAU7F .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usoQKyAU7F .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-usoQKyAU7F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usoQKyAU7F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usoQKyAU7F .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-usoQKyAU7F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usoQKyAU7F .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-usoQKyAU7F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usoQKyAU7F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usoQKz1kXT {
  background-color: #edefeb;
}
.cid-usoQKz1kXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usoQKz1kXT .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-usoQKz1kXT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usoQKz1kXT .row {
  flex-direction: row-reverse;
}
.cid-usoQKz1kXT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usoQKz1kXT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usoQKz1kXT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-usoQKz1kXT .mbr-section-title {
  color: #000000;
}
.cid-usoQKz1kXT .mbr-text,
.cid-usoQKz1kXT .mbr-section-btn {
  color: #232323;
}
.cid-usoQKzpVt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-usoQKzpVt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usoQKzpVt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usoQKzpVt2 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-usoQKzpVt2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usoQKzpVt2 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-usoQKzpVt2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-usoQKzpVt2 .mbr-text,
.cid-usoQKzpVt2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usoQKzpVt2 .card-title,
.cid-usoQKzpVt2 .card-box {
  text-align: left;
  color: #000000;
}
.cid-usrjQ2gL0Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usrjQ2gL0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-usrjQ2gL0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usrjQ2gL0Z .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #118ab2;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-usrjQ2gL0Z .card-title,
.cid-usrjQ2gL0Z .iconfont-wrapper {
  color: #000000;
}
.cid-usrjQ2gL0Z .card-text {
  color: #000000;
}
.cid-usrjQ2gL0Z .mbr-section-title {
  color: #000000;
}
.cid-usrjQ2gL0Z .mbr-section-subtitle {
  color: #000000;
}
.cid-usrjQ2gL0Z .content-head {
  max-width: 800px;
}
.cid-usoQKAaQJY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-usoQKAaQJY .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-usoQKAaQJY .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-usoQKAaQJY .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-usoQKAaQJY .google-map iframe {
    min-height: 350px;
  }
}
.cid-usoQKAaQJY .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-usoQKAaQJY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usoQKAaQJY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usoQKAaQJY .content-head {
  max-width: 800px;
}
.cid-usoQKAFzRk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
  overflow: hidden;
}
.cid-usoQKAFzRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-usoQKAFzRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usoQKAFzRk .card-row {
  align-items: stretch;
}
.cid-usoQKAFzRk .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-usoQKAFzRk .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-usoQKAFzRk .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-usoQKAFzRk .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-usoQKAFzRk .image-wrapper {
  margin-right: 30px;
}
.cid-usoQKAFzRk .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-usoQKAFzRk .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-usoQKAFzRk .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-usoQKAFzRk .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-usoQKAFzRk .mbr-section-title {
    text-align: center !important;
  }
}
.cid-usoQKAFzRk .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-usoQKAFzRk .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-usoQKAFzRk .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-usoQKAFzRk .social-container {
    padding-top: 25px;
  }
}
.cid-usoQKAFzRk .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-usoQKAFzRk .social-title {
    text-align: center !important;
  }
}
.cid-usoQKAFzRk .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-usoQKAFzRk .social-list {
    justify-content: center !important;
  }
}
.cid-usoQKAFzRk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-usoQKAFzRk .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-usoQKAFzRk .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-usoQKAFzRk .soc-item:hover {
  transform: translateY(-3px);
}
.cid-usoQKAFzRk .soc-item:hover:before {
  opacity: 1;
}
.cid-usoQKAFzRk .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usoQKAFzRk .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-usoQKAFzRk .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-usoQKAFzRk .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-usoQKAFzRk .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-usoQKAFzRk .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-usoQKAFzRk .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-usoQKAFzRk .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-usoQKAFzRk .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-usoQKAFzRk .contact-item {
  padding: 10px 0 20px;
}
.cid-usoQKAFzRk .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-usoQKAFzRk .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-usoQKBlTFA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #291f1e;
  overflow: hidden;
}
.cid-usoQKBlTFA .media-container-row .mbr-text {
  color: #fffcee;
}
